@@ -33,22 +33,22 @@ All notable changes to this project will be documented in this file. See [standa
3333- ** package:** upgrade devDependencies ([ b2dc83b] ( https://github.com/remarkablemark/html-react-parser/commit/b2dc83b9834b70424c1525d5b30b7c6c32016838 ) )
3434- ** rollup:** upgrade rollup, consolidate config, remove cross-env ([ 55b2b4e] ( https://github.com/remarkablemark/html-react-parser/commit/55b2b4e7a647e9829e89a45524ece86d0ab620bd ) )
3535
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)
3737
3838### Tests
3939
4040- ** attributes-to-props:** test that CSS comment is not parsed ([ 0c27987] ( https://github.com/remarkablemark/html-react-parser/commit/0c27987ff10fa13f3f2f35ba1aba0b88b0e0d92e ) )
4141- ** dom-to-react:** tidy tests and add case for single node replace ([ 452f6be] ( https://github.com/remarkablemark/html-react-parser/commit/452f6be01500adffd740b0b1edb7a06790ba46f7 ) )
4242- tidy tests, replace ` assert.equal ` with ` assert.strictEqual ` ([ ef04eff] ( https://github.com/remarkablemark/html-react-parser/commit/ef04effebdd2f753c99f706599d656b314442d08 ) )
4343
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)
4545
4646### Bug Fixes
4747
4848- update .d.ts docstrings ([ bae05c0] ( https://github.com/remarkablemark/html-react-parser/commit/bae05c0a00ac4917b8d0d3137098010a13f8377d ) )
4949- use JSX.Element for type definitions ([ d8e2ada] ( https://github.com/remarkablemark/html-react-parser/commit/d8e2adad4410544bbff4b5c9b827225aa96ed5d5 ) )
5050
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)
5252
5353### Bug Fixes
5454
@@ -59,7 +59,7 @@ All notable changes to this project will be documented in this file. See [standa
5959- ** html-to-react:** add test to ensure default export for parser ([ efba1d4] ( https://github.com/remarkablemark/html-react-parser/commit/efba1d402000b25b8800e33c2b934351b64bac0c ) )
6060- ** html-to-react:** have a stronger assert ([ 064f0df] ( https://github.com/remarkablemark/html-react-parser/commit/064f0dfc742f67d57941a02bfdb70a76b56be472 ) )
6161
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)
6363
6464### Bug Fixes
6565
@@ -80,7 +80,7 @@ All notable changes to this project will be documented in this file. See [standa
8080
8181- ** types:** move TypeScript tests from ` lint ` to ` test ` directory ([ 7c9ab9d] ( https://github.com/remarkablemark/html-react-parser/commit/7c9ab9d ) )
8282
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)
8484
8585### Bug Fixes
8686
@@ -91,7 +91,7 @@ All notable changes to this project will be documented in this file. See [standa
9191- ** package:** remove ` opencollective-postinstall ` ([ 6e0b870] ( https://github.com/remarkablemark/html-react-parser/commit/6e0b870 ) )
9292- ** 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 )
9393
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)
9595
9696### Build System
9797
@@ -117,7 +117,7 @@ All notable changes to this project will be documented in this file. See [standa
117117
118118- ** attributes-to-props:** improve test names ([ 17fbdfd] ( https://github.com/remarkablemark/html-react-parser/commit/17fbdfd ) )
119119
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)
121121
122122### Tests
123123
@@ -241,7 +241,7 @@ All notable changes to this project will be documented in this file. See [standa
241241- ** attributes-to-props.js:** Use AST to transform style attributes into an style object ([ 68cd565] ( https://github.com/remarkablemark/html-react-parser/commit/68cd565 ) )
242242- ** 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 ) )
243243
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)
245245
246246### Added
247247
@@ -250,7 +250,7 @@ All notable changes to this project will be documented in this file. See [standa
250250 - Upgrade devDependencies of ` react ` and ` react-dom ` to 16
251251 - Update README and examples
252252
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)
254254
255255### Changed
256256
@@ -260,7 +260,7 @@ All notable changes to this project will be documented in this file. See [standa
260260 - Set react and react-dom versions to ` ^15.4 `
261261 - Version 16 no longer exposes ` HTMLDOMPropertyConfig ` and ` SVGDOMPropertyConfig `
262262
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)
264264
265265### Changed
266266
@@ -271,7 +271,7 @@ All notable changes to this project will be documented in this file. See [standa
271271 - webpack@3.0.0
272272- Update webpack to enable scope hoisting
273273
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)
275275
276276### Changed
277277
@@ -287,7 +287,7 @@ All notable changes to this project will be documented in this file. See [standa
287287- Dependencies:
288288 - jsdomify
289289
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)
291291
292292### Added
293293
@@ -298,25 +298,25 @@ All notable changes to this project will be documented in this file. See [standa
298298- Update examples to load parser from relative ` dist/ ` directory ([ #36 ] ( https://github.com/remarkablemark/html-react-parser/issues/36 ) )
299299- Removed unnecessary field "browser" in ` package.json ` ([ #36 ] ( https://github.com/remarkablemark/html-react-parser/issues/36 ) )
300300
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)
302302
303303### Fixed
304304
305305- Decode HTML entities by default on node ([ #34 ] ( https://github.com/remarkablemark/html-react-parser/issues/34 ) )
306306
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)
308308
309309### Changed
310310
311311- Updated README by fixing CDN installation instructions and adding JSFiddle
312312
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)
314314
315315### Changed
316316
317317- Upgrade ` react ` and ` react-dom ` to >15.4
318318
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)
320320
321321### Added
322322
@@ -326,22 +326,22 @@ All notable changes to this project will be documented in this file. See [standa
326326
327327- Silence webpack warning by keeping react <15.4 in this version
328328
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)
330330
331331### Fixed
332332
333333- ` HTMLDOMPropertyConfig.js ` and ` SVGDOMPropertyConfig.js ` have been moved from ` react/lib/ ` to ` react-dom/lib/ ` in v15.4
334334
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)
336336
337337### Changed
338338
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 ) )
340340 - Save ` html-dom-parser `
341341 - Remove ` domhandler ` and ` htmlparser2 `
342342- Update tests and README
343343
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)
345345
346346### Added
347347
@@ -352,7 +352,7 @@ All notable changes to this project will be documented in this file. See [standa
352352- Update build ([ #25 ] ( https://github.com/remarkablemark/html-react-parser/issues/25 ) )
353353- Update README description, instructions, and examples ([ #27 ] ( https://github.com/remarkablemark/html-react-parser/issues/27 ) )
354354
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)
356356
357357### Added
358358
@@ -367,7 +367,7 @@ All notable changes to this project will be documented in this file. See [standa
367367
368368- Regex bug on client parser ([ #24 ] ( https://github.com/remarkablemark/html-react-parser/issues/24 ) )
369369
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)
371371
372372### Changed
373373
@@ -377,7 +377,7 @@ All notable changes to this project will be documented in this file. See [standa
377377
378378- Parsing of ` <script> ` and ` <style> ` tags ([ #20 ] ( https://github.com/remarkablemark/html-react-parser/issues/20 ) )
379379
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)
381381
382382### Added
383383
@@ -390,7 +390,7 @@ All notable changes to this project will be documented in this file. See [standa
390390- Void elements (e.g., ` <img /> ` ) should not have children ([ #16 ] ( https://github.com/remarkablemark/html-react-parser/issues/16 ) )
391391- 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 ) )
392392
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)
394394
395395### Added
396396
@@ -405,18 +405,18 @@ All notable changes to this project will be documented in this file. See [standa
405405
406406- HTML to DOM conversion on the client ([ #10 ] ( https://github.com/remarkablemark/html-react-parser/issues/10 ) )
407407
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)
409409
410410### Added
411411
412412- [ 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 ) )
414414
415415### Fixed
416416
417417- ` package.json ` ** peerDependencies** for ` react ` and ` react-dom `
418418
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)
420420
421421### Added
422422
0 commit comments