Skip to content

Commit

Permalink
chore(release): v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luqven committed Dec 14, 2022
1 parent 96e0ce6 commit 4e6e862
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,22 @@ 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)
## [1.4.0](https://github.com/imgix/contentful/compare/v1.3.0...v1.4.0) (2022-12-12)

### Updates

- add loading spinner to source dropdown
- show loading spinner on source change
- load previously selected source after image select
- keep previously selected asset populated

### Fixes
- fix loading indicator when no assets present in source
- fix clear on click away

## [1.3.0](https://github.com/imgix/contentful/compare/v1.2.4...v1.3.0) (2022-12-01)
### Updates

- use grid-image placeholders
- create gallery placeholder component
- remove webfolder sources from upload sources
Expand All @@ -26,7 +41,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- create placeholder image url from file
- create upload button
- create action bar component
- add filename overlay to assets
- add filename overlay to assets

### Bug Fixes

- populate the SourceDropdown with more sources

## [1.2.4](https://github.com/imgix/contentful/compare/v1.2.3...v1.2.4) (2022-11-16)
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.3.0",
"version": "1.4.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

1 comment on commit 4e6e862

@vercel
Copy link

@vercel vercel bot commented on 4e6e862 Dec 14, 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-imgix.vercel.app
contentful-git-main-imgix.vercel.app
contentful-psi.vercel.app

Please sign in to comment.