Skip to content

Commit 9591369

Browse files
Docs: 4.0.2 [skip ci]
1 parent 99fb601 commit 9591369

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.0.2](https://github.com/WTW-IM/react-html-element/compare/v4.0.1...v4.0.2) (2023-01-10)
2+
3+
4+
### Fix
5+
6+
* awaiting potential react-dom promise ([18421b6](https://github.com/WTW-IM/react-html-element/commit/18421b6c0b5106c0252e5d971884f829a5043c76))
7+
* ensuring we don't rerender while awaiting a root ([954ceeb](https://github.com/WTW-IM/react-html-element/commit/954ceeba2f6fc266522329042fe2494527ddc4a5))
8+
* properly handling global react-dom@18 ([2376cae](https://github.com/WTW-IM/react-html-element/commit/2376cae801153d615794265515fb3f4d7ea5ab71))
9+
110
## [4.0.1](https://github.com/WTW-IM/react-html-element/compare/v4.0.0...v4.0.1) (2022-12-07)
211

312

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-html-element",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "An HTMLElement extension that provides a simple setup for Web Components using React.",
55
"main": "module/index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)