Releases: radial-color-picker/vue-color-picker
Releases · radial-color-picker/vue-color-picker
v2.0.0-beta.1 (Jan 6, 2019)
chore(npm): Bump version
v1.1.0 (Nov 10, 2018)
Features
- Add option for non-collapsing color picker (f6c059a)
v1.0.1 (July 28, 2018)
Bugfixes
- rotator: Update @radial-color-picker/rotator which normalizes setter values to be in the [0-359] degree range (4f71cdf)
v1.0.0 (July 22, 2018)
While the release doesn't contain any new features, bugfixes or code improvements the version bump to 1.0.0
highlights the fact that the component is production-ready now. 🎉
Performance Improvements
- rotator: Use latest version of @radial-color-picker/rotator which drastically improves drag responsiveness on touch devices
Docs
- readme: Update links to shorter format (5bed08d)
- readme: Add code of conduct and contributing (55a6a32)
Others
- Upgrade Color Wheel to
v1.0.0
(2aaae3a)
v0.4.1 (May 6, 2018)
Bugfixes
- npm: Update
pkg.main
andpkg.browser
fields to latest dist file path (0f6dde0)
v0.4.0 (May 6, 2018)
Bugfixes
- core: Use CSS autoprefixer and tweak browserlist support (3845829)
Performance Improvements
- build: Build dist files with rollup which decreases bundle size by 20% (c318a8d)
- core: Remove duplicate styling on knob when picker is focused/dragging (d2bbcae)
Docs
- readme: Add intro, usage, options and faq sections (8981c57)
- examples: Update examples with new dist file names (79c64c9)
Others
v0.3.0 (May 1, 2018)
Bugfixes
- core: Add default values for missing HSLA properties in v-model (7536a1b)
Features
- core: Align props names to existing HTML input attributes (79b60a4)
Performance Improvements
- core: Set values directly instead of copying objects with assign (8fa9a79)
Docs
- examples Add example with UMD build (2980df6)
- examples Add example with component config (fcf305c, 798dca1)
Others
v0.2.0 (April 29, 2018)
Initial release 0.1.1 (April 22, 2018)
Features
- color-selector: Add color selector (cff6732)
- color-wheel: Add conic gradient (96d2434)
- core: Add support for keyboard interactions (4bd5f91)
- core: Add support for mouse scroll interactions (df69663)
- core: Add v-model to component to support color config (831e110)
- core: Add vue boilerplate (1e729cc)
- core: Emit @select event when a color is selected (c91ea3a)
- rotator: Add module for applying rotation transforms on elements (b4f677f)
- core: Add support for server-side rendering
Others
- Specify
vue
aspeerDependency