Skip to content

Commit

Permalink
Update re resizable 0922 (#950)
Browse files Browse the repository at this point in the history
* upfate: rerisazable

* update change log
  • Loading branch information
bokuweb authored Sep 21, 2024
1 parent eb760a9 commit e869e5f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,13 @@ If you have a bug to report, please reproduce the bug in [CodeSandbox](https://c

## Changelog

#### v10.4.11
#### v10.4.13

- Upgrade `re-resizable` to `6.10.0`

#### v10.4.12

- Fixes $945, When using vite and resizing from other than right and bottom - the element is shaking weirdly.

- Upgrade `re-resizable` to `6.9.17`
- Fixes #942, define callback refs inline to work with latest versions of Next.js / React.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-rnd",
"version": "10.4.12",
"version": "10.4.13",
"description": "A draggable and resizable React Component",
"title": "react-rnd",
"main": "./lib/index.es5.js",
Expand Down Expand Up @@ -98,7 +98,7 @@
"fixture": "./fixture.html"
},
"dependencies": {
"re-resizable": "6.9.17",
"re-resizable": "6.10.0",
"react-draggable": "4.4.6",
"tslib": "2.6.2"
},
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e869e5f

Please sign in to comment.