Skip to content

Commit

Permalink
chore(release): v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luqven committed Dec 1, 2022
1 parent 1ca8182 commit b78dd28
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.0](https://github.com/imgix/contentful/compare/v1.2.3...v1.2.4) (2022-12-01)
- use grid-image placeholders
- create gallery placeholder component
- remove webfolder sources from upload sources
- display video frame as thumbnail
- add destination tooltip
- refresh image gallery on upload
- add fallback icon on error
- add svg icons for filetypes
- add icon component for SVG support
- disable upload button after click
- add upload success and error notifications
- disable button is webfolder source
- show upload indicator when uploading
- upload selected image to imgix source
- add upload handler function
- store destination path to state
- create upload modal
- create placeholder image url from file
- create upload button
- create action bar component
- add filename overlay to assets
- populate the SourceDropdown with more sources

## [1.2.4](https://github.com/imgix/contentful/compare/v1.2.3...v1.2.4) (2022-11-16)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@imgix/contentful",
"version": "1.2.4",
"version": "1.3.0",
"description": "Browse for, select, and insert image assets into your content quickly and easily via the imgix Asset Manager.",
"author": "imgix SDK team <[email protected]>",
"private": false,
Expand Down

2 comments on commit b78dd28

@vercel
Copy link

@vercel vercel bot commented on b78dd28 Dec 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

contentful – ./

contentful-psi.vercel.app
contentful-git-main-imgix.vercel.app
contentful-imgix.vercel.app

@vercel
Copy link

@vercel vercel bot commented on b78dd28 Dec 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

contentful-staging – ./

contentful-staging.vercel.app
contentful-staging-git-next-imgix.vercel.app
contentful-staging-imgix.vercel.app

Please sign in to comment.