Releases: remarkablemark/html-react-parser
Releases Β· remarkablemark/html-react-parser
v0.4.6
v0.4.5
v0.4.4
v0.4.3
0.4.3 (2018-03-27)
Bug Fixes
- parser: fix boolean attributes parsing (e478a44) @yuliya-ivaniukovich
- parser: fix case when style is empty string (fa2a8b4) @yuliya-ivaniukovich
v0.4.2
0.4.2 (2018-02-20)
Bug Fixes
- package: upgrade [email protected] and devDependencies (1c236ed)
- release: do not lint standard-version commit message (2d35a1f)
v0.4.1
0.4.1 (2017-11-28)
Bug Fixes
- attributes-to-props.js: Remove unappropriate console logging and remove double quote from tests (10ff149)
- attributes-to-props.js: Use AST to transform style attributes into an style object (68cd565)
- utilities.js: Format string to lowercase before converting to camel case and assert the string is a string (4522666)
v0.4.0
0.4.0 (2017-10-01)
Added
- react-dom-core to dependencies (closes #43)
react-dom
16 no longer exposeslib
, which includes the DOM property configs- Upgrade devDependencies of
react
andreact-dom
to 16 - Update README and examples
v0.3.6
0.3.6 (2017-09-30)
Changed
- Dependencies
- [email protected]
- Fixes IE9 client parser bug
- Set react and react-dom versions to
^15.4
- Version 16 no longer exposes
HTMLDOMPropertyConfig
andSVGDOMPropertyConfig
- Version 16 no longer exposes
- [email protected]
v0.3.5
0.3.5 (2017-06-26)
Changed
- Dependencies
- [email protected]
- Fixes IE client parser bug
- [email protected]
- [email protected]
- [email protected]
- Update webpack to enable scope hoisting