Skip to content

Commit d42977f

Browse files
version 3.0.0
1 parent 9882157 commit d42977f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
## version 2.0.0
210

311
- upgrade react and react-dom peerDependencies to v18.2.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "string-to-react-component",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"private": false,
55
"author": "dev-javascript",
66
"description": "Create React component from string",

0 commit comments

Comments
 (0)