Skip to content

Latest commit

 

History

History
150 lines (70 loc) · 5.53 KB

CHANGELOG.md

File metadata and controls

150 lines (70 loc) · 5.53 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.6.0 (2024-07-19)

Features

1.5.2 (2024-07-18)

1.5.1 (2024-07-18)

Features

Added MIT license to the package.json

1.5.0 (2023-06-15)

Features

  • chrome compoent add a props named format (hex, rgb, etc) and an event update:format; fix #28 (c9f3a5c)

1.4.1 (2023-02-16)

Bug Fixes

1.4.0 (2023-02-16)

Features

1.3.0 (2022-11-30)

Features

  • add keyboard navigation support for swatches and twitter (a0ff7aa)

1.2.4 (2022-10-17)

Bug Fixes

1.2.3 (2022-10-17)

Bug Fixes

1.2.2 (2022-10-17)

Bug Fixes

1.2.1 (2022-10-17)

1.2.0 (2022-07-11)

Features

  • explicitly export the type as module (5fbf273)

1.1.9 (2022-04-12)

Bug Fixes

  • sketch presetColors alpha not work (93ec741)

1.1.8 (2022-02-22)

Bug Fixes

  • tinycolor(...).isValid is not a function (7831c54)

1.1.7 (2022-02-16)

Bug Fixes

  • replace CommonJS package (6f1292f)

1.1.6 (2022-02-14)

Bug Fixes

  • use replace tinycolor2 with @ctrl/tinycolor (09bb612)

1.1.5 (2021-12-08)

Bug Fixes

  • esm result exclude vue module (d61b120)
  • hue: emit color on mouseup just like saturation does (9d8c798)

1.1.4 (2021-10-21)

Bug Fixes

  • repair production mode component import error (c6aa16f)

1.1.3 (2021-10-15)

1.1.2 (2021-10-15)

Bug Fixes

  • update peerDependencies vue version (22d57bf)

1.1.1 (2021-10-14)

Bug Fixes

  • excluded dependencies module when build libs (6b0d860)
  • update dev serve.js (915233d)

1.1.0 (2021-09-09)

Features

  • add standard-version gen changelog (43cb18b)
  • pre-commit add lint-staged (d0e7ddb)
  • pre-commit add lint-staged (2c63fff)
  • pre-commit add lint-staged (31602b5)

[1.0.0] - 2021-08-26

Feature

Now we can import on Demand (Tree Shaking)