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 e578942 commit 667642eCopy full SHA for 667642e
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+1.6.0 / 2020-07-06
2
+==================
3
+
4
+New functionality and features
5
+------------------------------
6
+* Add support for lazy loading images, placeholder and accessibility (#162)
7
8
+Other Changes
9
+-------------
10
+* Update cloudinary-core dependency to version 2.10.1
11
+* Refactor Image component (#167)
12
+* Update tests to fail when component is not exported
13
+* Add test for variable names (#164)
14
15
1.5.1 / 2020-06-21
16
==================
17
package.json
@@ -1,6 +1,6 @@
{
"name": "cloudinary-react",
- "version": "1.5.1",
+ "version": "1.6.0",
"description": "Present Cloudinary images and videos using React components",
"main": "lib/index.js",
"scripts": {
0 commit comments