Skip to content

feat: Add missing sortEnabled props in docs, allow to pass shared value #222

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 1 commit into from
Jan 31, 2025

Conversation

MatiPl01
Copy link
Owner

Description

As described in the title.
I forgot to add sortEnabled to docs - thanks @mdmush for report in #220.
I also added a possibility to pass a SharedValue to enable/disable sorting without having to re-render component.

@MatiPl01 MatiPl01 added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 31, 2025
@MatiPl01 MatiPl01 self-assigned this Jan 31, 2025
Copy link

vercel bot commented Jan 31, 2025

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

Name Status Preview Comments Updated (UTC)
react-native-sortables-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 31, 2025 10:58pm

@MatiPl01 MatiPl01 merged commit d5b3380 into main Jan 31, 2025
5 checks passed
@MatiPl01 MatiPl01 deleted the feat/allow-disabling-sort-with-shared-value branch January 31, 2025 22:59
MatiPl01 pushed a commit that referenced this pull request Feb 3, 2025
# [1.1.0](v1.0.0...v1.1.0) (2025-02-03)

### Bug Fixes

* A bunch of small issues I noticed ([#225](#225)) ([fe329bd](fe329bd))
* Base web-example app issues ([#217](#217)) ([4d30f24](4d30f24))
* Crash when haptic feedback is not installed in expo managed app ([#231](#231)) ([fd39c71](fd39c71)), closes [#227](#227)
* Invalid layout on web when visibility of sortable changes ([#235](#235)) ([fdd750b](fdd750b))
* Major implementation issues ([#234](#234)) ([fdb8cbd](fdb8cbd))
* View drop animation on native after adding shouldAnimateLayout ([#237](#237)) ([3b78f83](3b78f83))

### Features

* Add missing sortEnabled props in docs, allow to pass shared value ([#222](#222)) ([d5b3380](d5b3380)), closes [#220](#220)
* Make drag activation timings and drop animation duration customizable ([#226](#226)) ([dac417e](dac417e))
* Web example app ([#214](#214)) ([1fd05d3](1fd05d3))
@MatiPl01
Copy link
Owner Author

MatiPl01 commented Feb 3, 2025

🎉 This issue has been resolved in version 1.1.0 🎉

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
documentation Improvements or additions to documentation enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant