Releases: linx4200/vue-color
Releases Β· linx4200/vue-color
v3.3.1
Bug Fixed
- Fixed an issue on Windows where sliding to select a color worked fine the first time, but on subsequent attempts, the slider would become unresponsive β it stopped moving during the drag, then resumed following the mouse after releasing the button. (#309)
Full Changelog: v3.3...v3.3.1
v3.3
New Features
- Added
<HSLSliders />
,<HSVSliders />
and<RGBSliders />
.
What's Changed
Full Changelog: v3.2...v3.3
v3.2 - Vue 2.7 Support
New Features
- Now supports Vue 2.7!
Check the usage guide π Use with Vue 2.7
Full Changelog: v3.1...v3.2
v3.1
v3.0.3
What's Changed
Bug Fixed
- Closed #296
Others
- Improved demo page: https://linx4200.github.io/vue-color/?picker=chrome&hex=2b694a
Full Changelog: v3.0.2...v3.0.3
v3.0.2
- build(deps-dev): bump vite from 6.2.5 to 6.3.4 by @dependabot in #276
- Fix
ReferenceError: TouchEvent is not defined
in some browsers. (#277)
Full Changelog: v3.0.1...v3.0.2
v3.0.0 is finally released !!! πππ
Weβre excited to announce v3.0.0, a full rewrite using TypeScript and Vue 3, now with significantly improved test coverage.
π Check out the live demo to explore more.
Enjoy! π¨
v3.0.0-alpha.4
What's Changed
- build(deps-dev): bump vite from 6.2.0 to 6.2.5 by @dependabot in #266
- [DOCS] Add full documentation
- [Feature] Add alpha slider to
<SliderPicker />
(#211) - [FIX]: Improve font-family style
- [FIX]: Remove HTML event listeners when components are unmounted.
Full Changelog: 3.0.0-alpha.3...v3.0.0-alpha.4
3.0.0-alpha.3
- Use CSS scoping instead of CSS Modules to make style overriding easier.
- (#245) Add title attributes to preset color elements for better accessibility.
- (#221) Allow customization of supported color formats in .
- (#167) Ensure falsy values are correctly accepted.
- (#113) Fix saturation pointer drift issue.
- (#105) Add new component.
3.0.0-alpha.2
3.0.0-alpha.2