react-html-renderer
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,2 +5,6 @@ # Change Log | ||
## [0.1.1](https://github.com/angeloashmore/react-html-renderer/compare/v0.1.0...v0.1.1) (2019-04-05) | ||
# 0.1.0 (2019-04-05) | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "react-html-renderer", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "React component that renders an HTML string as a React component tree", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
@@ -5,3 +5,3 @@ # react-html-renderer | ||
**Note**: This component uses [`html-react-parser`](html-react-parser) under | ||
**Note**: This component uses [`html-react-parser`][html-react-parser] under | ||
the hood but makes no promises about changing the underlying library in a | ||
@@ -75,1 +75,3 @@ future release. | ||
| **`components`** | `PropTypes.objectOf(PropTypes.node)` | An object mapping an HTML element type to anything React can render (numbers, strings, elements, etc.). | | ||
[html-react-parser]: https://github.com/remarkablemark/html-react-parser |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8750
76