Skip to content

Releases: callstack/react-native-slider

v4.2.2: Bugfixes and improvements

22 Apr 16:09
d58a9c5
Compare
Choose a tag to compare

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

03 Mar 18:13
470288c
Compare
Choose a tag to compare

v4.2.0: Controlled value

23 Jan 16:12
dec3a7f
Compare
Choose a tag to compare

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 the onValueChange 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

10 Nov 17:52
da5d99b
Compare
Choose a tag to compare
  • Remove redundant flow-bin dependency (#341)

v4.1.11: Fix of `unable to resolve dependency tree` when installing using npm

05 Nov 15:48
c356c51
Compare
Choose a tag to compare

v4.1.10: Bugfixes

21 Oct 11:26
f440219
Compare
Choose a tag to compare
  • 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`

12 Oct 15:31
0e9ad1f
Compare
Choose a tag to compare

v4.1.8: Accessibility improvements for Android & SDK updates

05 Oct 16:41
588d5c3
Compare
Choose a tag to compare
  • 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

17 Sep 12:57
8528dda
Compare
Choose a tag to compare

v4.1.4: Redundant dependencies removed & versions conflicts fixed

29 Aug 14:48
15af564
Compare
Choose a tag to compare
  • Remove redundant React, RN & RNW devDependencies (#308) 784cde7