Releases: alabsi91/reanimated-color-picker
Releases · alabsi91/reanimated-color-picker
v4.1.1
v4.1.0
What's Changed
- upgrade react native in ExampleLatest from 0.78.2 to 0.79.3 by @alabsi91 in #89
- Fix Transform and Border Radius Issue in Color Picker on Android (API 24-28) by @alabsi91 in #92
- Fix panel5 selector shift after selecting a color by @alabsi91 in #93
- Update-examples by @alabsi91 in #91
- Update HWB color format to comply with React Native
0.79.0
by @alabsi91 in #90
Full Changelog: v4.0.1...v4.1.0
v4.0.1
v4.0.0
What's Changed
- Separate Worklet and Non-Worklet Props by @alabsi91 in #85
- Refactor: Improve Type Naming Consistency and Clarity by @alabsi91 in #86
Breaking Changes
onComplete
andonChange
now only accept worklet functions. UseonCompleteJS
andonChangeJS
to run on the JS thread.- Type renaming:
- Renamed
thumbShapeType
toThumbShapeType
. - Renamed
returnedResults
toColorFormatsObject
.
- Renamed
Full Changelog: v3.0.6...v4.0.0
v3.0.6
What's Changed
- Fix: Resolve gesture detection issues in
Panel5
with latestreact-native-gesture-handler
by @alexmdefrancisco in #84
New Contributors
- @alexmdefrancisco made their first contribution in #84
Full Changelog: v3.0.5...v3.0.6
v3.0.5
- Fix source maps
Full Changelog: v3.0.4...v3.0.5
v3.0.4
What's Changed
- ['Swatches'] add accessibility values to swatches by @chriswillphoto in #76
- Fix JS Compilation Conflict with Reanimated Babel Plugin by @alabsi91 in #81
New Contributors
- @chriswillphoto made their first contribution in #76
Full Changelog: v3.0.3...v3.0.4
v3.0.3
What's Changed
[Panel5
]: Fix an animation issue when a state is tied to the color picker value
prop, and improve color matching with the grid colors when color changes occur from other color picker components.
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
- Fix crashes with RNGH@2.15.0 on iOS by @NikitaDudin in #71
New Contributors
- @NikitaDudin made their first contribution in #71
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- Fix
"ring"
Thumb Shape Style. - Fix
containerStyle
backgroundColor being overwritten inHueCircular
. - Fix
containerStyle
backgroundColor being overwritten inLuminanceCircular
.
Full Changelog: v3.0.0...v3.0.1