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 5452fa6 commit 58b401cCopy full SHA for 58b401c
CHANGELOG.MD
@@ -1,3 +1,10 @@
1
+# v5.1.1
2
+
3
+## Bugfixes
4
5
+- wrong `nodeIndex` for children of `ul` and `ol` tags
6
+- `alterChildren` function return type
7
8
# v5.1.0
9
10
## Bugfixes
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-render-html",
- "version": "5.1.0",
+ "version": "5.1.1",
"author": "Meliorence <contact@meliorence.com> (github.com/meliorence)",
"license": "BSD-2-Clause",
"repository": "https://github.com/meliorence/react-native-render-html",
0 commit comments