File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## v2.0.2
4+ ### Bug Fixes
5+ - Fix empty inline style attribute breaking rendering [ #34 ] ( https://github.com/wrakky/react-html-parser/pull/34 ) ([ kevinzwhuang] ( https://github.com/kevinzwhuang ) )
6+
37## v2.0.1
48### Updates
59- Added ` preprocessNodes ` option to ReactHTMLParser function. This function is passed the raw
@@ -19,18 +23,18 @@ are made to it
1923 - ` transform ` (function) - function that can be used to transform parsed elements
2024- Tags and attributes with invalid formats are now ignored and prevent React from blowing up
2125### Bug Fixes
22- - Fixed bug where inline styles containing colons would not be generated correctly ( # 9 )
26+ - Fixed bug where inline styles containing colons would not be generated correctly [ # 9 ] ( https://github.com/wrakky/react-html-parser/issues/ 9)
2327
2428## v1.0.3
2529### Updates
2630- Added React v15 as a peer dependency
2731### Bug Fixes
28- - Match boolean attributes when defined with upper or lower case characters ( # 5 )
32+ - Match boolean attributes when defined with upper or lower case characters [ # 5 ] ( https://github.com/wrakky/react-html-parser/issues/ 5)
2933
3034## v1.0.2
3135### Bug Fixes
32- - Don't add children to void elements such as img or br ( # 1 )
33- - Correctly render boolean attributes - disabled, checked, etc ( # 3 )
36+ - Don't add children to void elements such as img or br [ # 1 ] ( https://github.com/wrakky/react-html-parser/issues/ 1)
37+ - Correctly render boolean attributes - disabled, checked, etc [ # 3 ] ( https://github.com/wrakky/react-html-parser/issues/ 3)
3438
3539## v1.0.0
3640### Initial Release
You can’t perform that action at this time.
0 commit comments