Releases: callstack/react-native-slider
v5.1.1: Fix for Sliders dont resetting after remount
This release brings the fix for
Sliders dont reset after remounting them #739
which was fixed in #746 by @marcshilling 🙏
v5.1.0: ThumbImage fix
Hello everyone!
This release fixes the issue with thumbImage not being displayed for all platforms.
Fixing pull request: #736
v5.0.1: React Native compatibility fixes and updates
Hello!
This release brings two main updates to Slider:
- Migrate away from
ContextContainer::Shared
brought by @cortinico in #725 - fix: support for react native 0.81 on Android
introduced by @gabrieldonadel in #722
Many thanks to them for taking their time to contribute 💪
v5.0.0: New Architecture only
Dears,
This release brings Slider with the new architecture only.
This is a breaking change - please see the updated compatibility table in README and remember that from v5.0.0 the new architecture of React Native will be the only one supported by the Slider.
As always - We are happy to support and help with any issues. Please remember to make sure that when creating an issue the latest of Slider, version 5, is used with the new architecture in your app.
Reach out to our README, our Discord channel, or simply create an issue with all the details you have.
Thank you!
v4.5.7: React v19 and latest bugs fixes
Hello everyone!
This release brings the following updates to the Slider:
- fix: do not ignore 0 value prop by @vonovak in #692
- A fix for #683: fix: android auto increment on new arch by @Juozas-Petkelis in #691
- A fix for #680: Fix styles order by @stefanlogue in #702
- A double made by @stephentuso in React 19 fixes #705 for issues #695 and #701
Let's appreciate their work! 🙏
v4.5.6: Improved custom step marker, fixes, and new channel on Discord
Hello community!
With this release we are happy to bring an improved custom step marker feature and some bug fixes.
The custom step marker is no longer "experimental". It has been provided with additional props and params making it more flexible and customizable. All those properties are described in the README and utilized in the example app, so please see those when using this feature for the first time or in case of any doubts. Still, we are open to further improvements or fixes to issues if you encounter any.
There are also changes and fixes done by our engaged community 💪:
- fix: NSInvalidArgumentException when passing accessibilityIncrements (#682)
by @ckknight - fix: iOS inverted tap-to-seek in RTL (#677)
by @AymanHossam - feat: add component provider field for codegen (#678)
by @szymonrybczak
as well as some under-the-hood changes and tweaks.
One more announcement is the new Slider's channel on our Callstack's server on Discord. The link can be found in the README, but let me drop it here as well.
Please feel invited to use this channel not only to track the activity or progress of the work on the Slider, but also to reach out in case of any doubts in usage, questions, advises, or if you think you found a bug you would like to confirm or confront with us first.
See you next time! :)
v4.5.5: Unblock the build for v0.76 of React Native
v4.5.4: Bugfixes
Dears,
With the help of community devs we were able to fix the following issues:
- 'react/renderer/components/rncore/EventEmitters.h' file not found (#631)
fixed in #639 - Android: StackOverflow when lowerLimit is greater than upperLimit (and, on some devices, when the slider first loads) (#571)
fixed in #638 - issue with default min/max values with default step for custom StepMarker (#606)
fixed in #636 - Android issue: too many steps (#634)
fixed in #649 - slider has 0 height on Android with new architecture enabled (#652)
fixed in #657 by @chrfalch and #654 by @draggie and @vonovak
Thank you!
v4.5.3: Fixes and QoL updates
Hello, community!
This release brings a lot of QoL improvements and fixes to the following issues:
- Android build failure - C++ errors, buildCMakeDebug (#594)
- Fix stepMarked prop of the StepMarker when the step props is not default 1
by @betko in #581 - Cannot read properties of undefined (reading 'toFixed') (#617)
fixed by @draggie in #621 - Unable to resolve module react-native/Libraries/NativeComponent/ViewConfigIgnore (#596)
resolved by @draggie in #626 - update the targetSdk version (#580)
fixed by @draggie in #627 - StyleSheet.compose() deprecated (#614)
fixed by @draggie in #625 - onValueChange triggers an extra time after onSlidingCompleted on Android (#569)
fixed by @draggie in #628
as well as some "under the hood" changes, as usual.
Also,
this release is the first with @draggie, who will support Slider with maintenance.
And, as you can see on the list above, his work has already been huge and significant!
So, welcome and thank you, @draggie!
v4.5.2: New arch measurements hotfix
This release brings the hotfix for the last new arch measurement:
- Fix missing header guard by @alanjhughes in #592