Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sherwinski authored and sherwinski committed Oct 11, 2021
1 parent 667e0d2 commit 8882e26
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

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.0.0](https://github.com/imgix/contentful/compare/5ed04a4a6c07ce5596f25b7306b1c0df1a0de641...v1.0.0) (2021-10-08)

### Features

- Allow users to configure their app with an imgix API key
* Add button to `Verify` user's key
* Users can assign the imgix app to pre-existing `JSON object` fields at installation
- Modal from which users can select an imgix source to browse images from
- Pagination buttons for browsing multiple pages of assets
- `Add image` button saves the image `src` to the field value
- `Replace` button to replace an image
- `Remove` button to clear a selection
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "imgix-contentful",
"version": "0.1.0",
"private": true,
"name": "@imgix/contentful",
"version": "1.0.0",
"dependencies": {
"@contentful/field-editor-single-line": "^0.15.0",
"@contentful/field-editor-test-utils": "^0.17.0",
Expand Down

0 comments on commit 8882e26

Please sign in to comment.