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 58b9b9a commit 9774923Copy full SHA for 9774923
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [0.2.1](https://github.com/react-cmpt/use-portal/compare/v0.2.0...v0.2.1) (2020-08-24)
2
+
3
4
+### Bug Fixes
5
6
+* **utils:** Node.childNodes forEach compatibility ([b5f1663](https://github.com/react-cmpt/use-portal/commit/b5f16635190de414bc389987af07bdec235fa5ef))
7
8
9
# [0.2.0](https://github.com/react-cmpt/use-portal/compare/v0.2.0-alpha...v0.2.0) (2020-07-02)
10
11
package.json
@@ -1,6 +1,6 @@
{
"name": "@react-cmpt/use-portal",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "React partals with hooks",
"main": "lib/index.js",
"types": "lib/index.d.ts",
0 commit comments