Update dependency re-resizable to v6.11.2
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| re-resizable | 6.1.0 → 6.11.2 |
⚠️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
bokuweb/react-resizable-box (re-resizable)
v6.11.2
💅 Enhancement
- fix: Add z-index: 1 for edge resizer
- fix: Use stored delta in onResizeStop
v6.11.1
v6.11.0
v6.10.4
💅 Enhancement
- fix: generated JSX namespace not working with React 19
v6.10.3
v6.10.2
v6.10.1
🐛 Bug Fix
- Revert #827 because regression
v6.10.0
💅 Enhancement
- Match focus order to visual order #827
v6.9.18
💅 Enhancement
- added grid gap prop to support adding any gaps to width/height. Fixes #822
🐛 Bug Fix
- fix-boundary-scale: adds scaling to boundary Fixes #820
v6.9.17
- Define callback refs inline to work with latest versions of Next.js / React #819
v6.9.16
💅 Enhancement
- Fixes resizable field always being null in React 18.3.
v6.9.15
v6.9.14
🐛 Bug Fix
- Fixed a bug, onResize fired before snapping to grid #783
v6.9.13
v6.9.12
v6.9.11
💅 Enhancement
- improve
enabletype.
v6.9.10
v6.9.9
💅 Enhancement
- use native
endsWith. - remove
fast-memoize.
v6.9.8
💅 Enhancement
- use
flushSyncin mouseMove.
v6.9.7
v6.9.6
💅 Enhancement
- add
reactandreact-domto peer deps.
v6.9.5
🐛 Bug Fix: Fixed a bug, calculate parent height even when the parent is a flex container #765
v6.9.4
v6.9.3
v6.9.2
🐛 Bug Fix: Fixed a bug, lockAspectRatio is not work when snap is set. #759
v6.9.1
💅 Enhancement
- added grid gap prop to support adding any gaps to width/height. Fixes #822
🐛 Bug Fix
- fix-boundary-scale: adds scaling to boundary Fixes #820
v6.9.0
v6.8.0
💅 Enhancement
- Feature: boundsByDirection #689
v6.7.0
💅 Enhancement
- Use typeScript instead of flowtype in [#413]
- Improve some perf.
- Support
vwandvh. Please see story.
⚡ Breaking changes
- Support only named import. Please import like following.
import { Resizable } from 're-resizable';
📝 Documentation
- Extract LICENSE from README file (@MichaelDeBoey in #397)
- Extract CHANGELOG from README file (@MichaelDeBoey in #397)
🏠 Internal
- Update
react&react-domtov16.7.0(#395)
v6.6.1
🐛 Bug Fix
- Fixed a bug, resize is not work when set
xxxpxto max/min width/height
v6.6.0
🐛 Bug Fix
- Fixed a bug, a base element is removed even though there are other resizable components. (#667)
💅 Enhancement
- Expose
NumberSize.
v6.5.5
💅 Enhancement
- fix: instanceof check fails when window is a proxy (#659)
v6.5.4
🐛 Bug Fix
- Fixed a bug, when touched in mobile some execption throwed.
v6.5.3
v6.5.2
🐛 Bug Fix
- Fixes #522 - Resize without page scrolling on mobile
v6.5.1
🐛 Bug Fix
- Make
asoptional
v6.5.0
🐛 Bug Fix
- Fix ES Module Output #634
v6.4.0
💅 Enhancement
- Support the "as" prop to change the wrapper #614
v6.3.2
💅 Enhancement
- Avoid a useless re-render #587
v6.3.1
💅 Enhancement
- Makes the component window agnostic, which means that the component can be run inside an iframe. (#598)
v6.3.0
v6.2.0
🐛 Bug Fix
- Fixed a bug, resizing does not work when flex-basis set.
v6.1.1
🐛 Bug Fix
- Fixed a bug,
Handle loses mouse as edge gets further away from other side #​537
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Upd Deps [BOT]