Releases: alabsi91/reanimated-color-picker
Releases Β· alabsi91/reanimated-color-picker
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 [email protected] 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
v3.0.0
New Components
<LuminanceSlider />
and<HSLSaturationSlider />
: Slider components for HSL color space. PR #62<LuminanceCircular />
: A luminance circular slider for HSL color space. PR #65<ExtraThumb />
: Adds an extra indicator only forPanel3
. PR #60
New Props
thumbScaleAnimationValue
andthumbScaleAnimationDuration
: Control thumb scaling animation when it is active. PR #67rotate
Prop in<HueCircular />
Component: For Hue Rotation. PR #68rotate
Prop in<Panel3 />
Component: For Hue Rotation. PR #61renderCenterLine
prop in<Panel3 />
: Draws a line from the center to the thumb. PR #56gestures
in Color Picker Components: To runRNGH
gestures or composed ones with the existing color picker gestures. PR #59'hsl-saturation'
Option forcenterChannel
prop in<Panel3 />
Component. PR #63'hsl-saturation'
Option forverticalChannel
prop in<Panel2 />
Component. PR #64
Improvements
reanimated-color-picker
can now run entirely on the UI thread.onChange
andonComplete
props now accept aworklet
function.- Added
runOnUI
option forcolorKit
to run inside aworklet
function. PR #52 - Introducing
roundValues
Option incolorKit
for Precise Color Conversions. PR #53 - Seamless UI Thread Integration: Replacing Utils with
colorKit
Methods. PR #54 - Enhanced UI Responsiveness: Implementing UI Thread Updates for
PreviewText
andInputWidget
. PR #55 - Exposed
useColorPickerContext
. - Improved examples.
- Improved documentation.
Fixes
- Fixed jitter and added smoothness for all sliders by removing
Math.round
. - Fixed
thumbStyle
andinnerStyle
being overwritten. - Fixed
ring
thumb shape centering issue. - Fixed: prevented gestures outside the circle in
<Panel3 />
and<HueCircular />
components.
Full Changelog: Compare v2.4.2 to v3.0.0
v2.4.2
- Apply a workaround for a scaling animation issue with the slider thumb on Android from Nougat (API 24) to Pie (API 28).
See: facebook/react-native#18266.
Full Changelog: v2.4.1...v2.4.2
v2.4.1
What's Changed
- Refactored and fixed bugs in
colorKit
. - Added
Jest
tests forcolorKit
. - Fixed the web build for
react-native-reanimated
v3.5.0
and higher. - Optimized
Thumb
performance. - Upgraded
Docusaurus
tov3.0.0
. - Updated examples.
- Fixed types.
Full Changelog: v2.4.0...v2.4.1