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 6f73b8b commit 3bb4610Copy full SHA for 3bb4610
CHANGELOG.md
@@ -1,7 +1,13 @@
1
+
2
+1.2.1 / 2019-09-30
3
+==================
4
5
+ * Fix image component responsive prop
6
7
1.2.0 / 2019-09-26
8
==================
9
- * Feature/upgrade to react 16.3.3 (#120)
10
+ * Upgrade to react 16.3.3 (#120)
11
* Use new context api in CloudinaryContext
12
* Remove usage of componentWillReceiveProps and componentWillUpdate in Image
13
* Add test for custom function invocation
package.json
@@ -1,6 +1,6 @@
{
"name": "cloudinary-react",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "Present Cloudinary images and videos using React components",
"main": "lib/index.js",
"scripts": {
0 commit comments