Skip to content

Commit fa1fb9d

Browse files
committed
2.1.9 -> 3.0.0
1 parent 3fd7071 commit fa1fb9d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/react-resizable-panels/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
# 2.1.9
49
- [#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
510
- [#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)

packages/react-resizable-panels/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-resizable-panels",
3-
"version": "2.1.9",
3+
"version": "3.0.0",
44
"type": "module",
55
"description": "React components for resizable panel groups/layouts",
66
"author": "Brian Vaughn <[email protected]>",

0 commit comments

Comments
 (0)