Skip to content

Commit

Permalink
chore(release): 5.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [5.2.0](v5.1.1...v5.2.0) (2025-01-15)

### Features

* add copy prop to customize copy function ([0c2bcde](0c2bcde)), closes [#29](https://github.com/kleinfreund/vue-accessible-color-picker/issues/)

  Add the optional prop `copy` that allows customization of the copy function used by the color picker's copy interactions. This can be useful if `window.navigator.clipboard.writeText` isn't available/usable.
  • Loading branch information
semantic-release-bot committed Jan 15, 2025
1 parent 0f8e2f3 commit 6eed1c2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.2.0](https://github.com/kleinfreund/vue-accessible-color-picker/compare/v5.1.1...v5.2.0) (2025-01-15)

### Features

* add copy prop to customize copy function ([0c2bcde](https://github.com/kleinfreund/vue-accessible-color-picker/commit/0c2bcdec018668f2375912af10226d9bc92600e7)), closes [#29](https://github.com/kleinfreund/vue-accessible-color-picker/issues/)

Add the optional prop `copy` that allows customization of the copy function used by the color picker's copy interactions. This can be useful if `window.navigator.clipboard.writeText` isn't available/usable.

## [5.1.1](https://github.com/kleinfreund/vue-accessible-color-picker/compare/v5.1.0...v5.1.1) (2024-12-20)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-accessible-color-picker",
"version": "5.1.1",
"version": "5.2.0",
"license": "MIT",
"description": "Color picker component for Vue.js",
"author": {
Expand Down

0 comments on commit 6eed1c2

Please sign in to comment.