-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [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
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; |