Skip to content

Commit

Permalink
chore(release): 2.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.5.0](v2.4.3...v2.5.0) (2024-06-02)

### Features

* **ColorPicker:** support for custom colors ([0f29494](0f29494)), closes [#313](#313)
* **image:** support setting the default width and display ([2e60b5f](2e60b5f)), closes [#316](#316)
* **link:** added unlink function, rel & target attributes ([81c19b4](81c19b4))

### Bug Fixes

* **markdown-theme:** cannot switch themes ([3623106](3623106))
* **style:** buttons on toolbar's second line are not showing ([7e3ead5](7e3ead5))
  • Loading branch information
semantic-release-bot committed Jun 2, 2024
1 parent 3df0ff0 commit ee9c8c4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [2.5.0](https://github.com/yikoyu/vuetify-pro-tiptap/compare/v2.4.3...v2.5.0) (2024-06-02)


### Features

* **ColorPicker:** support for custom colors ([0f29494](https://github.com/yikoyu/vuetify-pro-tiptap/commit/0f294941fa7f05bceab04b2e932136957a4ad1f0)), closes [#313](https://github.com/yikoyu/vuetify-pro-tiptap/issues/313)
* **image:** support setting the default width and display ([2e60b5f](https://github.com/yikoyu/vuetify-pro-tiptap/commit/2e60b5fcd789b242a5a51ba0cc5355b67d3f92f2)), closes [#316](https://github.com/yikoyu/vuetify-pro-tiptap/issues/316)
* **link:** added unlink function, rel & target attributes ([81c19b4](https://github.com/yikoyu/vuetify-pro-tiptap/commit/81c19b482496f350b0c437286ffdf3313b096566))


### Bug Fixes

* **markdown-theme:** cannot switch themes ([3623106](https://github.com/yikoyu/vuetify-pro-tiptap/commit/3623106b4cb35edfadaf5432ab1d8e8b7094cb73))
* **style:** buttons on toolbar's second line are not showing ([7e3ead5](https://github.com/yikoyu/vuetify-pro-tiptap/commit/7e3ead5cd705bcfb843d2501d29287e3707df205))

## [2.4.3](https://github.com/yikoyu/vuetify-pro-tiptap/compare/v2.4.2...v2.4.3) (2024-01-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuetify-pro-tiptap",
"version": "2.4.3",
"version": "2.5.0",
"license": "MIT",
"description": "tiptap text editor on vuejs and vuetify",
"private": false,
Expand Down

0 comments on commit ee9c8c4

Please sign in to comment.