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 17295b3 commit 32aa9ffCopy full SHA for 32aa9ff
2 files changed
packages/react-resizable-panels/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+# 3.0.1
4
+
5
+- [#479](https://github.com/bvaughn/react-resizable-panels/pull/479): Improve support for Cloudflare Workers and Vercel Functions
6
+- [#480](https://github.com/bvaughn/react-resizable-panels/pull/480): Fixed `package.json#types` reference
7
8
# 3.0.0
9
10
- [#478](https://github.com/bvaughn/react-resizable-panels/pull/478): Module is ESM-only in order to better work with modern tooling.
packages/react-resizable-panels/package.json
@@ -1,6 +1,6 @@
{
"name": "react-resizable-panels",
- "version": "3.0.0",
+ "version": "3.0.1",
"type": "module",
"description": "React components for resizable panel groups/layouts",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
0 commit comments