@@ -33,22 +33,22 @@ All notable changes to this project will be documented in this file. See [standa
33
33
- ** package:** upgrade devDependencies ([ b2dc83b] ( https://github.com/remarkablemark/html-react-parser/commit/b2dc83b9834b70424c1525d5b30b7c6c32016838 ) )
34
34
- ** rollup:** upgrade rollup, consolidate config, remove cross-env ([ 55b2b4e] ( https://github.com/remarkablemark/html-react-parser/commit/55b2b4e7a647e9829e89a45524ece86d0ab620bd ) )
35
35
36
- ### [ 0.10.4] ( https://github.com/remarkablemark/html-react-parser/compare/v0.10.3...v0.10.4 ) (2020-05-25)
36
+ ## [ 0.10.4] ( https://github.com/remarkablemark/html-react-parser/compare/v0.10.3...v0.10.4 ) (2020-05-25)
37
37
38
38
### Tests
39
39
40
40
- ** attributes-to-props:** test that CSS comment is not parsed ([ 0c27987] ( https://github.com/remarkablemark/html-react-parser/commit/0c27987ff10fa13f3f2f35ba1aba0b88b0e0d92e ) )
41
41
- ** dom-to-react:** tidy tests and add case for single node replace ([ 452f6be] ( https://github.com/remarkablemark/html-react-parser/commit/452f6be01500adffd740b0b1edb7a06790ba46f7 ) )
42
42
- tidy tests, replace ` assert.equal ` with ` assert.strictEqual ` ([ ef04eff] ( https://github.com/remarkablemark/html-react-parser/commit/ef04effebdd2f753c99f706599d656b314442d08 ) )
43
43
44
- ### [ 0.10.3] ( https://github.com/remarkablemark/html-react-parser/compare/v0.10.2...v0.10.3 ) (2020-03-28)
44
+ ## [ 0.10.3] ( https://github.com/remarkablemark/html-react-parser/compare/v0.10.2...v0.10.3 ) (2020-03-28)
45
45
46
46
### Bug Fixes
47
47
48
48
- update .d.ts docstrings ([ bae05c0] ( https://github.com/remarkablemark/html-react-parser/commit/bae05c0a00ac4917b8d0d3137098010a13f8377d ) )
49
49
- use JSX.Element for type definitions ([ d8e2ada] ( https://github.com/remarkablemark/html-react-parser/commit/d8e2adad4410544bbff4b5c9b827225aa96ed5d5 ) )
50
50
51
- ### [ 0.10.2] ( https://github.com/remarkablemark/html-react-parser/compare/v0.10.1...v0.10.2 ) (2020-03-13)
51
+ ## [ 0.10.2] ( https://github.com/remarkablemark/html-react-parser/compare/v0.10.1...v0.10.2 ) (2020-03-13)
52
52
53
53
### Bug Fixes
54
54
@@ -59,7 +59,7 @@ All notable changes to this project will be documented in this file. See [standa
59
59
- ** html-to-react:** add test to ensure default export for parser ([ efba1d4] ( https://github.com/remarkablemark/html-react-parser/commit/efba1d402000b25b8800e33c2b934351b64bac0c ) )
60
60
- ** html-to-react:** have a stronger assert ([ 064f0df] ( https://github.com/remarkablemark/html-react-parser/commit/064f0dfc742f67d57941a02bfdb70a76b56be472 ) )
61
61
62
- ### [ 0.10.1] ( https://github.com/remarkablemark/html-react-parser/compare/v0.10.0...v0.10.1 ) (2020-02-08)
62
+ ## [ 0.10.1] ( https://github.com/remarkablemark/html-react-parser/compare/v0.10.0...v0.10.1 ) (2020-02-08)
63
63
64
64
### Bug Fixes
65
65
@@ -80,7 +80,7 @@ All notable changes to this project will be documented in this file. See [standa
80
80
81
81
- ** types:** move TypeScript tests from ` lint ` to ` test ` directory ([ 7c9ab9d] ( https://github.com/remarkablemark/html-react-parser/commit/7c9ab9d ) )
82
82
83
- ### [ 0.9.2] ( https://github.com/remarkablemark/html-react-parser/compare/v0.9.1...v0.9.2 ) (2019-11-04)
83
+ ## [ 0.9.2] ( https://github.com/remarkablemark/html-react-parser/compare/v0.9.1...v0.9.2 ) (2019-11-04)
84
84
85
85
### Bug Fixes
86
86
@@ -91,7 +91,7 @@ All notable changes to this project will be documented in this file. See [standa
91
91
- ** package:** remove ` opencollective-postinstall ` ([ 6e0b870] ( https://github.com/remarkablemark/html-react-parser/commit/6e0b870 ) )
92
92
- ** package:** upgrade dependency html-dom-parser@0.2.3 ([ 891eda4] ( https://github.com/remarkablemark/html-react-parser/commit/891eda4 ) ), closes [ #126 ] ( https://github.com/remarkablemark/html-react-parser/issues/126 )
93
93
94
- ### [ 0.9.1] ( https://github.com/remarkablemark/html-react-parser/compare/v0.9.0...v0.9.1 ) (2019-07-09)
94
+ ## [ 0.9.1] ( https://github.com/remarkablemark/html-react-parser/compare/v0.9.0...v0.9.1 ) (2019-07-09)
95
95
96
96
### Build System
97
97
@@ -117,7 +117,7 @@ All notable changes to this project will be documented in this file. See [standa
117
117
118
118
- ** attributes-to-props:** improve test names ([ 17fbdfd] ( https://github.com/remarkablemark/html-react-parser/commit/17fbdfd ) )
119
119
120
- ### [ 0.8.1] ( https://github.com/remarkablemark/html-react-parser/compare/v0.8.0...v0.8.1 ) (2019-07-03)
120
+ ## [ 0.8.1] ( https://github.com/remarkablemark/html-react-parser/compare/v0.8.0...v0.8.1 ) (2019-07-03)
121
121
122
122
### Tests
123
123
@@ -241,7 +241,7 @@ All notable changes to this project will be documented in this file. See [standa
241
241
- ** attributes-to-props.js:** Use AST to transform style attributes into an style object ([ 68cd565] ( https://github.com/remarkablemark/html-react-parser/commit/68cd565 ) )
242
242
- ** utilities.js:** Format string to lowercase before converting to camel case and assert the string is a string ([ 4522666] ( https://github.com/remarkablemark/html-react-parser/commit/4522666 ) )
243
243
244
- ## [ 0.4.0] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.6...v0.4.0 ) - 2017-10-01
244
+ ## [ 0.4.0] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.6...v0.4.0 ) ( 2017-10-01)
245
245
246
246
### Added
247
247
@@ -250,7 +250,7 @@ All notable changes to this project will be documented in this file. See [standa
250
250
- Upgrade devDependencies of ` react ` and ` react-dom ` to 16
251
251
- Update README and examples
252
252
253
- ## [ 0.3.6] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.5...v0.3.6 ) - 2017-09-30
253
+ ## [ 0.3.6] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.5...v0.3.6 ) ( 2017-09-30)
254
254
255
255
### Changed
256
256
@@ -260,7 +260,7 @@ All notable changes to this project will be documented in this file. See [standa
260
260
- Set react and react-dom versions to ` ^15.4 `
261
261
- Version 16 no longer exposes ` HTMLDOMPropertyConfig ` and ` SVGDOMPropertyConfig `
262
262
263
- ## [ 0.3.5] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.4...v0.3.5 ) - 2017-06-26
263
+ ## [ 0.3.5] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.4...v0.3.5 ) ( 2017-06-26)
264
264
265
265
### Changed
266
266
@@ -271,7 +271,7 @@ All notable changes to this project will be documented in this file. See [standa
271
271
- webpack@3.0.0
272
272
- Update webpack to enable scope hoisting
273
273
274
- ## [ 0.3.4] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.3...v0.3.4 ) - 2017-06-17
274
+ ## [ 0.3.4] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.3...v0.3.4 ) ( 2017-06-17)
275
275
276
276
### Changed
277
277
@@ -287,7 +287,7 @@ All notable changes to this project will be documented in this file. See [standa
287
287
- Dependencies:
288
288
- jsdomify
289
289
290
- ## [ 0.3.3] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.2...v0.3.3 ) - 2017-01-27
290
+ ## [ 0.3.3] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.2...v0.3.3 ) ( 2017-01-27)
291
291
292
292
### Added
293
293
@@ -298,25 +298,25 @@ All notable changes to this project will be documented in this file. See [standa
298
298
- Update examples to load parser from relative ` dist/ ` directory ([ #36 ] ( https://github.com/remarkablemark/html-react-parser/issues/36 ) )
299
299
- Removed unnecessary field "browser" in ` package.json ` ([ #36 ] ( https://github.com/remarkablemark/html-react-parser/issues/36 ) )
300
300
301
- ## [ 0.3.2] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.1...v0.3.2 ) - 2017-01-26
301
+ ## [ 0.3.2] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.1...v0.3.2 ) ( 2017-01-26)
302
302
303
303
### Fixed
304
304
305
305
- Decode HTML entities by default on node ([ #34 ] ( https://github.com/remarkablemark/html-react-parser/issues/34 ) )
306
306
307
- ## [ 0.3.1] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.0...v0.3.1 ) - 2017-01-10
307
+ ## [ 0.3.1] ( https://github.com/remarkablemark/html-react-parser/compare/v0.3.0...v0.3.1 ) ( 2017-01-10)
308
308
309
309
### Changed
310
310
311
311
- Updated README by fixing CDN installation instructions and adding JSFiddle
312
312
313
- ## [ 0.3.0] ( https://github.com/remarkablemark/html-react-parser/compare/v0.2.0...v0.3.0 ) - 2016-11-18
313
+ ## [ 0.3.0] ( https://github.com/remarkablemark/html-react-parser/compare/v0.2.0...v0.3.0 ) ( 2016-11-18)
314
314
315
315
### Changed
316
316
317
317
- Upgrade ` react ` and ` react-dom ` to >15.4
318
318
319
- ## [ 0.2.0] ( https://github.com/remarkablemark/html-react-parser/compare/v0.1.1...v0.2.0 ) - 2016-11-18
319
+ ## [ 0.2.0] ( https://github.com/remarkablemark/html-react-parser/compare/v0.1.1...v0.2.0 ) ( 2016-11-18)
320
320
321
321
### Added
322
322
@@ -326,22 +326,22 @@ All notable changes to this project will be documented in this file. See [standa
326
326
327
327
- Silence webpack warning by keeping react <15.4 in this version
328
328
329
- ## [ 0.1.1] ( https://github.com/remarkablemark/html-react-parser/compare/v0.1.0...v0.1.1 ) - 2016-11-17
329
+ ## [ 0.1.1] ( https://github.com/remarkablemark/html-react-parser/compare/v0.1.0...v0.1.1 ) ( 2016-11-17)
330
330
331
331
### Fixed
332
332
333
333
- ` HTMLDOMPropertyConfig.js ` and ` SVGDOMPropertyConfig.js ` have been moved from ` react/lib/ ` to ` react-dom/lib/ ` in v15.4
334
334
335
- ## [ 0.1.0] ( https://github.com/remarkablemark/html-react-parser/compare/v0.0.7...v0.1.0 ) - 2016-10-14
335
+ ## [ 0.1.0] ( https://github.com/remarkablemark/html-react-parser/compare/v0.0.7...v0.1.0 ) ( 2016-10-14)
336
336
337
337
### Changed
338
338
339
- - Replace HTML to DOM converter with [ html-dom-parser] ( https://github.com/remarkablemark/html-dom-parser ) (#28 )
339
+ - Replace HTML to DOM converter with [ html-dom-parser] ( https://github.com/remarkablemark/html-dom-parser ) ([ #28 ] ( https://github.com/remarkablemark/html-react-parser/issues/28 ) )
340
340
- Save ` html-dom-parser `
341
341
- Remove ` domhandler ` and ` htmlparser2 `
342
342
- Update tests and README
343
343
344
- ## [ 0.0.7] ( https://github.com/remarkablemark/html-react-parser/compare/v0.0.6...v0.0.7 ) - 2016-09-27
344
+ ## [ 0.0.7] ( https://github.com/remarkablemark/html-react-parser/compare/v0.0.6...v0.0.7 ) ( 2016-09-27)
345
345
346
346
### Added
347
347
@@ -352,7 +352,7 @@ All notable changes to this project will be documented in this file. See [standa
352
352
- Update build ([ #25 ] ( https://github.com/remarkablemark/html-react-parser/issues/25 ) )
353
353
- Update README description, instructions, and examples ([ #27 ] ( https://github.com/remarkablemark/html-react-parser/issues/27 ) )
354
354
355
- ## [ 0.0.6] ( https://github.com/remarkablemark/html-react-parser/compare/v0.0.5...v0.0.6 ) - 2016-09-27
355
+ ## [ 0.0.6] ( https://github.com/remarkablemark/html-react-parser/compare/v0.0.5...v0.0.6 ) ( 2016-09-27)
356
356
357
357
### Added
358
358
@@ -367,7 +367,7 @@ All notable changes to this project will be documented in this file. See [standa
367
367
368
368
- Regex bug on client parser ([ #24 ] ( https://github.com/remarkablemark/html-react-parser/issues/24 ) )
369
369
370
- ## [ 0.0.5] ( https://github.com/remarkablemark/html-react-parser/compare/v0.0.4...v0.0.5 ) - 2016-08-30
370
+ ## [ 0.0.5] ( https://github.com/remarkablemark/html-react-parser/compare/v0.0.4...v0.0.5 ) ( 2016-08-30)
371
371
372
372
### Changed
373
373
@@ -377,7 +377,7 @@ All notable changes to this project will be documented in this file. See [standa
377
377
378
378
- Parsing of ` <script> ` and ` <style> ` tags ([ #20 ] ( https://github.com/remarkablemark/html-react-parser/issues/20 ) )
379
379
380
- ## [ 0.0.4] ( https://github.com/remarkablemark/html-react-parser/compare/v0.0.3...v0.0.4 ) - 2016-08-29
380
+ ## [ 0.0.4] ( https://github.com/remarkablemark/html-react-parser/compare/v0.0.3...v0.0.4 ) ( 2016-08-29)
381
381
382
382
### Added
383
383
@@ -390,7 +390,7 @@ All notable changes to this project will be documented in this file. See [standa
390
390
- Void elements (e.g., ` <img /> ` ) should not have children ([ #16 ] ( https://github.com/remarkablemark/html-react-parser/issues/16 ) )
391
391
- Set default ` key ` parameter for sibling elements due to [ keys warning] ( https://fb.me/react-warning-keys ) ([ #16 ] ( https://github.com/remarkablemark/html-react-parser/issues/16 ) )
392
392
393
- ## [ 0.0.3] ( https://github.com/remarkablemark/html-react-parser/compare/v0.0.2...v0.0.3 ) - 2016-08-24
393
+ ## [ 0.0.3] ( https://github.com/remarkablemark/html-react-parser/compare/v0.0.2...v0.0.3 ) ( 2016-08-24)
394
394
395
395
### Added
396
396
@@ -405,18 +405,18 @@ All notable changes to this project will be documented in this file. See [standa
405
405
406
406
- HTML to DOM conversion on the client ([ #10 ] ( https://github.com/remarkablemark/html-react-parser/issues/10 ) )
407
407
408
- ## [ 0.0.2] ( https://github.com/remarkablemark/html-react-parser/compare/v0.0.1...v0.0.2 ) - 2016-08-23
408
+ ## [ 0.0.2] ( https://github.com/remarkablemark/html-react-parser/compare/v0.0.1...v0.0.2 ) ( 2016-08-23)
409
409
410
410
### Added
411
411
412
412
- [ ESLint] ( http://eslint.org ) as the linter ([ #2 ] ( https://github.com/remarkablemark/html-react-parser/issues/2 ) )
413
- - [ Travis CI] ( https://travis-ci.org ) ([ #4 ] ( https://github.com/remarkablemark/html-react-parser/issues/2 ) )
413
+ - [ Travis CI] ( https://travis-ci.org ) ([ #4 ] ( https://github.com/remarkablemark/html-react-parser/issues/4 ) )
414
414
415
415
### Fixed
416
416
417
417
- ` package.json ` ** peerDependencies** for ` react ` and ` react-dom `
418
418
419
- ## [ 0.0.1] ( https://github.com/remarkablemark/html-react-parser/tree/v0.0.1 ) - 2016-08-23
419
+ ## [ 0.0.1] ( https://github.com/remarkablemark/html-react-parser/tree/v0.0.1 ) ( 2016-08-23)
420
420
421
421
### Added
422
422
0 commit comments