Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-accessible-color-picker

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-accessible-color-picker - npm Package Versions

13

4.0.6

Diff

Changelog

Source

4.0.6 (2022-09-02)

Bug Fixes

  • css not being minified (307e46b)
kleinfreund
published 4.0.5 •

Changelog

Source

4.0.5 (2022-08-27)

Bug Fixes

  • color picker initializing incorrectly without color prop (065b5b1)
kleinfreund
published 4.0.4 •

Changelog

Source

4.0.4 (2022-08-07)

Bug Fixes

  • not always initially setting custom properties (9ec0b64)
kleinfreund
published 4.0.3 •

Changelog

Source

4.0.3 (2022-05-30)

Bug Fixes

  • incorrectly reading hex color from prop (9f31c3e)
kleinfreund
published 4.0.2 •

Changelog

Source

4.0.2 (2022-05-24)

Bug Fixes

kleinfreund
published 4.0.1 •

Changelog

Source

4.0.1 (2022-05-23)

Bug Fixes

  • showing alpha channel of hex color in wrong scenario (b301c5b)
kleinfreund
published 4.0.0 •

Changelog

Source

4.0.0 (2022-04-03)

Code Refactoring

  • dist: make package ES module only (3ab745b)

BREAKING CHANGES

  • dist: Adds "type": "package" to the package.json file which indicates that this package is now distributed primarily (and solely) in the ES module format. Previously, the package was distributed in both ES and UMD module formats. Below is a list of the individual breaking changes regarding the package’s exposed module specifiers. If you want to know what module specifiers are, you can read up on the matter in the article “Publishing and consuming ECMAScript modules via packages – the big picture” by Dr. Axel Rauschmayer (https://2ality.com/2022/01/esm-specifiers.html#referring-to-ecmascript-modules-via-specifiers).
  • dist: Changes the bare module specifiers “vue-accessible-color-picker” and “vue-accessible-color-picker/unstyled” to refer to ES modules instead of UMD modules.
  • dist: Removes the bare module specifier “vue-accessible-color-picker/esm”. The same module is now referred to as “vue-accessible-color-picker”.
  • dist: Removes the bare module specifier “vue-accessible-color-picker/esm/unstyled”. The same module is now referred to as “vue-accessible-color-picker/unstyled”.
  • dist: Removes the bare module specifier “vue-accessible-color-picker/dist/vue-accessible-color-picker-unstyled.js”. Use “vue-accessible-color-picker/unstyled” instead.
kleinfreund
published 3.3.1 •

Changelog

Source

3.3.1 (2022-02-14)

Bug Fixes

  • types: declare ColorPicker type in type definitions (dfe11f3), closes #14
kleinfreund
published 3.3.0 •

Changelog

Source

3.3.0 (2022-02-05)

Features

  • provide untranspiled ES module bundles (ce1dc59)
kleinfreund
published 3.2.0 •

Changelog

Source

3.2.0 (2021-12-16)

Features

  • add prop for hiding alpha channel (cdfce86)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc