Skip to content

Commit 23d312c

Browse files
committed
10.4.11
1 parent 5f5d2e7 commit 23d312c

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,11 @@ If you have a bug to report, please reproduce the bug in [CodeSandbox](https://c
510510

511511
## Changelog
512512

513+
#### v10.4.11
514+
515+
- Upgrade `re-resizable` to `6.9.17`
516+
- Fixes #942, define callback refs inline to work with latest versions of Next.js / React.
517+
513518
#### v10.4.10
514519

515520
- Upgrade `re-resizable` to `6.9.14`

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.10",
3+
"version": "10.4.11",
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.14",
101+
"re-resizable": "6.9.17",
102102
"react-draggable": "4.4.6",
103103
"tslib": "2.6.2"
104104
},

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)