Releases: remarkablemark/html-react-parser
Releases Β· remarkablemark/html-react-parser
v0.6.1
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
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)