Skip to content

Commit

Permalink
chore(release): 9.2.0
Browse files Browse the repository at this point in the history
## [9.2.0](v9.1.5...v9.2.0) (2021-06-17)

### Features

* add collapseImgixParams function to shorten imgix params ([97e7155](97e7155))
* create imgixProvider component ([cb7608b](cb7608b))
* create mergeComponentProps & processProps ([19684ed](19684ed))
* recursive merge imgixParams & htmlAttributes ([34231c3](34231c3))
* wrap ReactImgix with props HOFs ([07c1d0a](07c1d0a))

### Bug Fixes

* move consumer validation to avoid unnecessary warnings ([b034d8a](b034d8a))
* remove compose ([7860d12](7860d12))
* shadows prop spelling ([41971fb](41971fb))

 [skip ci]
  • Loading branch information
imgix-git-robot committed Jun 17, 2021
1 parent 30756ef commit 3e498d2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [9.2.0](https://github.com/imgix/react-imgix/compare/v9.1.5...v9.2.0) (2021-06-17)


### Features

* add collapseImgixParams function to shorten imgix params ([97e7155](https://github.com/imgix/react-imgix/commit/97e7155839e0c0a90a96fca07321cd2c7d9ab55b))
* create imgixProvider component ([cb7608b](https://github.com/imgix/react-imgix/commit/cb7608bfe2e38cbcf1cd24b2f6a479994e34d0ab))
* create mergeComponentProps & processProps ([19684ed](https://github.com/imgix/react-imgix/commit/19684ed3f388ef3c7fc796ac90ddc2221b717bcc))
* recursive merge imgixParams & htmlAttributes ([34231c3](https://github.com/imgix/react-imgix/commit/34231c3096a446bc7dee69fcfe5ee4c0d63e2356))
* wrap ReactImgix with props HOFs ([07c1d0a](https://github.com/imgix/react-imgix/commit/07c1d0ab6e6215a42498a712e6a1bee3ef1e050c))


### Bug Fixes

* move consumer validation to avoid unnecessary warnings ([b034d8a](https://github.com/imgix/react-imgix/commit/b034d8abd48b23979f715338420d01a32764bbb6))
* remove compose ([7860d12](https://github.com/imgix/react-imgix/commit/7860d12cff90e6cc56bdc02cd4c34665240cf835))
* shadows prop spelling ([41971fb](https://github.com/imgix/react-imgix/commit/41971fbdb00e088e90189d6d390df998b1e17aec))

### [9.1.5](https://github.com/imgix/react-imgix/compare/v9.1.4...v9.1.5) (2021-06-02)

### [9.1.4](https://github.com/imgix/react-imgix/compare/v9.1.3...v9.1.4) (2021-05-28)
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": "react-imgix",
"version": "9.1.5",
"version": "9.2.0",
"description": "React Component for displaying an image from Imgix",
"author": "Frederick Fogerty <[email protected]> (https://github.com/frederickfogerty)",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PACKAGE_VERSION = "9.1.5";
export const PACKAGE_VERSION = "9.2.0";

0 comments on commit 3e498d2

Please sign in to comment.