We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9882157 commit d42977fCopy full SHA for d42977f
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## version 3.0.0
2
+
3
+- `data` prop should be used for passing unknown elements to the component
4
5
+- adding `babelOptions` prop
6
7
+- update peerDependencies versions
8
9
## version 2.0.0
10
11
- upgrade react and react-dom peerDependencies to v18.2.0
package.json
@@ -1,6 +1,6 @@
{
"name": "string-to-react-component",
- "version": "2.0.0",
+ "version": "3.0.0",
"private": false,
"author": "dev-javascript",
"description": "Create React component from string",
0 commit comments