Skip to content

Commit 667642e

Browse files
Version 1.6.0
1 parent e578942 commit 667642e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
115
1.5.1 / 2020-06-21
216
==================
317

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-react",
3-
"version": "1.5.1",
3+
"version": "1.6.0",
44
"description": "Present Cloudinary images and videos using React components",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)