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 ea570b7 commit ff6fab3Copy full SHA for ff6fab3
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [v1.3.3](https://github.com/aknuds1/html-to-react/tree/v1.3.3)
4
+
5
+- Handle free-standing text nodes in HTML
6
7
+[Full Changelog](https://github.com/aknuds1/html-to-react/compare/v1.3.2...v1.3.3)
8
9
## [v1.3.2](https://github.com/aknuds1/html-to-react/tree/v1.3.2)
10
11
- Handle directives in HTML
package.json
@@ -1,6 +1,6 @@
{
"name": "html-to-react",
- "version": "1.3.2",
+ "version": "1.3.3",
"description": "A lightweight library that converts raw HTML to a React DOM structure.",
"main": "index.js",
"scripts": {
0 commit comments