Skip to content

Releases: alabsi91/reanimated-color-picker

v3.0.4

28 May 20:58
75c43c8
Compare
Choose a tag to compare

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

Full Changelog: v3.0.3...v3.0.4

v3.0.3

10 Feb 11:07
5142b3c
Compare
Choose a tag to compare

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

06 Feb 16:54
6e5a418
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

30 Jan 09:21
Compare
Choose a tag to compare

What's Changed

  • Fix "ring" Thumb Shape Style.
  • Fix containerStyle backgroundColor being overwritten in HueCircular.
  • Fix containerStyle backgroundColor being overwritten in LuminanceCircular.

Full Changelog: v3.0.0...v3.0.1

v3.0.0

24 Jan 11:34
Compare
Choose a tag to compare

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 for Panel3. PR #60

New Props

  • thumbScaleAnimationValue and thumbScaleAnimationDuration: Control thumb scaling animation when it is active. PR #67
  • rotate Prop in <HueCircular /> Component: For Hue Rotation. PR #68
  • rotate Prop in <Panel3 /> Component: For Hue Rotation. PR #61
  • renderCenterLine prop in <Panel3 />: Draws a line from the center to the thumb. PR #56
  • gestures in Color Picker Components: To run RNGH gestures or composed ones with the existing color picker gestures. PR #59
  • 'hsl-saturation' Option for centerChannel prop in <Panel3 /> Component. PR #63
  • 'hsl-saturation' Option for verticalChannel prop in <Panel2 /> Component. PR #64

Improvements

  • reanimated-color-picker can now run entirely on the UI thread.
  • onChange and onComplete props now accept a worklet function.
  • Added runOnUI option for colorKit to run inside a worklet function. PR #52
  • Introducing roundValues Option in colorKit 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 and InputWidget. PR #55
  • Exposed useColorPickerContext.
  • Improved examples.
  • Improved documentation.

Fixes

  • Fixed jitter and added smoothness for all sliders by removing Math.round.
  • Fixed thumbStyle and innerStyle 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

14 Dec 15:20
Compare
Choose a tag to compare
  • 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

03 Nov 13:07
Compare
Choose a tag to compare

What's Changed

  • Refactored and fixed bugs in colorKit.
  • Added Jest tests for colorKit.
  • Fixed the web build for react-native-reanimated v3.5.0 and higher.
  • Optimized Thumb performance.
  • Upgraded Docusaurus to v3.0.0.
  • Updated examples.
  • Fixed types.

Full Changelog: v2.4.0...v2.4.1

v2.4.0

12 Oct 11:13
Compare
Choose a tag to compare

What's Changed

  • [colorKit] Add areColorsEqual to check if two colors are similar within a specified tolerance. by @alabsi91 in #48

  • [Panel5] Enhance Color Matching and Address Preview Color Alignment Issue. by @alabsi91 in #49

Full Changelog: v2.3.5...v2.4.0

v2.3.5

03 Oct 16:55
Compare
Choose a tag to compare

What's Changed

  • Prevent unnecessary updates by @alabsi91 in #44
  • Add disableOpacityTexture prop and fix opacity texture style for the Preview component by @alabsi91 in #45

Full Changelog: v2.3.4...v2.3.5

v2.3.4

25 Aug 14:07
Compare
Choose a tag to compare

What's Changed

  • Fix the thumb position and animation of Panel4.

Full Changelog: v2.3.3...v2.3.4