Skip to content

Commit cf9174c

Browse files
authored
Update CHANGELOG.md
1 parent eccbdcd commit cf9174c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
- `decodeEntities` (boolean: default true) - whether to decode HTML entities
1111
- `transform` (function) - function that can be used to transform parsed elements
1212
- Tags and attributes with invalid formats are now ignored and prevent React from blowing up
13+
### Bug Fixes
14+
- Fixed bug where inline styles containing colons would not be generated correctly (#9)
1315

1416
## v1.0.3
1517
### Updates
@@ -26,4 +28,4 @@
2628
### Initial Release
2729
- Render HTML elements and text
2830
- Map HTML attribute names to React HTML prop names
29-
- Convert inline style strings to React style object format
31+
- Convert inline style strings to React style object format

0 commit comments

Comments
 (0)