Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2019-12-31)

### Bug Fixes

* 🎨 selectedCell background-color ([6f98473](6f98473))

### Features

* ✨ add table menu button and select table grid size popover ([7419071](7419071))
* ✨ create table with custom row and col ([5b60281](5b60281))
* ✨ enable insert row and column in table ([abfb489](abfb489))
* 💄 table colunm_resize_handle and selected_cell style ([5beb81d](5beb81d))
  • Loading branch information
semantic-release-bot committed Dec 31, 2019
1 parent 6c0ffae commit e0b7487
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 @@
# [1.3.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2019-12-31)


### Bug Fixes

* 🎨 selectedCell background-color ([6f98473](https://github.com/Leecason/element-tiptap/commit/6f984735fca9ca9a514843dcaa8b653b60b5db34))


### Features

* ✨ add table menu button and select table grid size popover ([7419071](https://github.com/Leecason/element-tiptap/commit/74190719835d0100ab042c12500d16076aaa988e))
* ✨ create table with custom row and col ([5b60281](https://github.com/Leecason/element-tiptap/commit/5b602814d7c110e8c5fb5de5a6fe6a86571d2126))
* ✨ enable insert row and column in table ([abfb489](https://github.com/Leecason/element-tiptap/commit/abfb489ebf7528d2ba04ad37823a08890e9250d0))
* 💄 table colunm_resize_handle and selected_cell style ([5beb81d](https://github.com/Leecason/element-tiptap/commit/5beb81dc0892657136a9feb7f4779f81f0939198))

# [1.2.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2019-12-28)


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": "element-tiptap",
"version": "1.2.0",
"version": "1.3.0",
"license": "MIT",
"description": "A WYSIWYG editor based on Tiptap and Element.",
"scripts": {
Expand Down

0 comments on commit e0b7487

Please sign in to comment.