Skip to content

Releases: hello-pangea/color-picker

Release 3.2.2

Choose a tag to compare

@Xhale1 Xhale1 released this 06 Nov 01:18

Performance Improvements 🚀

  • improve performance of saturation component (a3ece10)

Others 🔧

Docs 📃

  • make Multiple Pickers more reactive (e53faac)

Release 3.2.1

Choose a tag to compare

@Xhale1 Xhale1 released this 27 Sep 08:41

3.2.1 (2022-09-27)

Bug Fixes 🛠

  • export additional types (5de2b4d)
  • photoshop "ok" button works (1c016b4)

Code Refactoring 🖌

  • rename types to match DefinitelyTyped (f362474)

Others 🔧

Release 3.2.0

Choose a tag to compare

@Xhale1 Xhale1 released this 20 Sep 23:14

3.2.0 (2022-09-20)

Others 🔧

Bug Fixes 🛠

  • changing the color prop will reflect new color (1ad3c07)
  • make alpha value optional (be50810)

Docs 📃

  • add story for multiple color pickers (87627d6)
  • make google color picker the first story (6c3d63c)

Features 🔥

Build System 🏗

  • automate github releases (a743ca7)
  • remove rollup-plugin-size-snapshot (c073bc9)

Release 3.1.1

Choose a tag to compare

@Xhale1 Xhale1 released this 18 Sep 23:43

3.1.1 (2022-09-18)

Bug Fixes 🛠

  • configure rollup to inline+base64 svg images (23443be)
  • emit new values for onChange and onChangeComplete (a9cf4f2)

Others 🔧

Release 3.1.0

Choose a tag to compare

@Xhale1 Xhale1 released this 05 Sep 08:56

3.1.0 (2022-09-05)

Code Refactoring 🖌

  • Remove material-colors dependency
  • Improved lodash import

Others 🔧

  • Fix onChange type

Release 3.0.0

Choose a tag to compare

@Xhale1 Xhale1 released this 05 Sep 07:57

3.0.0 (2022-09-05)

⚠ BREAKING CHANGES

There are hopefully no breaking changes included with 3.0.0. The codebase has received several major refactors which might break something and improved types (thanks to TypeScript) could also cause errors depending on how one used this library.

If you find a breaking change please create an issue and it will be addressed ASAP.

Docs 📃

  • Remove examples folder in favor of Storybook. Stories are live and interactive, see more here

Code Refactoring 🖌

  • Typescript! The majority of this codebase is now written in TypeScript
  • Support and use React Context

Others 🔧

  • Update all-the-dependencies™
  • Remove a number of dependencies to help reduce bundle size
  • Add ESModules support
  • Support tree shaking
  • Hugely improved developer experience and build tools