We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccbdcd commit cf9174cCopy full SHA for cf9174c
CHANGELOG.md
@@ -10,6 +10,8 @@
10
- `decodeEntities` (boolean: default true) - whether to decode HTML entities
11
- `transform` (function) - function that can be used to transform parsed elements
12
- 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)
15
16
## v1.0.3
17
### Updates
@@ -26,4 +28,4 @@
26
28
### Initial Release
27
29
- Render HTML elements and text
30
- Map HTML attribute names to React HTML prop names
-- Convert inline style strings to React style object format
31
+- Convert inline style strings to React style object format
0 commit comments