Skip to content

Releases: callstack/react-native-slider

v5.1.1: Fix for Sliders dont resetting after remount

07 Nov 14:06
c203192

Choose a tag to compare

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

24 Oct 12:49
c39f8df

Choose a tag to compare

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

19 Aug 14:37
f82f266

Choose a tag to compare

Hello!

This release brings two main updates to Slider:

Many thanks to them for taking their time to contribute 💪

v5.0.0: New Architecture only

23 May 14:09
7c12220

Choose a tag to compare

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

23 May 14:19
91612f8

Choose a tag to compare

Hello everyone!

This release brings the following updates to the Slider:

Let's appreciate their work! 🙏

v4.5.6: Improved custom step marker, fixes, and new channel on Discord

21 Feb 15:04
e9084f6

Choose a tag to compare

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 💪:

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

25 Oct 12:57
8c8c9e9

Choose a tag to compare

Hello everyone!
This release addresses the "Multiple File not found error in React Native 0.76.0 (#662)" issue related to how React Native handles the dynamic libraries starting from v0.76 (more here).
Thanks so much to @vonovak who addressed this, before v0.76 was released, in #660 👍

v4.5.4: Bugfixes

14 Oct 19:31
64af098

Choose a tag to compare

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

12 Sep 11:44
6a58ea3

Choose a tag to compare

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

13 Apr 12:13
ba1576c

Choose a tag to compare

This release brings the hotfix for the last new arch measurement: