Skip to content

Commit adcdefd

Browse files
authored
6.9.18 (#824)
1 parent 463299e commit adcdefd

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@
2121
### :house: Internal
2222
-->
2323

24+
## [6.9.18 (2024-09-10)](https://github.com/bokuweb/re-resizable/compare/6.9.16...6.9.18)
25+
26+
### :nail_care: Enhancement
27+
28+
- added grid gap prop to support adding any gaps to width/height. Fixes #822
29+
30+
### :bug: Bug Fix
31+
32+
- fix-boundary-scale: adds scaling to boundary Fixes #820
33+
34+
## [6.9.17 (2024-05-25)]
35+
36+
- Define callback refs inline to work with latest versions of Next.js / React #819
2437

2538
## [6.9.16 (2024-04-25)](https://github.com/bokuweb/re-resizable/compare/v6.9.16...v6.9.14)
2639

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "re-resizable",
3-
"version": "6.9.16",
3+
"version": "6.9.18",
44
"description": "Resizable component for React.",
55
"title": "re-resizable",
66
"main": "./lib/index.es5.js",

0 commit comments

Comments
 (0)