Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewnham committed Nov 29, 2017
1 parent ec39784 commit 1cc4b41
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## v2.0.2
### Bug Fixes
- Fix empty inline style attribute breaking rendering [#34](https://github.com/wrakky/react-html-parser/pull/34) ([kevinzwhuang](https://github.com/kevinzwhuang))

## v2.0.1
### Updates
- Added `preprocessNodes` option to ReactHTMLParser function. This function is passed the raw
Expand All @@ -19,18 +23,18 @@ are made to it
- `transform` (function) - function that can be used to transform parsed elements
- Tags and attributes with invalid formats are now ignored and prevent React from blowing up
### Bug Fixes
- Fixed bug where inline styles containing colons would not be generated correctly (#9)
- Fixed bug where inline styles containing colons would not be generated correctly [#9](https://github.com/wrakky/react-html-parser/issues/9)

## v1.0.3
### Updates
- Added React v15 as a peer dependency
### Bug Fixes
- Match boolean attributes when defined with upper or lower case characters (#5)
- Match boolean attributes when defined with upper or lower case characters [#5](https://github.com/wrakky/react-html-parser/issues/5)

## v1.0.2
### Bug Fixes
- Don't add children to void elements such as img or br (#1)
- Correctly render boolean attributes - disabled, checked, etc (#3)
- Don't add children to void elements such as img or br [#1](https://github.com/wrakky/react-html-parser/issues/1)
- Correctly render boolean attributes - disabled, checked, etc [#3](https://github.com/wrakky/react-html-parser/issues/3)

## v1.0.0
### Initial Release
Expand Down

0 comments on commit 1cc4b41

Please sign in to comment.