Skip to content

Commit f5e8b19

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2020-01-16) ### Bug Fixes * **heading:** paragraph command in heading_dropdown not work ([46d161c](46d161c)) * **line-height:** clear_format shuold reset line_height ([2158ad6](2158ad6)) ### Features * add TextHighlight extension ([715790e](715790e)) * autoInstall function for CDN usage ([b044ce6](b044ce6)) * enable cleart color in colorPopover ([62675d8](62675d8)) * **editor:** add el-tiptap readonly prop ([9949163](9949163)) * **style:** add command button style file ([1f66c25](1f66c25)) * **style:** extract editor menu style ([d21c89d](d21c89d)) * refactor lineHeight extension, change default line_heights options, todo_list support textAlign and lineHeight ([dbac82c](dbac82c)) * **style:** add editor style file ([f2d38c8](f2d38c8)) * **style:** add editor style file ([20b2229](20b2229)) * **tooltip:** add arrow and open-delay ([ac7c65c](ac7c65c)) * **tooltip:** update tooltip text ([91d2c80](91d2c80))
1 parent beb0ec7 commit f5e8b19

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [1.6.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2020-01-16)
2+
3+
4+
### Bug Fixes
5+
6+
* **heading:** paragraph command in heading_dropdown not work ([46d161c](https://github.com/Leecason/element-tiptap/commit/46d161c75e9017556d25bb4751fa684c396ed10d))
7+
* **line-height:** clear_format shuold reset line_height ([2158ad6](https://github.com/Leecason/element-tiptap/commit/2158ad6019ef8f6441533e81511d691c9efbb2e5))
8+
9+
10+
### Features
11+
12+
* add TextHighlight extension ([715790e](https://github.com/Leecason/element-tiptap/commit/715790e67e8b1d9637253e070d827be37a5c9bb8))
13+
* autoInstall function for CDN usage ([b044ce6](https://github.com/Leecason/element-tiptap/commit/b044ce6ee265517fcb8d30f054d18de47c573706))
14+
* enable cleart color in colorPopover ([62675d8](https://github.com/Leecason/element-tiptap/commit/62675d89743a67156992f732f5ab5699d85c9bda))
15+
* **editor:** add el-tiptap readonly prop ([9949163](https://github.com/Leecason/element-tiptap/commit/994916363931b49b9bded69e9dae2f3eb7268425))
16+
* **style:** add command button style file ([1f66c25](https://github.com/Leecason/element-tiptap/commit/1f66c2539b682b8e63ac9bc0d3865ee94aadc409))
17+
* **style:** extract editor menu style ([d21c89d](https://github.com/Leecason/element-tiptap/commit/d21c89d9f2d718ecb8e8618b7d95665a65cee95f))
18+
* refactor lineHeight extension, change default line_heights options, todo_list support textAlign and lineHeight ([dbac82c](https://github.com/Leecason/element-tiptap/commit/dbac82c149c8fff9e73ce659f5c4d3ad703e16a8))
19+
* **style:** add editor style file ([f2d38c8](https://github.com/Leecason/element-tiptap/commit/f2d38c83e8c7f16b06b72f8a0e6807458a643f52))
20+
* **style:** add editor style file ([20b2229](https://github.com/Leecason/element-tiptap/commit/20b2229a076e0c92dc3743d5e5607a97134d906f))
21+
* **tooltip:** add arrow and open-delay ([ac7c65c](https://github.com/Leecason/element-tiptap/commit/ac7c65c202c7ab853bc045e52fbb597f50f2752d))
22+
* **tooltip:** update tooltip text ([91d2c80](https://github.com/Leecason/element-tiptap/commit/91d2c8058f4e7557c6b83242a85572b13c6d47a2))
23+
124
# [1.5.0](https://github.com/Leecason/element-tiptap/compare/@[email protected]) (2020-01-07)
225

326

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "element-tiptap",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"license": "MIT",
55
"description": "A WYSIWYG editor based on Tiptap and Element.",
66
"scripts": {

0 commit comments

Comments
 (0)