Skip to content

Update re resizable 0922 #950

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading