We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4352171 commit 2f8d02eCopy full SHA for 2f8d02e
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+1.6.1 / 2020-07-11
2
+==================
3
+
4
+* Fix bug where image width was set to 'null' for responsive images
5
+* Add a warning when 'responsive' prop is not affecting the transformation (#176)
6
+* Update cloudinary-core dependency to version 2.10.3
7
8
1.6.0 / 2020-07-06
9
==================
10
package.json
@@ -1,6 +1,6 @@
{
"name": "cloudinary-react",
- "version": "1.6.0",
+ "version": "1.6.1",
"description": "Present Cloudinary images and videos using React components",
"main": "lib/index.js",
"scripts": {
0 commit comments