Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.0.0](v2.1.0...v3.0.0) (2021-03-21) ### chore * **types:** remove VueAccessibleColorPicker namespace ([696814f](696814f)) * change default format to HSL ([2d746bc](2d746bc)) ### Features * improve color prop parsing ([8b74dbd](8b74dbd)) ### BREAKING CHANGES * **types:** Removes the `VueAccessibleColorPicker` namespace from types. * Changes the default color format from `'rgb'` to `'hsl'`. To upgrade without changing this in your application, you can pass `'rgb'` to the `defaultFormat` prop. * Updates browser support on account of using `Object.fromEntries`. Most notably, Edge using the EdgeHTML engine and Safari versions before 12.2 are no longer supported. Please refer to the README.md file for the complete list.
- Loading branch information