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 0bfe50b commit f65a481Copy full SHA for f65a481
2 files changed
packages/react-resizable-panels/CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+# 3.0.5
4
+- [#512](https://github.com/bvaughn/react-resizable-panels/pull/512): Fixed size precision regression from 2.0.17
5
+
6
# 3.0.4
7
8
- [#503](https://github.com/bvaughn/react-resizable-panels/pull/503): Support custom cursors
packages/react-resizable-panels/package.json
@@ -1,6 +1,6 @@
{
"name": "react-resizable-panels",
- "version": "3.0.4",
+ "version": "3.0.5",
"type": "module",
"description": "React components for resizable panel groups/layouts",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
0 commit comments