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 5432f32 commit ab5a865Copy full SHA for ab5a865
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Change Log
2
3
+## [v1.3.1](https://github.com/aknuds1/html-to-react/tree/v1.3.1)
4
+
5
+- Handle invalid inline styles
6
7
+[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.3.0...v1.3.1)
8
9
+**Merged pull requests:**
10
11
+- Handle invalid inline styles [\#52](https://github.com/aknuds1/html-to-react/pull/52) ([nickpalmer](https://github.com/nickpalmer))
12
13
## [v1.3.0](https://github.com/aknuds1/html-to-react/tree/v1.3.0)
14
15
- Upgrade to React 16
package.json
@@ -1,6 +1,6 @@
{
"name": "html-to-react",
- "version": "1.3.0",
+ "version": "1.3.1",
"description": "A lightweight library that converts raw HTML to a React DOM structure.",
"main": "index.js",
"scripts": {
0 commit comments