Releases: callstack/react-native-slider
v4.4.3: Bugfixes and improvements
This release brings couple of fixes:
- Upper/lower limits not working (#469)
PR #525 - Invariant Violation: [4113,"RNCSlider",{"value":"<>"}] is not usable as a native method argument (#345)
PR #513
as well as some "under-the-hood" improvements:
- Update the compatibility table in README (#516)
- bump windows min (#508)
By @TatianaKapos - Comment thumbThintColor about conflicts with thumbImage regarding fixing #346
v4.4.2: Bugfixes
This release brings fixes to and solutions to following issues:
v4.4.1: Bugfixes
This release introduces fixes to the following issues and defects:
- Slider doesn't work in a horizontal scrolling container on web (e.g. tab view)
PR #472 by @motiz88 - mutating minimumValue and/or maxiumumValue failed to update UI
PR #465 by @jspizziri - onValueChanges is called on programmatic value changes on Android
v4.4.0: Sliding limit feature and revived Web support
I'm super happy to release the Slider with v4.4.0 which brings you two significant improvements:
- Sliding limit feature - authored by @alfonsocj in #432. This feature introduces two new properties:
lowerLimit
andupperLimit
.
These new props will prevent user from sliding below or above their values. This pull request also added the example cases of how to use these new props, so definitely check this PR for more details.
Also thanks to @erikaannesmith for pushing this topic forward at some point. - Revived Web support - authored by @jspizziri in #462. This implementation actually brings back the Web support of Slider, but also introduces the missing
thumbImage
support to the web implementation.
This pull request also introduced the example-web/ which shows the state of web platform support of Slider.
There were also several defects fixed within this one PR, and actually too many for me to list them here, so please spent a minute checking out this work.
I would like to say huge THANK YOU to @alfonsocj, @jspizziri and @erikaannesmith for their contribution to the Slider. 💪
As always, this release brings few internal chore improvements, so in case of any issues please do not hesitate to reach out to Issues section, or create a new issue in case of encountering anything new.
v4.3.3: Quality of Live improvements and bugfixes
This release brings some fixes and improvements to the Slider, including:
- fix(#249): regarding issue introduced in IOS 14 UISlider needs to force the layout (#450)
@MateWW - Replace dispatchModern() calls with getEventData() (#444)
@notjosh - Fix types being present as a prod dependency (#448)
@liamjones - Update the documentation for accessibilityIncrements (#441)
@appfr3d
All of the listed fixes were made by new contributors so huge "Thank you!" to them for their contributions 👍
v4.3.2: Slider installation fail - fix
v4.3.1: New arch hotfixes
v4.3.0: React Native new architecture support
This version introduces the support of React Native new architecture.
This was implemented in #410 by @okwasniewski
It was a huge amount of decent work, so I strongly encourage to check out the PR and give the Slider a go with new architecture in your app.
To do that, upgrade Slider package in your app and follow the official guide on how to migrate your app to new architecture.
This update does also introduce some improvements/changes "under the hood" so in case of any problems/errors please report them by creating new issue.
v4.2.4: Bug fixes and minor chore improvements
v4.2.3: Hotfix for Android default value
This release brings the hotfix for ignored default Android value issue.
- fix: do not reset the seekbar listener when setting the value (#387)