We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5d3f6 commit 4bb467fCopy full SHA for 4bb467f
.gitignore
@@ -6,4 +6,5 @@ npm-debug.log
6
/.idea/*
7
.DS_Store
8
.vscode
9
-cache.json
+cache.json
10
+/scripts/*
changelog.md
@@ -1,3 +1,10 @@
1
+## 1.0.0-RC.1 (2023-03-08)
2
+
3
+First Release Candidate
4
5
+* Prevent attributes used for passing props from being added to first node
+* Updated docs
## 1.0.0-beta.16 (2022-11-06)
* Fix aware props propagation
0 commit comments