Skip to content

fix: Items not animated before sortEnabled is set to true #398

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 15, 2025

Conversation

MatiPl01
Copy link
Owner

Description

This issue was caused by the optimization that delayed transition to absolute layout until sortEnabled is set to true. I remove this optimization as it shouldn't affect performance that much but added unnecessary complexity and introduced this issue.

@MatiPl01 MatiPl01 self-assigned this Jun 15, 2025
@MatiPl01 MatiPl01 added enhancement New feature or request fix labels Jun 15, 2025
Copy link

vercel bot commented Jun 15, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
react-native-sortables-docs ⬜️ Ignored (Inspect) Visit Preview Jun 15, 2025 6:15pm

@MatiPl01 MatiPl01 marked this pull request as draft June 15, 2025 16:14
@MatiPl01 MatiPl01 marked this pull request as ready for review June 15, 2025 18:15
@MatiPl01 MatiPl01 merged commit 5ff360c into main Jun 15, 2025
6 checks passed
@MatiPl01 MatiPl01 deleted the fix/items-not-animated-before-dragging-starts branch June 15, 2025 18:18
MatiPl01 pushed a commit that referenced this pull request Jun 16, 2025
## [1.7.1](v1.7.0...v1.7.1) (2025-06-16)

### Bug Fixes

* Flex layout issues ([#400](#400)) ([891c0b3](891c0b3))
* Flex layout with custom alignmnets on web ([#401](#401)) ([a74cb4b](a74cb4b))
* Invalid items animation on screen change ([#396](#396)) ([3262064](3262064))
* Items not animated before `sortEnabled` is set to `true` ([#398](#398)) ([5ff360c](5ff360c))
* Multi touch flickering issue ([#392](#392)) ([6427c8d](6427c8d))
@MatiPl01
Copy link
Owner Author

🎉 This issue has been resolved in version 1.7.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fix released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant