Releases: callstack/react-native-slider
Releases · callstack/react-native-slider
v4.2.2: Bugfixes and improvements
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 (#371)
@pavel-stryber - Fix: onChange is not called for tap when on Android (#367)
- Fix: onAccessibilityAction causes crash (#368)
- Fix: Type error when using Slider with props as ref (#369)
For full changelog please refer to: v4.2.1...v4.2.2
v4.2.1: Fix for conflicting disable states in accessibility
- Fix: Conflicting states for accessibility and non-accessibility users (#354)
@fabriziobertoglio1987
v4.2.0: Controlled value
This release introduces the value
property refactored so that it can be easily used to programmatically control the position of the thumb.
Most important notes about the updated value
property:
- Can be used to programmatically control the position of the thumb,
- Affects the thumb's position immediately once updated
- Programmatic update to the
value
does not trigger theonValueChange
event - When updated during manual dragging the manual update has priority
- Property is still optional and can be still used as an initial value only
For more information please visit the PR implementing the feature: #349
v4.1.12: Removed redundant flow-bin dependency
- Remove redundant flow-bin dependency (#341)
v4.1.11: Fix of `unable to resolve dependency tree` when installing using npm
- Remove react-native-windows from peerDependencies (#338)
@BartoszKlonowski
v4.1.10: Bugfixes
- Slider should announce disabled when interacting with (#335)
- Fix: OnSlidingComplete is launched at the end of tap event (#336)
- Fix: can't drag to the end of track on iOS (#334)
@BartoszKlonowski - Fix accessibility-related crash on Android 4.x (#220). (#248)
@MarkCSmith - Use PorterDuff filter when setColorFilter is depracated (#331)
@BartoszKlonowski
v4.1.9: Android build fix of unrecognized `VERSION_CODES`
- Fix: compileSdkVersion causing cannot find symbol build error (#328)
@BartoszKlonowski
v4.1.8: Accessibility improvements for Android & SDK updates
- ISSUE-319-Accessibility not working perfectly in Android 11 devices (#323)
@srinu6 - Update the compileSdkVersion for both lib and example (#324)
@BartoszKlonowski
v4.1.7: Package uses Maven instead of JCenter
- Adding mavenCentral() as jcenter() is shutting (#279)
@maheshwarimrinal - Use mavenCentral instead of jscenter for Android example app (#317)
@BartoszKlonowski - Examples update - latest versions used (#316)
@BartoszKlonowski