4.0 KiB
4.0 KiB
1.1.0 (2025-05-07)
🐞 Bug Fixes
- correct compact layout with responsive (8c50abc), closes #18 #39
- RTL resizing issue when widget reaches minimum width (#41) (1b49972)
- when window resize trigger resizeEventHandler, placeholder shouldn't hide (#49) (8ce57d0)
🔨 Code Refactoring
- use typescript type props (1e21ff4)
1.0.6 (2024-11-28)
🐞 Bug Fixes
- resizing along the edge should affect only one axis (#37) (e0b91d5)
- safely read navigator (#35) (2f10dc8)
1.0.5 (2024-04-22)
🐞 Bug Fixes
1.0.4 (2024-01-24)
🐞 Bug Fixes
1.0.3 (2023-08-23)
1.0.2 (2023-05-03)
🐞 Bug Fixes
- current reactive dragging state for custom (aa1c4ee), closes #2
- ensure correct event sequence (5d779d3), closes #1
1.0.1 (2023-04-26)
1.0.0-beta.3 (2023-04-23)
⚡ Performance Improvements
- throttle drag and resize move events (56915f4)
🔨 Code Refactoring
- redesign class names of element (c0ef03c)
1.0.0-beta.2 (2023-04-21)
⚡ Performance Improvements
- merge repeated watch callbacks (4b924a1)
1.0.0-beta.1 (2023-04-21)
🐞 Bug Fixes
- on demand import interactjs packages (e270621)
💔 Reverts
- fix: on demand import interactjs packages (b87cb8b)