Skip to content

Commit 1cc4b41

Browse files
committed
Update changelog
1 parent ec39784 commit 1cc4b41

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

0 commit comments

Comments
 (0)