UNPKG

vue-color-picker-wheel

Version:

A Vue color picker component based on the Farbtastic jQuery Color Picker plug-in

25 lines (18 loc) 905 B
# Changelog All changes to Vue Color Picker Wheel will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [0.4.2] - 16-01-2019 ### Fixed - Color selection (circle) widget not following mouseclicks and touches on mobile correctly (fixes issue #9) ## [0.4.1] - 16-11-2018 ### Fixed - Prevent color picker from being highlighted (showing a black overlay) on touch devices when tapping (and holding) ## [0.4.0] - 15-11-2018 ### Fixed - Misalign issues when using CSS rules like 'text-align: center' or 'margin: 0 auto' on the parent element of the color picker ### Deprecations - Using the 'colorChange' event is deprecated, will be removed in 1.0.0. Use 'v-model' or the 'color-change' event instead. ## [0.3.0] - 15-11-2018 ### Added - v-model support