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+
1261.6.7 / 2020-10-04
227==================
328
@@ -64,14 +89,14 @@ Other Changes
6489
6590New functionality and features
6691------------------------------
67- * Add Audio component
92+ * Add Audio component
6893
6994Other 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
761011.4.0 / 2020-03-25
77102==================
@@ -97,82 +122,82 @@ Other Changes
971221.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
1071321.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
1141391.2.1 / 2019-09-30
115140==================
116141
117- * Fix image component responsive prop
118-
142+ * Fix image component responsive prop
143+
1191441.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
1291541.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
1401651.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
1531781.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
1721971.0.6 / 2018-01-18
173198==================
174199
175- * Fix publish of previous version
200+ * Fix publish of previous version
176201
1772021.0.6 / 2018-01-18
178203==================
@@ -182,53 +207,53 @@ Other Changes
1822071.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
1932181.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
1982231.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
2042291.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
2272521.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
2332581.0.0 / 2016-10-06
234259==================
0 commit comments