Releases: remarkablemark/html-react-parser
Releases Β· remarkablemark/html-react-parser
v0.9.2
v0.9.1
v0.9.0
0.9.0 (2019-07-09)
Bug Fixes
- attributes-to-props: handle attr named after Object properties (3f857bb)
Build System
- package: update
react-property
to 1.0.1 (26ebef9)
Features
- attributes-to-props: check for overloaded boolean values (1151cfb)
- attributes-to-props: replace
react-dom
withreact-property
(d6274b9), closes #107
Tests
- attributes-to-props: improve test names (17fbdfd)
v0.8.1
v0.8.0
0.8.0 (2019-06-24)
Bug Fixes
- attributes-to-props: fix lint error
no-prototype-builtins
(fa66dfc)
Build System
- package: refactor webpack config and generate sourcemap (5dd4f07)
- package: rename npm script
cover
totest:cover
(7d806c8) - package: update
[email protected]
and devDependencies (b39ac53) - package: update dependencies and devDependencies (8765ea9)
- package: update dependency
style-to-object
to 0.2.3 (c2cc2ec)
Features
- dom-to-react: skip and do not parse <script> content (1fb5ee2)
Tests
v0.7.1
v0.7.0
0.7.0 (2019-04-05)
Bug Fixes
- coveralls: moved dtslint tests to lint folder (306fceb) @AndrewLeedham
- types: html-dom-parser > html-react-parser (438b9af) @AndrewLeedham
Features
- types: add lib/dom-to-react declaration (27ed8b6) @AndrewLeedham
v0.6.4
0.6.4 (2019-03-29)
Bug Fixes
- dom-to-react: allow custom keys for replacement (abf20a2) @NadiaIvaniuckovich
- dom-to-react: fix typos in the test (4eec53e) @NadiaIvaniuckovich