Skip to content

Commit

Permalink
chore: release v0.2.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsprince authored Nov 17, 2020
1 parent 291a3fd commit 777e3c6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [](https://github.com/marsprince/slate-vue/compare/v0.1.9...v) (2020-11-17)


### Bug Fixes

* **component:** avoid getting in no cacheVnode ([d2e8963](https://github.com/marsprince/slate-vue/commit/d2e8963e649bf13efcbac6a67317c8d879d1c32e)), closes [#63](https://github.com/marsprince/slate-vue/issues/63)
* **editable:** trigger beforeinput event in FireFox ([52af03a](https://github.com/marsprince/slate-vue/commit/52af03a2416472baca4f636b0cf6a9ffa0101b16))


### Features

* **plugin:** make setFragmentData pluginnable ([eb91a3d](https://github.com/marsprince/slate-vue/commit/eb91a3d916c15ead8ceb5692a0fefe39147e8faa))



# [](https://github.com/marsprince/slate-vue/compare/v0.1.8...v) (2020-11-10)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.9",
"version": "0.2.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/slate-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slate-vue",
"version": "0.1.9",
"version": "0.2.0",
"dependencies": {
"direction": "^1.0.4",
"is-hotkey": "^0.1.6",
Expand Down

0 comments on commit 777e3c6

Please sign in to comment.