You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-resizable-panels/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Changelog
2
2
3
+
# 3.0.0
4
+
5
+
-[#478](https://github.com/bvaughn/react-resizable-panels/pull/478): Module is ESM-only in order to better work with modern tooling.
6
+
-[#475](https://github.com/bvaughn/react-resizable-panels/pull/475): `"pointerup"` and `"pointercancel"` listeners are now attached to the `ownerDocument` body to better support edge cases like portals being rendered into a child window.
7
+
3
8
# 2.1.9
4
9
-[#467](https://github.com/bvaughn/react-resizable-panels/pull/467): Only stop propagate for pointer events with targets that are outside of a resize handle
5
10
-[#473](https://github.com/bvaughn/react-resizable-panels/pull/473): Replace `innerHtml` with `insertRule` to better support [Trusted Types](https://developer.mozilla.org/en-US/docs/Web/API/Trusted_Types_API)
0 commit comments