Releases: remarkablemark/html-react-parser
Releases Β· remarkablemark/html-react-parser
v0.6.0
0.6.0 (2018-12-17)
Features
- utilities: add support for custom styles beginning with "--*" (2c0a9dc) @samikarak
v0.5.0
v0.4.7
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
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-dom16 no longer exposeslib, which includes the DOM property configs- Upgrade devDependencies of
reactandreact-domto 16 - Update README and examples