Releases: hello-pangea/color-picker
Releases · hello-pangea/color-picker
Release 3.2.2
Release 3.2.1
Release 3.2.0
Release 3.1.1
Release 3.1.0
3.1.0 (2022-09-05)
Code Refactoring 🖌
- Remove material-colors dependency
- Improved lodash import
Others 🔧
- Fix onChange type
Release 3.0.0
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