New
v1.9.0
1.9.0 (2025-09-13)
Bug Fixes
- A bunch of issues, like shaky scroll, invalid grid layout, added items flickering (#463) (3b160b6)
- Active item touch start position on Android (#462) (7704729)
- Autoscroll exceeding bounds (#473) (eddd21b)
- Collapsible items implementation on the web (#485) (4d261db)
- Collapsible items shift when size changes (#451) (e816b6a)
- Incorrect drag start position, no item size animation when teleported (#456) (1730fb8)
- Invalid builder bob config (#475) (11cf84a)
- Invalid grid layout on mount (#461) (a47ed72)
- onActiveItemDropped not being fired when item is touched quickly (#449) (f66d980)
- Pre-release fixes and improvements (#476) (736fb7b)
- Prevent auto scroll from over scrolling content container (#484) (db586d7), closes #473
Features
- Add custom shadow example to docs, clean up decoration style (#466) (1169928)
- Add example app build check CIs (#480) (5ad420c)
- Add style property to the handle component (#477) (28c9099)
- Better collapsible auto-scroll behavior (#457) (2d24b14), closes