callstack/react-native-slider (@react-native-community/slider)
### [`v4.5.5`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.5.5): : Unblock the build for v0.76 of React Native
[Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.5.4...v4.5.5)
Hello everyone!
This release addresses the "Multiple File not found error in React Native 0.76.0 ([#662](https://redirect.github.com/callstack/react-native-slider/issues/662))" issue related to how React Native handles the dynamic libraries starting from v0.76 (more [here](https://redirect.github.com/react-native-community/discussions-and-proposals/discussions/816)).
Thanks so much to [@vonovak](https://redirect.github.com/vonovak) who addressed this, before v0.76 was released, in [#660](https://redirect.github.com/callstack/react-native-slider/issues/660) 👍
### [`v4.5.4`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.5.4): : Bugfixes
[Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.5.3...v4.5.4)
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](https://redirect.github.com/callstack/react-native-slider/issues/631))
fixed in [#639](https://redirect.github.com/callstack/react-native-slider/issues/639)
- Android: StackOverflow when lowerLimit is greater than upperLimit (and, on some devices, when the slider first loads) ([#571](https://redirect.github.com/callstack/react-native-slider/issues/571))
fixed in [#638](https://redirect.github.com/callstack/react-native-slider/issues/638)
- issue with default min/max values with default step for custom StepMarker ([#606](https://redirect.github.com/callstack/react-native-slider/issues/606))
fixed in [#636](https://redirect.github.com/callstack/react-native-slider/issues/636)
- Android issue: too many steps ([#634](https://redirect.github.com/callstack/react-native-slider/issues/634))
fixed in [#649](https://redirect.github.com/callstack/react-native-slider/issues/649)
- slider has 0 height on Android with new architecture enabled ([#652](https://redirect.github.com/callstack/react-native-slider/issues/652))
fixed in [#657](https://redirect.github.com/callstack/react-native-slider/issues/657) by [@chrfalch](https://redirect.github.com/chrfalch) and [#654](https://redirect.github.com/callstack/react-native-slider/issues/654) by [@draggie](https://redirect.github.com/draggie) and [@vonovak](https://redirect.github.com/vonovak)
Thank you!
### [`v4.5.3`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.5.3): : Fixes and QoL updates
[Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.5.2...v4.5.3)
Hello, community!
This release brings a lot of QoL improvements and fixes to the following issues:
- Android build failure - C++ errors, buildCMakeDebug ([#594](https://redirect.github.com/callstack/react-native-slider/issues/594))
- Fix stepMarked prop of the StepMarker when the step props is not default 1
by [@betko](https://redirect.github.com/betko) in [#581](https://redirect.github.com/callstack/react-native-slider/issues/581)
- Cannot read properties of undefined (reading 'toFixed') ([#617](https://redirect.github.com/callstack/react-native-slider/issues/617))
fixed by [@draggie](https://redirect.github.com/draggie) in [#621](https://redirect.github.com/callstack/react-native-slider/issues/621)
- Unable to resolve module react-native/Libraries/NativeComponent/ViewConfigIgnore ([#596](https://redirect.github.com/callstack/react-native-slider/issues/596))
resolved by [@draggie](https://redirect.github.com/draggie) in [#626](https://redirect.github.com/callstack/react-native-slider/issues/626)
- update the targetSdk version ([#580](https://redirect.github.com/callstack/react-native-slider/issues/580))
fixed by [@draggie](https://redirect.github.com/draggie) in [#627](https://redirect.github.com/callstack/react-native-slider/issues/627)
- StyleSheet.compose() deprecated ([#614](https://redirect.github.com/callstack/react-native-slider/issues/614))
fixed by [@draggie](https://redirect.github.com/draggie) in [#625](https://redirect.github.com/callstack/react-native-slider/issues/625)
- onValueChange triggers an extra time after onSlidingCompleted on Android ([#569](https://redirect.github.com/callstack/react-native-slider/issues/569))
fixed by [@draggie](https://redirect.github.com/draggie) in [#628](https://redirect.github.com/callstack/react-native-slider/issues/628)
as well as some "under the hood" changes, as usual.
##### Also,
this release is the first with [@draggie](https://redirect.github.com/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](https://redirect.github.com/draggie)!
### [`v4.5.2`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.5.2): : New arch measurements hotfix
[Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.5.1...v4.5.2)
This release brings the hotfix for the last new arch measurement:
- Fix missing header guard by [@alanjhughes](https://redirect.github.com/alanjhughes) in [#592](https://redirect.github.com/callstack/react-native-slider/issues/592)
### [`v4.5.1`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.5.1): : New architecture adjustments, fixes and QOL updates
[Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.5.0...v4.5.1)
Hello community!
As the new architecture is getting closer, libraries are prepared to meet all it's requirements and users/devs expectations that the library runs just fine when using new architecture.
This release brings such improvements and under-the-hood adjustments to the Slider, made in
[PR 589: fix: new arch measurements on Android](https://redirect.github.com/callstack/react-native-slider/pull/589) by [@okwasniewski](https://redirect.github.com/okwasniewski).
Also, huge THANK YOU 🙏 to all contributors for:
- Web-Specific Fixes for onValueChange and Deprecated React Methods by [@landabaso](https://redirect.github.com/landabaso) in [https://github.com/callstack/react-native-slider/pull/563](https://redirect.github.com/callstack/react-native-slider/pull/563)
- feat: add slider limits to web by [@JacobDel](https://redirect.github.com/JacobDel) in [https://github.com/callstack/react-native-slider/pull/565](https://redirect.github.com/callstack/react-native-slider/pull/565)
- Replace metro-react-native-babel-preset with [@react-native/babel-preset](https://redirect.github.com/react-native/babel-preset) by [@dmytrorykun](https://redirect.github.com/dmytrorykun) in [https://github.com/callstack/react-native-slider/pull/573](https://redirect.github.com/callstack/react-native-slider/pull/573)
- Fix Thumb Positioning on Web ([#567](https://redirect.github.com/callstack/react-native-slider/issues/567)) by [@landabaso](https://redirect.github.com/landabaso) in [https://github.com/callstack/react-native-slider/pull/568](https://redirect.github.com/callstack/react-native-slider/pull/568)
- fix keyboard progress increment getting stuck at 6 by [@vafada](https://redirect.github.com/vafada) in [https://github.com/callstack/react-native-slider/pull/572](https://redirect.github.com/callstack/react-native-slider/pull/572)
- chore: update actions to latest versions by [@retyui](https://redirect.github.com/retyui) in [https://github.com/callstack/react-native-slider/pull/579](https://redirect.github.com/callstack/react-native-slider/pull/579)
I have to mention, that many of these PRs and contributions were made without any specific issues, or reports or request, so I appreciate all the help!
**For full changelog** see: https://github.com/callstack/react-native-slider/compare/v4.5.0...v4.5.1
**Also:**
As you may find out, there are two new props already present in the README that are marked as ☣️ experimental ☣️.
They are related to new feature(s): custom step marker, which is still under some constructions, but it's code is already on the main branch.
Feel free to use it, play with it, experiment with it, but please remember it's still to be polished.
Also, before officially released, this feature could definitely use some issue reports or feedback.
Have a nice day!
### [`v4.5.0`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.5.0): : Support for React Native Vision OS
[Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.4.4...v4.5.0)
This release introduces the Slider now supporting the React Native Vision OS,
Huge thanks to [@okwasniewski](https://redirect.github.com/okwasniewski) delivering it in [#560](https://redirect.github.com/callstack/react-native-slider/issues/560).
Also, please checkout the [React Native Vision OS](https://redirect.github.com/callstack/react-native-visionos) and all the work that is being done there!
### [`v4.4.4`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.4.4): : iOS and Android dependencies and configuration
[Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.4.3...v4.4.4)
This release introduces:
- Use install_module_dependencies in podspec file ([#556](https://redirect.github.com/callstack/react-native-slider/issues/556))
by [@cipolleschi](https://redirect.github.com/cipolleschi)
- fix(android): android gradle plugin 8 compatibility ([#553](https://redirect.github.com/callstack/react-native-slider/issues/553))
by [@mikehardy](https://redirect.github.com/mikehardy)
As always - thank you very much to contributors! 🙏
### [`v4.4.3`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.4.3): : Bugfixes and improvements
[Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.4.2...v4.4.3)
This release brings couple of fixes:
- Upper/lower limits not working ([#469](https://redirect.github.com/callstack/react-native-slider/issues/469))
PR [#525](https://redirect.github.com/callstack/react-native-slider/issues/525)
- Invariant Violation: \[4113,"RNCSlider",{"value":"<>"}] is not usable as a native method argument ([#345](https://redirect.github.com/callstack/react-native-slider/issues/345))
PR [#513](https://redirect.github.com/callstack/react-native-slider/issues/513)
as well as some "under-the-hood" improvements:
- Update the compatibility table in README ([#516](https://redirect.github.com/callstack/react-native-slider/issues/516))
- bump windows min ([#508](https://redirect.github.com/callstack/react-native-slider/issues/508))
By [@TatianaKapos](https://redirect.github.com/TatianaKapos)
- Comment thumbThintColor about conflicts with thumbImage regarding fixing [#346](https://redirect.github.com/callstack/react-native-slider/issues/346)
### [`v4.4.2`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.4.2): : Bugfixes
[Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.4.1...v4.4.2)
This release brings fixes to and solutions to following issues:
- Changes in value trigger onSlidingComplete callback for Android ([#487](https://redirect.github.com/callstack/react-native-slider/issues/487))
PR [#489](https://redirect.github.com/callstack/react-native-slider/issues/489)
- Missing TS support resulting in: JSX element class does not support attributes because it does not have a 'props' property. ([#488](https://redirect.github.com/callstack/react-native-slider/issues/488))
PR [#486](https://redirect.github.com/callstack/react-native-slider/issues/486) by [@alpha0010](https://redirect.github.com/alpha0010)
- ThumbImage work in Android but not in iOS ([#346](https://redirect.github.com/callstack/react-native-slider/issues/346))
### [`v4.4.1`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.4.1): : Bugfixes
[Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.4.0...v4.4.1)
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](https://redirect.github.com/callstack/react-native-slider/issues/472) by [@motiz88](https://redirect.github.com/motiz88)
- mutating minimumValue and/or maxiumumValue failed to update UI
PR [#465](https://redirect.github.com/callstack/react-native-slider/issues/465) by [@jspizziri](https://redirect.github.com/jspizziri)
- onValueChanges is called on programmatic value changes on Android
### [`v4.4.0`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.4.0): : Sliding limit feature and revived Web support
[Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.3.3...v4.4.0)
I'm super happy to release the Slider with v4.4.0 which brings you two significant improvements:
- Sliding limit feature - authored by [@alfonsocj](https://redirect.github.com/alfonsocj) in [#432](https://redirect.github.com/callstack/react-native-slider/issues/432). This feature introduces two new properties: `lowerLimit` and `upperLimit`.
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](https://redirect.github.com/erikaannesmith) for pushing this topic forward at some point.
- Revived Web support - authored by [@jspizziri](https://redirect.github.com/jspizziri) in [#462](https://redirect.github.com/callstack/react-native-slider/issues/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/](https://redirect.github.com/callstack/react-native-slider/tree/main/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](https://redirect.github.com/alfonsocj), [@jspizziri](https://redirect.github.com/jspizziri) and [@erikaannesmith](https://redirect.github.com/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](https://redirect.github.com/callstack/react-native-slider/issues) section, or create a new issue in case of encountering anything new.
### [`v4.3.3`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.3.3): : Quality of Live improvements and bugfixes
[Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.3.2...v4.3.3)
This release brings some fixes and improvements to the Slider, including:
- fix([#249](https://redirect.github.com/callstack/react-native-slider/issues/249)): regarding issue introduced in IOS 14 UISlider needs to force the layout ([#450](https://redirect.github.com/callstack/react-native-slider/issues/450))
[@MateWW](https://redirect.github.com/MateWW)
- Replace dispatchModern() calls with getEventData() ([#444](https://redirect.github.com/callstack/react-native-slider/issues/444))
[@notjosh](https://redirect.github.com/notjosh)
- Fix types being present as a prod dependency ([#448](https://redirect.github.com/callstack/react-native-slider/issues/448))
[@liamjones](https://redirect.github.com/liamjones)
- Update the documentation for accessibilityIncrements ([#441](https://redirect.github.com/callstack/react-native-slider/issues/441))
[@appfr3d](https://redirect.github.com/appfr3d)
All of the listed fixes were made by new contributors so huge "Thank you!" to them for their contributions 👍
### [`v4.3.2`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.3.2): : Slider installation fail - fix
[Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.3.1...v4.3.2)
This release fixes the Slider installation previously failing due to README that could not be found ([#430](https://redirect.github.com/callstack/react-native-slider/issues/430)).
The fix:
- Fix: move postinstall script to prepack [#433](https://redirect.github.com/callstack/react-native-slider/issues/433)
was provided to you by [@rborn](https://redirect.github.com/rborn)
### [`v4.3.1`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.3.1): : New arch hotfixes
[Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.3.0...v4.3.1)
This release brings two hotfixes of issues introduced along with new architecture release:
- Configure buildscript only for new arch ([#419](https://redirect.github.com/callstack/react-native-slider/issues/419))
- \[Fabric] Fix hot reloading causing photo jumps ([#413](https://redirect.github.com/callstack/react-native-slider/issues/413))
### [`v4.3.0`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.3.0): : React Native new architecture support
[Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.2.4...v4.3.0)
This version introduces the support of React Native new architecture.
This was implemented in [#410](https://redirect.github.com/callstack/react-native-slider/issues/410) by [@okwasniewski](https://redirect.github.com/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](https://reactnative.dev/docs/new-architecture-intro) 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](https://redirect.github.com/callstack/react-native-slider/issues/new?assignees=\&labels=bug+report\&template=BUG_REPORT.md).
### [`v4.2.4`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.2.4): : Bug fixes and minor chore improvements
[Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.2.3...v4.2.4)
- Fix: ignored step value during dragging ([#393](https://redirect.github.com/callstack/react-native-slider/issues/393))
- Update docs regarding controlled value ([#392](https://redirect.github.com/callstack/react-native-slider/issues/392))
- Removing hardcoded style attribute from the constructor causing resource not found error ([#385](https://redirect.github.com/callstack/react-native-slider/issues/385))
[@KunalFarmah98](https://redirect.github.com/KunalFarmah98)
- fix: Change WindowsTargetPlatformVersion to 10.0 ([#384](https://redirect.github.com/callstack/react-native-slider/issues/384))
[@namrog84](https://redirect.github.com/namrog84)
### [`v4.2.3`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.2.3): : Hotfix for Android default value
[Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.2.2...v4.2.3)
This release brings the hotfix for ignored default Android value issue.
- fix: do not reset the seekbar listener when setting the value ([#387](https://redirect.github.com/callstack/react-native-slider/issues/387))
### [`v4.2.2`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.2.2): : Bugfixes and improvements
[Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.2.1...v4.2.2)
This release introduces several fixes and improvements, as well as some of the dependencies updates.
**What has changed:**
- Fix: SeekBar on Android is rendering incorrectly in RTL mode ([https://github.com/callstack/react-native-slider/pull/371](https://redirect.github.com/callstack/react-native-slider/pull/371))
[@pavel-stryber](https://redirect.github.com/pavel-stryber)
- Fix: onChange is not called for tap when on Android ([https://github.com/callstack/react-native-slider/pull/367](https://redirect.github.com/callstack/react-native-slider/pull/367))
- Fix: onAccessibilityAction causes crash ([https://github.com/callstack/react-native-slider/pull/368](https://redirect.github.com/callstack/react-native-slider/pull/368))
- Fix: Type error when using Slider with props as ref ([https://github.com/callstack/react-native-slider/pull/369](https://redirect.github.com/callstack/react-native-slider/pull/369))
For full changelog please refer to: https://github.com/callstack/react-native-slider/compare/v4.2.1...v4.2.2
### [`v4.2.1`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.2.1): : Fix for conflicting disable states in accessibility
[Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.2.0...v4.2.1)
- Fix: Conflicting states for accessibility and non-accessibility users ([#354](https://redirect.github.com/callstack/react-native-slider/issues/354))
[@fabriziobertoglio1987](https://redirect.github.com/fabriziobertoglio1987)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
4.2.0
->4.5.5
Release Notes
callstack/react-native-slider (@react-native-community/slider)
### [`v4.5.5`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.5.5): : Unblock the build for v0.76 of React Native [Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.5.4...v4.5.5) Hello everyone! This release addresses the "Multiple File not found error in React Native 0.76.0 ([#662](https://redirect.github.com/callstack/react-native-slider/issues/662))" issue related to how React Native handles the dynamic libraries starting from v0.76 (more [here](https://redirect.github.com/react-native-community/discussions-and-proposals/discussions/816)). Thanks so much to [@vonovak](https://redirect.github.com/vonovak) who addressed this, before v0.76 was released, in [#660](https://redirect.github.com/callstack/react-native-slider/issues/660) 👍 ### [`v4.5.4`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.5.4): : Bugfixes [Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.5.3...v4.5.4) 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](https://redirect.github.com/callstack/react-native-slider/issues/631)) fixed in [#639](https://redirect.github.com/callstack/react-native-slider/issues/639) - Android: StackOverflow when lowerLimit is greater than upperLimit (and, on some devices, when the slider first loads) ([#571](https://redirect.github.com/callstack/react-native-slider/issues/571)) fixed in [#638](https://redirect.github.com/callstack/react-native-slider/issues/638) - issue with default min/max values with default step for custom StepMarker ([#606](https://redirect.github.com/callstack/react-native-slider/issues/606)) fixed in [#636](https://redirect.github.com/callstack/react-native-slider/issues/636) - Android issue: too many steps ([#634](https://redirect.github.com/callstack/react-native-slider/issues/634)) fixed in [#649](https://redirect.github.com/callstack/react-native-slider/issues/649) - slider has 0 height on Android with new architecture enabled ([#652](https://redirect.github.com/callstack/react-native-slider/issues/652)) fixed in [#657](https://redirect.github.com/callstack/react-native-slider/issues/657) by [@chrfalch](https://redirect.github.com/chrfalch) and [#654](https://redirect.github.com/callstack/react-native-slider/issues/654) by [@draggie](https://redirect.github.com/draggie) and [@vonovak](https://redirect.github.com/vonovak) Thank you! ### [`v4.5.3`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.5.3): : Fixes and QoL updates [Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.5.2...v4.5.3) Hello, community! This release brings a lot of QoL improvements and fixes to the following issues: - Android build failure - C++ errors, buildCMakeDebug ([#594](https://redirect.github.com/callstack/react-native-slider/issues/594)) - Fix stepMarked prop of the StepMarker when the step props is not default 1 by [@betko](https://redirect.github.com/betko) in [#581](https://redirect.github.com/callstack/react-native-slider/issues/581) - Cannot read properties of undefined (reading 'toFixed') ([#617](https://redirect.github.com/callstack/react-native-slider/issues/617)) fixed by [@draggie](https://redirect.github.com/draggie) in [#621](https://redirect.github.com/callstack/react-native-slider/issues/621) - Unable to resolve module react-native/Libraries/NativeComponent/ViewConfigIgnore ([#596](https://redirect.github.com/callstack/react-native-slider/issues/596)) resolved by [@draggie](https://redirect.github.com/draggie) in [#626](https://redirect.github.com/callstack/react-native-slider/issues/626) - update the targetSdk version ([#580](https://redirect.github.com/callstack/react-native-slider/issues/580)) fixed by [@draggie](https://redirect.github.com/draggie) in [#627](https://redirect.github.com/callstack/react-native-slider/issues/627) - StyleSheet.compose() deprecated ([#614](https://redirect.github.com/callstack/react-native-slider/issues/614)) fixed by [@draggie](https://redirect.github.com/draggie) in [#625](https://redirect.github.com/callstack/react-native-slider/issues/625) - onValueChange triggers an extra time after onSlidingCompleted on Android ([#569](https://redirect.github.com/callstack/react-native-slider/issues/569)) fixed by [@draggie](https://redirect.github.com/draggie) in [#628](https://redirect.github.com/callstack/react-native-slider/issues/628) as well as some "under the hood" changes, as usual. ##### Also, this release is the first with [@draggie](https://redirect.github.com/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](https://redirect.github.com/draggie)! ### [`v4.5.2`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.5.2): : New arch measurements hotfix [Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.5.1...v4.5.2) This release brings the hotfix for the last new arch measurement: - Fix missing header guard by [@alanjhughes](https://redirect.github.com/alanjhughes) in [#592](https://redirect.github.com/callstack/react-native-slider/issues/592) ### [`v4.5.1`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.5.1): : New architecture adjustments, fixes and QOL updates [Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.5.0...v4.5.1) Hello community! As the new architecture is getting closer, libraries are prepared to meet all it's requirements and users/devs expectations that the library runs just fine when using new architecture. This release brings such improvements and under-the-hood adjustments to the Slider, made in [PR 589: fix: new arch measurements on Android](https://redirect.github.com/callstack/react-native-slider/pull/589) by [@okwasniewski](https://redirect.github.com/okwasniewski). Also, huge THANK YOU 🙏 to all contributors for: - Web-Specific Fixes for onValueChange and Deprecated React Methods by [@landabaso](https://redirect.github.com/landabaso) in [https://github.com/callstack/react-native-slider/pull/563](https://redirect.github.com/callstack/react-native-slider/pull/563) - feat: add slider limits to web by [@JacobDel](https://redirect.github.com/JacobDel) in [https://github.com/callstack/react-native-slider/pull/565](https://redirect.github.com/callstack/react-native-slider/pull/565) - Replace metro-react-native-babel-preset with [@react-native/babel-preset](https://redirect.github.com/react-native/babel-preset) by [@dmytrorykun](https://redirect.github.com/dmytrorykun) in [https://github.com/callstack/react-native-slider/pull/573](https://redirect.github.com/callstack/react-native-slider/pull/573) - Fix Thumb Positioning on Web ([#567](https://redirect.github.com/callstack/react-native-slider/issues/567)) by [@landabaso](https://redirect.github.com/landabaso) in [https://github.com/callstack/react-native-slider/pull/568](https://redirect.github.com/callstack/react-native-slider/pull/568) - fix keyboard progress increment getting stuck at 6 by [@vafada](https://redirect.github.com/vafada) in [https://github.com/callstack/react-native-slider/pull/572](https://redirect.github.com/callstack/react-native-slider/pull/572) - chore: update actions to latest versions by [@retyui](https://redirect.github.com/retyui) in [https://github.com/callstack/react-native-slider/pull/579](https://redirect.github.com/callstack/react-native-slider/pull/579) I have to mention, that many of these PRs and contributions were made without any specific issues, or reports or request, so I appreciate all the help! **For full changelog** see: https://github.com/callstack/react-native-slider/compare/v4.5.0...v4.5.1 **Also:** As you may find out, there are two new props already present in the README that are marked as ☣️ experimental ☣️. They are related to new feature(s): custom step marker, which is still under some constructions, but it's code is already on the main branch. Feel free to use it, play with it, experiment with it, but please remember it's still to be polished. Also, before officially released, this feature could definitely use some issue reports or feedback. Have a nice day! ### [`v4.5.0`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.5.0): : Support for React Native Vision OS [Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.4.4...v4.5.0) This release introduces the Slider now supporting the React Native Vision OS, Huge thanks to [@okwasniewski](https://redirect.github.com/okwasniewski) delivering it in [#560](https://redirect.github.com/callstack/react-native-slider/issues/560). Also, please checkout the [React Native Vision OS](https://redirect.github.com/callstack/react-native-visionos) and all the work that is being done there! ### [`v4.4.4`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.4.4): : iOS and Android dependencies and configuration [Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.4.3...v4.4.4) This release introduces: - Use install_module_dependencies in podspec file ([#556](https://redirect.github.com/callstack/react-native-slider/issues/556)) by [@cipolleschi](https://redirect.github.com/cipolleschi) - fix(android): android gradle plugin 8 compatibility ([#553](https://redirect.github.com/callstack/react-native-slider/issues/553)) by [@mikehardy](https://redirect.github.com/mikehardy) As always - thank you very much to contributors! 🙏 ### [`v4.4.3`](https://redirect.github.com/callstack/react-native-slider/releases/tag/v4.4.3): : Bugfixes and improvements [Compare Source](https://redirect.github.com/callstack/react-native-slider/compare/v4.4.2...v4.4.3) This release brings couple of fixes: - Upper/lower limits not working ([#469](https://redirect.github.com/callstack/react-native-slider/issues/469)) PR [#525](https://redirect.github.com/callstack/react-native-slider/issues/525) - Invariant Violation: \[4113,"RNCSlider",{"value":"<Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.