Releases: MatiPl01/react-native-sortables
Releases · MatiPl01/react-native-sortables
v1.3.1
v1.3.0
v1.2.1
v1.2.0
1.2.0 (2025-02-17)
Bug Fixes
- Flex layout flickering, lower drag fail offset (#258) (3d381a3)
- Invalid item activation on iOS Fabric after container scroll (#266) (3ae207d)
- Remaining web implementation issues (#247) (d48820b)
- Sortable flex fragment children (#265) (4352be9), closes #36877
- Sortable flex sizing in horizontal scrollable (#259) (468baeb), closes #257
- Web flex layout and mobile drop animation issues (#250) (c2dc5aa)
- Web sortables resizing and drop animation on web, change to absolute layout on Android (#267) (44d66db)
Features
- Add a possibility to disable layout transition on item addition/removal (#262) (385b196), closes #36877
- Custom drag handle, better drag gesture handling (#246) (0bbedff)
- Expose layout transition prop (#256) (df109fa)
- Horizontal auto scroll and horizontal parent scrollables support (#257) (538d99b), closes #244
- OverDrag disabling per direction (#252) (c239fa3), closes #249
- Possibility to disable container overflow by the dragged item (#249) (57cdab6)
v1.1.1
v1.1.0
1.1.0 (2025-02-03)
Bug Fixes
- A bunch of small issues I noticed (#225) (fe329bd)
- Base web-example app issues (#217) (4d30f24)
- Crash when haptic feedback is not installed in expo managed app (#231) (fd39c71), closes #227
- Invalid layout on web when visibility of sortable changes (#235) (fdd750b)
- Major implementation issues (#234) (fdb8cbd)
- View drop animation on native after adding shouldAnimateLayout (#237) (3b78f83)
Features
v1.0.0
1.0.0 (2025-01-29)
Bug Fixes
- Absolute flex layout (also reverse) calculation issues, restore paddings support (#185) (8b120b3)
- Animation of items added to the sortable component (#200) (aa8e21c), closes #196
- Auto scroll infinite updates issue (#111) (91b90c2)
- Auto scroll not working when item is not dragged (#56) (6375847)
- Circular dependencies (#178) (767ddb0)
- Column flex layout, add layout example screen (#180) (dd321c6)
- Don't trigger press animation when sorting is disabled (#168) (b6737d0)
- Drop indicator dimensions and position (#97) (d86b4e1), closes #82
- Example app screen flickering caused by safe area (#25) (371aef5)
- eslint: Fix eslint config by downgrading to v8 (#3) (ad1f2ac)
- Fix flex ordering for flex with alignment, prepare for release (#206) (e83e53a)
- Incorrect auto scroll bounds when container measurements were outdated (#173) (2e4edca)
- Initial render flickering and content overflow (#89) (b6f0e1f)
- Item overlapping issue (#76) (9483b79)
- Item removal and grid layout calculation (#161) (a1cbcd9)
- Package path in the release workflow (#207) (6cf7e0c)
- Pan gesture being beginning but not being activated on iOS (#114) (a932cc8)
- Reanimated iOS and Android crashes by bumping version (#99) (5b4b2bd)
- Release workflow working directory (#208) (09660d3)
- Require cycle (#75) (388bfc3)
- Reverse flex ordering and flex debug box (#203) (e2012ac)
- Semantic release setup (#67) (3eb70df)
- Set npm registry in publishConfig (#210) (5f77a6a)
- Smaller and bigger issues (#176) (85c01f4)
- SortableFlex items overflowing parent container (#123) (d37092b)
- Transition from relative to absolute flex layout (#150) (3740542)
- Unmounted view measurements on the UI thread showing warnings (#110) (d21dabc)
Features
- Absolute flex layout items positioning (#8) (c8affc6)
- Active item decoration (#13) (6b1f325)
- Active item drop indicator (#48) (6da6295)
- Active item snapping to finger (#79) (2fa839d)
- Add callback functions called on drag state or order changes (#70) (4605697)
- Add drag context provider (#10) (134e727)
- Add drop indicator examples in the example app (#96) (a260acc)
- Add grid items spacing via
rowGap
andcolumnGap
(#82) (120e66b) - Add item context, add working touchable (#121) (cf35be0)
- Add optional haptic feedback via react-native-haptic-feedback (#69) (072283d)
- Allow animated props to be passed to components (#42) (a8b6e7e)
- Animated container height (#162) (42eff3c)
- Animated container height changes and column dimensions change (#83) (88190c4)
- Auto scroll provider (#45) (c6ff65d)
- Basic SortableView and MeasurementsProvider implementation (#2) (af06231)
- Clean up draggable view implementation, add decoration component (#60) ([edc04f8](https://github.com/MatiPl01/react-native-sortabl...