Skip to content

Commit

Permalink
6.9.18 (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb authored Sep 10, 2024
1 parent 463299e commit adcdefd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@
### :house: Internal
-->

## [6.9.18 (2024-09-10)](https://github.com/bokuweb/re-resizable/compare/6.9.16...6.9.18)

### :nail_care: Enhancement

- added grid gap prop to support adding any gaps to width/height. Fixes #822

### :bug: Bug Fix

- fix-boundary-scale: adds scaling to boundary Fixes #820

## [6.9.17 (2024-05-25)]

- Define callback refs inline to work with latest versions of Next.js / React #819

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "re-resizable",
"version": "6.9.16",
"version": "6.9.18",
"description": "Resizable component for React.",
"title": "re-resizable",
"main": "./lib/index.es5.js",
Expand Down

0 comments on commit adcdefd

Please sign in to comment.