Skip to content

Commit 14becd9

Browse files
committed
Version 1.7.0
1 parent 52a77e3 commit 14becd9

File tree

2 files changed

+103
-78
lines changed

2 files changed

+103
-78
lines changed

CHANGELOG.md

Lines changed: 102 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
1.7.0 / 2021-02-28
2+
==================
3+
4+
New functionality and features
5+
------------------------------
6+
* Add support for `sources` prop in Video component (#212)
7+
8+
Fixes
9+
-----
10+
* Fix video & audio mime types
11+
12+
Refactor
13+
--------
14+
* Add eslint and update code style (#219, #220)
15+
* Update storybook (#218)
16+
* Use microbundle instead of webpack (#215)
17+
* Replace mocha+chai with jest (#213)
18+
19+
Other Changes
20+
-------------
21+
* Update sample app dependencies
22+
* Remove bundled folder from sample app
23+
* Update sample app config file
24+
* Update tests (#209)
25+
126
1.6.7 / 2020-10-04
227
==================
328

@@ -64,14 +89,14 @@ Other Changes
6489

6590
New functionality and features
6691
------------------------------
67-
* Add Audio component
92+
* Add Audio component
6893

6994
Other Changes
7095
-------------
71-
* Fix test:all script in package.json
72-
* Add bundle size check using bundlewatch (#157)
73-
* Update issue templates (#155)
74-
* Fix typo in CHANGELOG.md
96+
* Fix test:all script in package.json
97+
* Add bundle size check using bundlewatch (#157)
98+
* Update issue templates (#155)
99+
* Fix typo in CHANGELOG.md
75100

76101
1.4.0 / 2020-03-25
77102
==================
@@ -97,82 +122,82 @@ Other Changes
97122
1.3.1 / 2020-03-01
98123
==================
99124

100-
* Fix contextType to be class property of CloudinaryComponent (#145)
101-
* Update sample project's dependencies (#127)
102-
* Add Transformation test for font antialiasing and hinting (#126)
103-
* Add /docs folder with storybook output
104-
* Fix spelling in README.md
125+
* Fix contextType to be class property of CloudinaryComponent (#145)
126+
* Update sample project's dependencies (#127)
127+
* Add Transformation test for font antialiasing and hinting (#126)
128+
* Add /docs folder with storybook output
129+
* Fix spelling in README.md
105130

106131

107132
1.3.0 / 2019-12-26
108133
==================
109134

110-
* Add support for innerRef to the Image & Video components
111-
* Fix compile script
112-
* Fix photo album sample app startup
135+
* Add support for innerRef to the Image & Video components
136+
* Fix compile script
137+
* Fix photo album sample app startup
113138

114139
1.2.1 / 2019-09-30
115140
==================
116141

117-
* Fix image component responsive prop
118-
142+
* Fix image component responsive prop
143+
119144
1.2.0 / 2019-09-26
120145
==================
121146

122-
* Upgrade to react 16.3.3 (#120)
147+
* Upgrade to react 16.3.3 (#120)
123148
* Use new context api in CloudinaryContext
124-
* Remove usage of componentWillReceiveProps and componentWillUpdate in Image
125-
* Add test for custom function invocation
126-
* Add test for dynamic context
127-
* Bump webpack-dev-server from 2.9.4 to 3.1.11 in /samples/photo_album
149+
* Remove usage of componentWillReceiveProps and componentWillUpdate in Image
150+
* Add test for custom function invocation
151+
* Add test for dynamic context
152+
* Bump webpack-dev-server from 2.9.4 to 3.1.11 in /samples/photo_album
128153

129154
1.1.4 / 2019-07-25
130155
=============
131156

132-
* Fix responsiveUseBreakpoints not affecting image size
133-
* Fix build & console errors
134-
* Exclude tests for Node 6 with sources
135-
* Fix photo album sample app
136-
* Add test for startOffset parameter
137-
* Update TravisCI configuration
138-
* Bump packages versions in /samples/photo_album
157+
* Fix responsiveUseBreakpoints not affecting image size
158+
* Fix build & console errors
159+
* Exclude tests for Node 6 with sources
160+
* Fix photo album sample app
161+
* Add test for startOffset parameter
162+
* Update TravisCI configuration
163+
* Bump packages versions in /samples/photo_album
139164

140165
1.1.1 / 2019-06-06
141166
==================
142167

143-
* Merge pull request #50 from runar-rkmedia/issue#49
168+
* Merge pull request #50 from runar-rkmedia/issue#49
144169
* Round off containerWidth
145-
* Don't render Context as div (#81)
146-
* Add fps test (#84)
147-
* Update Dependencies
148-
* Add test pages
149-
* Separate transformation parameters from configuration
170+
* Don't render Context as div (#81)
171+
* Add fps test (#84)
172+
* Update Dependencies
173+
* Add test pages
174+
* Separate transformation parameters from configuration
150175
* Increase performance of image rendering
151-
* Add support for kebab-case and snake_case attribute names (#78)
176+
* Add support for kebab-case and snake_case attribute names (#78)
152177

153178
1.1.0 / 2018-12-20
154179
==================
155180

156-
* Add the `tools` folder and the `update_version` script
157-
* Update package configuration
158-
* Update tests configuration
159-
* Upgrade webpack and babel
160-
* Add "Join the Community"
161-
* Use nextProps for updating calculated URL correctly (#73)
162-
* Add test for user variables
163-
* Merge pull request #59 from lisamartin00/bug/src-empty-string
181+
* Add the `tools` folder and the `update_version` script
182+
* Update package configuration
183+
* Update tests configuration
184+
* Upgrade webpack and babel
185+
* Add "Join the Community"
186+
* Use nextProps for updating calculated URL correctly (#73)
187+
* Add test for user variables
188+
* Merge pull request #59 from lisamartin00/bug/src-empty-string
164189
* Default src to undefined instead of empty string
165-
* Merge pull request #42 from cloudinary/react-sample
190+
* Merge pull request #42 from cloudinary/react-sample
166191
* create react sample application
167192
* use new react-sdk and fix imports
168-
* Merge pull request #46 from IndependentContractor/master
193+
* Merge pull request #46 from IndependentContractor/master
169194
* Link to react documentation for configuration
170-
* Undo `cp` rename
195+
* Undo `cp` rename
171196

172197
1.0.6 / 2018-01-18
173198
==================
174199

175-
* Fix publish of previous version
200+
* Fix publish of previous version
176201

177202
1.0.6 / 2018-01-18
178203
==================
@@ -182,53 +207,53 @@ Other Changes
182207
1.0.5 / 2018-01-18
183208
==================
184209

185-
* Filter Cloudinary custom props from rendered div (#37)
186-
* React16 (#33)
187-
* github-fixes-#31-error-maximum-call-stack-exceeded (#39)
188-
* fixes #35 from github - video component ignores transformations (#38)
189-
* Merge branch 'fBosch-master'
190-
* Add test
191-
* fix: pass props to CloudinaryContext's returned div
210+
* Filter Cloudinary custom props from rendered div (#37)
211+
* React16 (#33)
212+
* github-fixes-#31-error-maximum-call-stack-exceeded (#39)
213+
* fixes #35 from github - video component ignores transformations (#38)
214+
* Merge branch 'fBosch-master'
215+
* Add test
216+
* fix: pass props to CloudinaryContext's returned div
192217

193218
1.0.4 / 2017-05-25
194219
==================
195220

196-
* Refactor test for Transformation. Fixes #17. Fixes #13. References #10.
221+
* Refactor test for Transformation. Fixes #17. Fixes #13. References #10.
197222

198223
1.0.3 / 2017-04-16
199224
==================
200225

201-
* Add more informative responsive story
202-
* Add dependency on `prop-types`
226+
* Add more informative responsive story
227+
* Add dependency on `prop-types`
203228

204229
1.0.2 / 2017-03-01
205230
==================
206231

207-
* Don't convert keys to snake_case in `normalizeOptions`. Fixes #6.
208-
* SpponsiveUseBreakpoints not affecting image size
209-
* Update photo album sample app
210-
* Update TravisCI configuration
211-
* Bump lodash-es from 4.17.4 to 4.17.15 in /samples/photo_album
212-
* Add test for startOffset parameter
213-
* Bump eslint from 4.10.0 to 4.18.2 in /samples/photo_album
214-
* Bump diff from 3.4.0 to 3.5.0 in /samples/photo_album
215-
* Bump clean-css from 4.1.9 to 4.1.11 in /samples/photo_album
216-
* Bump handlebars from 4.0.11 to 4.1.2 in /samples/photo_album (#99)
217-
* Bump lodash.template from 4.4.0 to 4.5.0 in /samples/photo_album
218-
* Bump lodash from 4.17.11 to 4.17.14 in /samples/photo_album
219-
* Merge pull request #102 from felixmosh/fix-album-demo
220-
* Make index as key
221-
* Fix build & console errors
222-
* Exclude tests for Node 6 with sources
223-
rate class definition and export statements. Updated documentation comments.
224-
* Use traditional array traversing to solve react native issue on Android
225-
* Force Travis-ci to use npm version >=3. Add test for Node 6.x
232+
* Don't convert keys to snake_case in `normalizeOptions`. Fixes #6.
233+
* SpponsiveUseBreakpoints not affecting image size
234+
* Update photo album sample app
235+
* Update TravisCI configuration
236+
* Bump lodash-es from 4.17.4 to 4.17.15 in /samples/photo_album
237+
* Add test for startOffset parameter
238+
* Bump eslint from 4.10.0 to 4.18.2 in /samples/photo_album
239+
* Bump diff from 3.4.0 to 3.5.0 in /samples/photo_album
240+
* Bump clean-css from 4.1.9 to 4.1.11 in /samples/photo_album
241+
* Bump handlebars from 4.0.11 to 4.1.2 in /samples/photo_album (#99)
242+
* Bump lodash.template from 4.4.0 to 4.5.0 in /samples/photo_album
243+
* Bump lodash from 4.17.11 to 4.17.14 in /samples/photo_album
244+
* Merge pull request #102 from felixmosh/fix-album-demo
245+
* Make index as key
246+
* Fix build & console errors
247+
* Exclude tests for Node 6 with sources
248+
rate class definition and export statements. Updated documentation comments.
249+
* Use traditional array traversing to solve react native issue on Android
250+
* Force Travis-ci to use npm version >=3. Add test for Node 6.x
226251

227252
1.0.1 / 2016-11-16
228253
==================
229254

230-
* Add jsdom to development requirements
231-
* Update name and location of repository in package.json and bower.json
255+
* Add jsdom to development requirements
256+
* Update name and location of repository in package.json and bower.json
232257

233258
1.0.0 / 2016-10-06
234259
==================

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.6.8",
3+
"version": "1.7.0",
44
"description": "Present Cloudinary images and videos using React components",
55
"main": "./dist/cloudinary-react.js",
66
"umd:main": "./dist/cloudinary-react.umd.js",

0 commit comments

Comments
 (0)