Releases: callstack/react-native-slider
Releases · callstack/react-native-slider
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
v4.1.4: Redundant dependencies removed & versions conflicts fixed
v4.1.3: README update and included in package
v4.1.2: Dependencies minor version updates
- Release 4.1.2: Bump version in package.json (#305) e835a79
- chore(deps): bump yargs-parser from 13.1.1 to 13.1.2 (#290) 18b127c
- chore(deps): bump url-parse from 1.4.7 to 1.5.3 (#304) 9dbed47
- chore(deps): bump react-native from 0.62.2 to 0.62.3 (#294) 2f75b35
- chore(deps): bump browserslist from 4.12.0 to 4.16.6 (#288) 43cceda
- chore(deps): bump hosted-git-info from 2.7.1 to 2.8.9 (#286) 1f8f5d8
- chore(deps): bump lodash from 4.17.13 to 4.17.21 (#284) 4fba3bf
- chore(deps): bump tar from 4.4.10 to 4.4.15 (#297) 835d3d5
- chore(deps): bump path-parse from 1.0.6 to 1.0.7 (#300) 5c04368
- chore(deps): bump y18n from 4.0.0 to 4.0.3 (#291) 7c8e48d