Skip to content

Commit e869e5f

Browse files
authored
Update re resizable 0922 (#950)
* upfate: rerisazable * update change log
1 parent eb760a9 commit e869e5f

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,13 @@ If you have a bug to report, please reproduce the bug in [CodeSandbox](https://c
510510

511511
## Changelog
512512

513-
#### v10.4.11
513+
#### v10.4.13
514+
515+
- Upgrade `re-resizable` to `6.10.0`
516+
517+
#### v10.4.12
518+
519+
- Fixes $945, When using vite and resizing from other than right and bottom - the element is shaking weirdly.
514520

515521
- Upgrade `re-resizable` to `6.9.17`
516522
- Fixes #942, define callback refs inline to work with latest versions of Next.js / React.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-rnd",
3-
"version": "10.4.12",
3+
"version": "10.4.13",
44
"description": "A draggable and resizable React Component",
55
"title": "react-rnd",
66
"main": "./lib/index.es5.js",
@@ -98,7 +98,7 @@
9898
"fixture": "./fixture.html"
9999
},
100100
"dependencies": {
101-
"re-resizable": "6.9.17",
101+
"re-resizable": "6.10.0",
102102
"react-draggable": "4.4.6",
103103
"tslib": "2.6.2"
104104
},

pnpm-lock.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)