@yuniit/element-tiptap
Version:
ðļA modern WYSIWYG rich-text editor using tiptap and Element Plus for Vue3
625 lines (346 loc) âĒ 40.3 kB
Markdown
# [2.0.0-alpha.1](https://github.com/Leecason/element-tiptap/compare/@1.27.1...@2.0.0-alpha.1) (2022-07-08)
### Bug Fixes
* disable command button when editor is in code view mode ([6e0b41f](https://github.com/Leecason/element-tiptap/commit/6e0b41fc64d8d489b2b5d009bbe9655dbc3d8530))
* in code view mode, disable menu button ([3d5e8d8](https://github.com/Leecason/element-tiptap/commit/3d5e8d8531baa6736356ba6ef0b21e5e066ead20))
### Features
* add `tooltip` prop, enable to hide tooltip ([4d1aa2f](https://github.com/Leecason/element-tiptap/commit/4d1aa2f6dd75601cdacff48d9d554dbd87cde4f0))
* build library and demo site with vite, remove rollup config ([f6bf8f2](https://github.com/Leecason/element-tiptap/commit/f6bf8f2082a2c867e91f80953c0905a9f916aa51))
## [1.27.1](https://github.com/Leecason/element-tiptap/compare/@1.27.0...@1.27.1) (2021-12-17)
### Bug Fixes
* fix "Duplicate use of selection JSON ID cell" ([ac098d7](https://github.com/Leecason/element-tiptap/commit/ac098d70c361045eb5fe371b91f7fd234d2098d2)), closes [#381](https://github.com/Leecason/element-tiptap/issues/381) [#324](https://github.com/Leecason/element-tiptap/issues/324) [#375](https://github.com/Leecason/element-tiptap/issues/375) [#66](https://github.com/Leecason/element-tiptap/issues/66)
# [1.27.0](https://github.com/Leecason/element-tiptap/compare/@1.26.2...@1.27.0) (2021-12-03)
### Bug Fixes
* link plugin type define ([1181f77](https://github.com/Leecason/element-tiptap/commit/1181f77d9526256f9ddb481c516a161fd1bf85a3))
* type defines ([c6cd8ef](https://github.com/Leecason/element-tiptap/commit/c6cd8ef46502427a7849a913e3b43ce18d0d65b5))
### Features
* âĻ add `pt_br`, `nl`, `he` i18n language ([416933a](https://github.com/Leecason/element-tiptap/commit/416933a1d42d3fed20fb426294db09267acf1162))
* add new language pt_br ([081c467](https://github.com/Leecason/element-tiptap/commit/081c46712a892e26a254f0d0b6e198366d213575))
## [1.26.2](https://github.com/Leecason/element-tiptap/compare/@1.26.1...@1.26.2) (2020-08-21)
### Bug Fixes
* ð Revert "chore: ð§ bump rollup plugins" ([f85afa5](https://github.com/Leecason/element-tiptap/commit/f85afa58b6506b785d1299c2e9dbe2b56e54c40c))
* ð ts compiler target ([338f927](https://github.com/Leecason/element-tiptap/commit/338f927f471f63be0101d186a3f2be1da324ffe3))
## [1.26.1](https://github.com/Leecason/element-tiptap/compare/@1.26.0...@1.26.1) (2020-08-17)
### Bug Fixes
* ð instantiate extension ctor error ([ec03fcd](https://github.com/Leecason/element-tiptap/commit/ec03fcdf8fdb6db5ea9419f38f4b3536c3dad652))
# [1.26.0](https://github.com/Leecason/element-tiptap/compare/@1.25.3...@1.26.0) (2020-08-03)
### Features
* âĻ Add French language ([57c8f99](https://github.com/Leecason/element-tiptap/commit/57c8f994a88633b25df47e923911b6e22c47f267))
## [1.25.3](https://github.com/Leecason/element-tiptap/compare/@1.25.2...@1.25.3) (2020-07-26)
### Bug Fixes
* ð fix initial lineHeight wrong transform ([a5fd73f](https://github.com/Leecason/element-tiptap/commit/a5fd73f5fcecf9e2667fc9946fff397082bbdc10))
## [1.25.2](https://github.com/Leecason/element-tiptap/compare/@1.25.1...@1.25.2) (2020-07-13)
### Bug Fixes
* ð fix link menu wrong change when set line-height ([c30e0fa](https://github.com/Leecason/element-tiptap/commit/c30e0fa5b713fc8c80054de834a603904820564a))
## [1.25.1](https://github.com/Leecason/element-tiptap/compare/@1.25.0...@1.25.1) (2020-07-06)
### Bug Fixes
* ð add isLinkBack flag to prevent link menu change ([ccd305f](https://github.com/Leecason/element-tiptap/commit/ccd305fcfc3729107824e087a79d02dc27530892))
* ð enable `open in new tab` when add link ([bcea961](https://github.com/Leecason/element-tiptap/commit/bcea961f0af37accfe2bbf811bc90188ed7a413c))
# [1.25.0](https://github.com/Leecason/element-tiptap/compare/@1.24.5...@1.25.0) (2020-07-05)
### Bug Fixes
* ðĻ type definings ([9cc1274](https://github.com/Leecason/element-tiptap/commit/9cc127462086acf5c93fdf232409bf2de45ec295))
* ð show bubble menu when all select (https://github.com/Leecason/element-tiptap/issues/97) ([b495bec](https://github.com/Leecason/element-tiptap/commit/b495bec7e490361426131aeb4cbcceee6d342b57))
### Features
* âĻ add `defaultWidth`, `defaultDisplay` options for `Image` extension ([64bc1b6](https://github.com/Leecason/element-tiptap/commit/64bc1b66506b8bb0eb39e7c69d2656ecd4041d91))
* âĻ add `editorClass`, `editorContentClass`, `editorMenubarClass`, `editorBubbleMenuClass`, `editorFooterClass` props (https://github.com/Leecason/element-tiptap/pull/133) ([d43d61e](https://github.com/Leecason/element-tiptap/commit/d43d61e983318e778c7fdd78feda90e8b6509309))
* âĻ add `lang` prop to support config editor i18n language locally (https://github.com/Leecason/element-tiptap/issues/62) ([e28b6bd](https://github.com/Leecason/element-tiptap/commit/e28b6bd25be8cb46b4def700fa10b8eeb8438e80))
* âĻ add `openInNewTab` option to `Link` extension, default to `true` ([f66ff5e](https://github.com/Leecason/element-tiptap/commit/f66ff5e3970766200e0fa1227b893b2a6f506850))
* âĻ add `tooltip` prop to enable/disable tooltip (https://github.com/Leecason/element-tiptap/issues/121) ([08db78e](https://github.com/Leecason/element-tiptap/commit/08db78efa025e6d573b4df537be980767be17547))
* âĻ Add new language `zh-tw` ([be52f57](https://github.com/Leecason/element-tiptap/commit/be52f57f61de96a2378c23a8e0d0394c059387f0))
* âĻ default export `ElementTiptapPlugin` ([bf1726f](https://github.com/Leecason/element-tiptap/commit/bf1726f68481a6e434e2da2af2b62318943a6bbb))
* âĻ enable back to default menu in link bubble menu (https://github.com/Leecason/element-tiptap/issues/117) ([1805987](https://github.com/Leecason/element-tiptap/commit/1805987c9471765e2e015a15c7a74e393395d2a9))
## [1.24.5](https://github.com/Leecason/element-tiptap/compare/@1.24.4...@1.24.5) (2020-06-28)
### Bug Fixes
* ð add menuBubbleOptions prop to temporary fix bubble menu cut-off (https://github.com/Leecason/element-tiptap/issues/118) ([aec41ea](https://github.com/Leecason/element-tiptap/commit/aec41ea7d1ef894a8a4c8943873d76d7dfabfbec))
* update i18n/ru locale ([cb364b8](https://github.com/Leecason/element-tiptap/commit/cb364b8b05ad53c8433576223bf844219ef76c16))
## [1.24.4](https://github.com/Leecason/element-tiptap/compare/@1.24.3...@1.24.4) (2020-06-27)
### Bug Fixes
* ð convert font-size style value to px (https://github.com/Leecason/element-tiptap/issues/128) ([b785780](https://github.com/Leecason/element-tiptap/commit/b785780df532c58816ebbd511f30a043b01a24fa))
* ð lock `prosemirror-model` version (https://github.com/Leecason/element-tiptap/issues/129) ([8af02e6](https://github.com/Leecason/element-tiptap/commit/8af02e6468288cfcb34fd9bb4279568ed8c11144))
### Reverts
* Revert "chore: ð§ update tag format and remove gh assets" ([33346a1](https://github.com/Leecason/element-tiptap/commit/33346a106d0bec94fe8c1bb21f09cceb09481da5))
## [1.24.3](https://github.com/Leecason/element-tiptap/compare/@1.24.2...@1.24.3) (2020-06-20)
### Bug Fixes
* ð `Link` not work in Firefox (https://github.com/Leecason/element-tiptap/issues/119) ([f286d5c](https://github.com/Leecason/element-tiptap/commit/f286d5cd47cf211eceff48cc1a4db29695f6f5c8))
* ð missing alignment style separator (https://github.com/Leecason/element-tiptap/issues/120) ([5616818](https://github.com/Leecason/element-tiptap/commit/5616818cd128bc4bd92cb0a5c01d981fe422c0b5))
## [1.24.2](https://github.com/Leecason/element-tiptap/compare/@1.24.1...@1.24.2) (2020-06-12)
### Bug Fixes
* **text_color:** ð fix text color parser (https://github.com/Leecason/element-tiptap/issues/110) ([97353db](https://github.com/Leecason/element-tiptap/commit/97353dbe50026a06d8adc729686b6a32a697a83b))
## [1.24.1](https://github.com/Leecason/element-tiptap/compare/@1.24.0...@1.24.1) (2020-06-11)
### Bug Fixes
* ð missing `prosemirror-utils` dep ([d7625aa](https://github.com/Leecason/element-tiptap/commit/d7625aaa808281ca1b1ec0e15fdaee994a03ca51))
# [1.24.0](https://github.com/Leecason/element-tiptap/compare/@1.23.0...@1.24.0) (2020-06-10)
### Bug Fixes
* ð bubble menu cut off by editor perimeter (https://github.com/Leecason/element-tiptap/issues/98) ([94d4415](https://github.com/Leecason/element-tiptap/commit/94d4415f0f53d2e58c1ad84e4debdeb92d0130fc))
### Features
* âĻ add `CodeView` extension (https://github.com/Leecason/element-tiptap/issues/81) ([e2de3b2](https://github.com/Leecason/element-tiptap/commit/e2de3b21e693f26cf9a05989ff2f12224a260f4c))
# [1.23.0](https://github.com/Leecason/element-tiptap/compare/@1.22.0...@1.23.0) (2020-06-08)
### Bug Fixes
* **todo_item:** fix `TodoItem` checkbox unexpected render in preview modal (https://github.com/Leecason/element-tiptap/issues/73) ([c4a8860](https://github.com/Leecason/element-tiptap/commit/c4a88606dae6a44309e06129a8bff06716d7759b))
### Features
* **title:** âĻ make `Title` extension independent (https://github.com/Leecason/element-tiptap/issues/83) ([e2d7afb](https://github.com/Leecason/element-tiptap/commit/e2d7afbf1f2461ec885bbf702368c1fe833e519c))
# [1.22.0](https://github.com/Leecason/element-tiptap/compare/@1.21.1...@1.22.0) (2020-06-02)
### Features
* âĻ Spanish translation ([c1a7c5b](https://github.com/Leecason/element-tiptap/commit/c1a7c5b24629b9309ff99600e09112069c85495f))
## [1.21.1](https://github.com/Leecason/element-tiptap/compare/@1.21.0...@1.21.1) (2020-05-27)
### Bug Fixes
* ð fix table created with reversed row and col (https://github.com/Leecason/element-tiptap/issues/86) ([7261d48](https://github.com/Leecason/element-tiptap/commit/7261d48afca9ee1a2bce8d03cce98669197afc39))
# [1.21.0](https://github.com/Leecason/element-tiptap/compare/@1.20.0...@1.21.0) (2020-05-19)
### Bug Fixes
* ð tweak image tag from `image` to `img` (https://github.com/Leecason/element-tiptap/issues/79) ([627c5ab](https://github.com/Leecason/element-tiptap/commit/627c5aba376df82a699948709304a1f503aac1e7))
* ð use `text-align` style instead `data-text-align` attr (https://github.com/Leecason/element-tiptap/issues/77) ([2998667](https://github.com/Leecason/element-tiptap/commit/29986674a91688eca0f3864c5da15273a5f495f8))
### Features
* âĻ `Doc` extension support `title` option ([167dd88](https://github.com/Leecason/element-tiptap/commit/167dd88463a58ca7684f3cedb49caf0c20f5d61f))
* âĻ support `showMenubar` and `charCounterCount` props (https://github.com/Leecason/element-tiptap/issues/75) ([a8cb334](https://github.com/Leecason/element-tiptap/commit/a8cb3344cddbc779bf057f2063c746c2641e0afd))
* add i18n korean support ([d792b61](https://github.com/Leecason/element-tiptap/commit/d792b617f0f8af8eb10bffd1960b55e700b1b035))
# [1.20.0](https://github.com/Leecason/element-tiptap/compare/@1.19.0...@1.20.0) (2020-05-05)
### Features
* âĻ `Print` extension bind `Mod-p` keymap ([d231ac9](https://github.com/Leecason/element-tiptap/commit/d231ac9f06aa5149e538c6583a4f6f21a9a86db4))
* âĻ can set `menubar: false` to prevent the button from rendering in the menubar (https://github.com/Leecason/element-tiptap/issues/53) ([644d3dd](https://github.com/Leecason/element-tiptap/commit/644d3dda933d881dcc198c097cae0f826a89194e))
* âĻ new FontSize extension (https://github.com/Leecason/element-tiptap/issues/54) ([103ef46](https://github.com/Leecason/element-tiptap/commit/103ef46277140cc54836352b502bf22bc2406ac6))
# [1.19.0](https://github.com/Leecason/element-tiptap/compare/@1.18.0...@1.19.0) (2020-04-23)
### Bug Fixes
* ð fix text highlight parseDOM (https://github.com/Leecason/element-tiptap/issues/59) ([b1dc509](https://github.com/Leecason/element-tiptap/commit/b1dc509d6376647defccf14cd6fd3852c40251f3))
* ð zh indent typo (https://github.com/Leecason/element-tiptap/issues/55) ([5a1a948](https://github.com/Leecason/element-tiptap/commit/5a1a948de13de25d4b26abb42a0e8a0ecc8b29ca))
### Features
* âĻ change prop editorProps to editorProperties (https://github.com/Leecason/element-tiptap/issues/47) ([66374dd](https://github.com/Leecason/element-tiptap/commit/66374ddf3b9590adef9bab4e6c03751f3743a658))
# [1.18.0](https://github.com/Leecason/element-tiptap/compare/@1.17.2...@1.18.0) (2020-04-02)
### Features
* **font-type:** âĻ add new extension FontType ([0c5bd28](https://github.com/Leecason/element-tiptap/commit/0c5bd28be985f3771222853989f1673c9c6f5e30))
* **i18n:** support german ([46bd42c](https://github.com/Leecason/element-tiptap/commit/46bd42c38f6b9ed1fdf3ff23d7f37de93a0a5493))
## [1.17.2](https://github.com/Leecason/element-tiptap/compare/@1.17.1...@1.17.2) (2020-03-31)
### Bug Fixes
* **fullscreen:** ð fix editor fullscreen width, height ([acc52dd](https://github.com/Leecason/element-tiptap/commit/acc52dde881508caf3892cc8b2998b673aa140f3))
* ð @ProvideReactive (https://github.com/Leecason/element-tiptap/issues/39) ([c5dc5b6](https://github.com/Leecason/element-tiptap/commit/c5dc5b6bf0b9230f32aa5b96d3adc32733a65882))
## [1.17.1](https://github.com/Leecason/element-tiptap/compare/@1.17.0...@1.17.1) (2020-03-30)
### Bug Fixes
* ð temporarily remove EditorView type check, https://github.com/Leecason/element-tiptap/issues/21#issuecomment-605615966 ([1232f26](https://github.com/Leecason/element-tiptap/commit/1232f269703c64fede92d85f0d51deefb737eb77)), closes [/github.com/Leecason/element-tiptap/issues/21#issuecomment-605615966](https://github.com//github.com/Leecason/element-tiptap/issues/21/issues/issuecomment-605615966)
* **fullscreen:** ð use fixed position instead fullscreen API because the append-to-body element is invisble in fullscreen mode https://github.com/Leecason/element-tiptap/issues/21#issuecomment-605615794 ([042a22a](https://github.com/Leecason/element-tiptap/commit/042a22afe3ea687e9158325164b19459debe12c1)), closes [/github.com/Leecason/element-tiptap/issues/21#issuecomment-605615794](https://github.com//github.com/Leecason/element-tiptap/issues/21/issues/issuecomment-605615794)
* **i18n:** ð fix wrong polish translation ([d2bb414](https://github.com/Leecason/element-tiptap/commit/d2bb414b3b8f6bc2536ad2b8eae3faa10c9664bf))
# [1.17.0](https://github.com/Leecason/element-tiptap/compare/@1.16.2...@1.17.0) (2020-03-28)
### Features
* **editor:** âĻ a new prop: editorProps, enable customize editor for yourself with it ([532e8a3](https://github.com/Leecason/element-tiptap/commit/532e8a34efdd69625c4615b310714a395c9334c9))
* **editor:** âĻ add editor props: width, height (https://github.com/Leecason/element-tiptap/issues/23) ([1290fb0](https://github.com/Leecason/element-tiptap/commit/1290fb0f03da90297f58f4a708360e4656bdc64a))
* **image:** âĻ add image bubble menu, enable edit image alt, width, height ([9791533](https://github.com/Leecason/element-tiptap/commit/9791533931532bf3a4ff9299d4b7e263afffe590))
* **image:** âĻ enable update imgae display: float_left and float_right ([3adf51b](https://github.com/Leecason/element-tiptap/commit/3adf51b62d33982da0aafb582fe29cdc6bec69f7))
* **image:** âĻ enable update imgae display: inline or break_text ([6f27fbd](https://github.com/Leecason/element-tiptap/commit/6f27fbd8577ceaa49e392b117e560f21e7c73af9))
* **image:** âĻ parse img dom to node, add img data-display style ([a6680a4](https://github.com/Leecason/element-tiptap/commit/a6680a41aabd11cf4e344183570b9837a56529db))
* **image:** ðŦ add image-view outline hover color ([655cef3](https://github.com/Leecason/element-tiptap/commit/655cef3ba635fb553692122ec600f8520b896330))
* **image:** ðŦ improve image outline-color when resizing, try to resolve popover wrong position after edit size, add core func comments ([26f65ad](https://github.com/Leecason/element-tiptap/commit/26f65ada10f94ad8d3baecc9c26188baaae864ad))
* **image:** ðŦ show loading when image uploading ([c915aea](https://github.com/Leecason/element-tiptap/commit/c915aea2e1fe8ee84a248ed45f703dce31429471))
## [1.16.2](https://github.com/Leecason/element-tiptap/compare/@1.16.1...@1.16.2) (2020-03-26)
### Bug Fixes
* ð spellcheck init in component partial usage (fix https://github.com/Leecason/element-tiptap/issues/31) ([8eb1e91](https://github.com/Leecason/element-tiptap/commit/8eb1e91c9eff3befee7111fc66a3df462ab06457))
## [1.16.1](https://github.com/Leecason/element-tiptap/compare/@1.16.0...@1.16.1) (2020-03-23)
### Bug Fixes
* typos in some labels ([ede1659](https://github.com/Leecason/element-tiptap/commit/ede16592454afdb821f4b4bb2af64d6667d3b0ca))
* **color:** ð set color-item border-box ([8962c01](https://github.com/Leecason/element-tiptap/commit/8962c01b4c18b65a35c8727eb08ac63b67498490))
# [1.16.0](https://github.com/Leecason/element-tiptap/compare/@1.15.0...@1.16.0) (2020-03-22)
### Bug Fixes
* **dialog:** ð nested dialog ([bd83b9c](https://github.com/Leecason/element-tiptap/commit/bd83b9c171f91fa340b22ff24647349950bc7d04))
* ð bubble menu render error when select color ([80678e2](https://github.com/Leecason/element-tiptap/commit/80678e2880ad2d658289a11fefd58b4d480ebc2c))
### Features
* **color:** âĻ new ui for color_picker, add [#000](https://github.com/Leecason/element-tiptap/issues/000) to default colorSet ([6954354](https://github.com/Leecason/element-tiptap/commit/6954354146893ea1ebbbef154bec3a65fd84559e))
* **color:** âĻ support hex color input ([648ea43](https://github.com/Leecason/element-tiptap/commit/648ea435143236fd35d48b954d89cbbaffbe22fb))
# [1.15.0](https://github.com/Leecason/element-tiptap/compare/@1.14.0...@1.15.0) (2020-03-19)
### Features
* Add russiang i18n locale ([9e7f241](https://github.com/Leecason/element-tiptap/commit/9e7f24166ede13bbecd9cc0d39dd44d25a5eebee))
# [1.14.0](https://github.com/Leecason/element-tiptap/compare/@1.13.0...@1.14.0) (2020-03-15)
### Bug Fixes
* ð bubble menu bind command_ button component events ([6c94328](https://github.com/Leecason/element-tiptap/commit/6c943280a512d730a81e3a2e6a9f959775a735cd))
* ð dropdown menu item active style ([29b2a5f](https://github.com/Leecason/element-tiptap/commit/29b2a5f9cb72ead5fbfe9ca6d3bf12fdb805a5c5))
### Features
* âĻ active fullscreen command_button if fullscreen ([54420d9](https://github.com/Leecason/element-tiptap/commit/54420d961dc1c0867e063e15224265de4b02ef73))
* âĻ show remove_image button when image selected ([095d5cd](https://github.com/Leecason/element-tiptap/commit/095d5cd783eefa272ada34f88a884b60796c79c0))
# [1.13.0](https://github.com/Leecason/element-tiptap/compare/@1.12.0...@1.13.0) (2020-03-13)
### Bug Fixes
* ð editor characters i18n ([18a3935](https://github.com/Leecason/element-tiptap/commit/18a39356adfb230de279e53fd66df2097014d039))
* ð tweak bubble menu position and style ([1c73e04](https://github.com/Leecason/element-tiptap/commit/1c73e04c3a5c529a18eb0f688f3eef2682d3374a))
### Features
* âĻ add Code extension ([dab5bdc](https://github.com/Leecason/element-tiptap/commit/dab5bdc98fda90b17a3d47a0bb61a144d184658e))
* âĻ edit link in bubble menu ([8b93b2c](https://github.com/Leecason/element-tiptap/commit/8b93b2cf52b3102d683e0f3859d16ee0f7ad7063))
* âĻ make image resizable ([d3523e7](https://github.com/Leecason/element-tiptap/commit/d3523e73646bd6778a801567519bfc1049e6f34f))
* âĻ open link in bubble menu ([8768f82](https://github.com/Leecason/element-tiptap/commit/8768f8207f7e408bdeb7b2af46f2d7cff3f49f0a))
* âĻ select link when clicked ([825d8ca](https://github.com/Leecason/element-tiptap/commit/825d8ca675774409b1b5f4704d03e2bda4146056))
* âĻ spellcheck attribute for editor ([876c497](https://github.com/Leecason/element-tiptap/commit/876c4976473006e2400e502deca7cdd5d1bb9cb6))
* âĻ unlink in bubble menu ([d991841](https://github.com/Leecason/element-tiptap/commit/d991841543e7f1d2d7e4a394a7fcfa75c48b2f25))
* ð editor characters style ([3261f3b](https://github.com/Leecason/element-tiptap/commit/3261f3b5a20a854823d7058ba0fd690c97ce50b6))
* ð new ui for command button ([6e924cc](https://github.com/Leecason/element-tiptap/commit/6e924cc28ffae2bcb808f4ffca2b9d1c377ca92b))
* ð new ui for menubar and menububble ([5204444](https://github.com/Leecason/element-tiptap/commit/5204444b36d5b4a7948bb40c2ea091b4526c228d))
# [1.12.0](https://github.com/Leecason/element-tiptap/compare/@1.11.0...@1.12.0) (2020-03-10)
### Features
* âĻ add characters count to editor footer ([ede119e](https://github.com/Leecason/element-tiptap/commit/ede119efbb39f8c182949afa4c7f90df48d4a8df))
* âĻ add SelectAll extension ([1054270](https://github.com/Leecason/element-tiptap/commit/105427034b234b38ef255d61d4388cc51d609dbf))
* ð pointer cursor for link ([e94085c](https://github.com/Leecason/element-tiptap/commit/e94085c47504bd8b9097dcad6c0e061f75e73340))
# [1.11.0](https://github.com/Leecason/element-tiptap/compare/@1.10.2...@1.11.0) (2020-03-06)
### Bug Fixes
* ð resolve error caused by import element-ui styles ([3454506](https://github.com/Leecason/element-tiptap/commit/34545061c21662e032281f0cf2d8f65da4c54cdd))
### Features
* **line_height:** ð add line_height dropdown trigger to click ([b1d2d71](https://github.com/Leecason/element-tiptap/commit/b1d2d71cf3b97f8118e3cd7b7dd1b43d5a8e5abe))
* **tooltip:** ðŦ use el-zoom-in-bottom transition ([cbfcb2e](https://github.com/Leecason/element-tiptap/commit/cbfcb2e2e4ffac4b4965e4a23c4a2595c40b2bf6))
## [1.10.2](https://github.com/Leecason/element-tiptap/compare/@1.10.1...@1.10.2) (2020-03-05)
### Bug Fixes
* ð remove extensions ([9fc839e](https://github.com/Leecason/element-tiptap/commit/9fc839e594ee6d57613e731223653c627826adab))
* ð type definitions ([228e972](https://github.com/Leecason/element-tiptap/commit/228e9720fff2866d82648a66a21ab7e2c19f128b))
* ð types attributes in package.json ([4dd78dc](https://github.com/Leecason/element-tiptap/commit/4dd78dc391674d03645b4b681de87ccd768cc433))
* ð unpack element-ui dropdown ([ee38e0d](https://github.com/Leecason/element-tiptap/commit/ee38e0d05fccb4eb1c254f33163c7fdf8418054a))
* ð border-box with command_button ([97d369f](https://github.com/Leecason/element-tiptap/commit/97d369fd24330053621d3ec75a85d3cc2efbaa5c))
## [1.10.1](https://github.com/Leecason/element-tiptap/compare/@1.10.0...@1.10.1) (2020-03-02)
### Bug Fixes
* ð set color_popover box-sizing attribute border-box ([4056a23](https://github.com/Leecason/element-tiptap/commit/4056a23550d19673e50757ece2a6d802ca1110a8))
* ð use Message.prompt instead instance property ([dfe8aff](https://github.com/Leecason/element-tiptap/commit/dfe8aff354ad2b296c8ae026a4177f4f50cdc8a4))
# [1.10.0](https://github.com/Leecason/element-tiptap/compare/@1.9.1...@1.10.0) (2020-03-01)
### Bug Fixes
* ð import clearMarks from utils ([dfbfb85](https://github.com/Leecason/element-tiptap/commit/dfbfb8549c8c493c03428c82ac0ae81eefb5a0e9))
### Features
* âĻ add Fullscreen extension ([42a63e9](https://github.com/Leecason/element-tiptap/commit/42a63e91564d2afcf38a4c8fb85faf9278cd23f6))
* âĻ add Preview extension ([50a510e](https://github.com/Leecason/element-tiptap/commit/50a510ef5dba89fc99f97f9ace5288f2acb5193f))
* âĻ add Print extension ([9206135](https://github.com/Leecason/element-tiptap/commit/920613553e8fb73f7a85abce1e490fa8ecaf52b1))
## [1.9.1](https://github.com/Leecason/element-tiptap/compare/@1.9.0...@1.9.1) (2020-02-26)
### Bug Fixes
* ð editor content style ([52fd69c](https://github.com/Leecason/element-tiptap/commit/52fd69cdd6823ab75e3dfb0e2ae77bca0559ae56))
# [1.9.0](https://github.com/Leecason/element-tiptap/compare/@1.8.0...@1.9.0) (2020-02-25)
### Bug Fixes
* ð ALIGN_PATTERN ([10aeaf6](https://github.com/Leecason/element-tiptap/commit/10aeaf6263408fd6c504e4c40accf5336a3b1ee5))
* ð correct isListNode parameters types ([462475b](https://github.com/Leecason/element-tiptap/commit/462475b581fa0631e2c74fef9bb384ab38a6f95d))
* ð register component ([8f9880a](https://github.com/Leecason/element-tiptap/commit/8f9880a43aedd88adc9dbf16005c0d2cac47342f))
* ð transformLineHeightToCSS parameter types ([a49125c](https://github.com/Leecason/element-tiptap/commit/a49125c6a97a3b47035fb925461065dd2508631c))
* ð zh lang add_column_after typo ([19d9e10](https://github.com/Leecason/element-tiptap/commit/19d9e106e3d9a389d5ebce4489ff4d43667bb482))
* ð blockquote margin ([c495a93](https://github.com/Leecason/element-tiptap/commit/c495a93cf72a74c134013857280a251964215203))
* ð line_height dropdown active item style ([0daaa38](https://github.com/Leecason/element-tiptap/commit/0daaa38e9b4c5c7e154dcc2d4de69cc15526c910))
* ð ProsemirrorNode typo ([524fdaf](https://github.com/Leecason/element-tiptap/commit/524fdaf866cd7c09703959815711a69a12a92a00))
### Features
* âĻ add tiptap, tiptap-extensions, tiptap-commands types definitions ([f08165a](https://github.com/Leecason/element-tiptap/commit/f08165a2dda9b1d2fe7d485d0be2101a7619c732))
* âĻ add types folder for npm package ([dbc433d](https://github.com/Leecason/element-tiptap/commit/dbc433d183f19071a94bb1fb8a3ab77204cb69be))
* âĻ vue add typescript ([bf3395a](https://github.com/Leecason/element-tiptap/commit/bf3395a6273047cf1753af9bcf9fa2b8330417d9))
# [1.9.0-beta.2](https://github.com/Leecason/element-tiptap/compare/@1.9.0-beta.1...@1.9.0-beta.2) (2020-02-24)
### Bug Fixes
* ð register component ([8f9880a](https://github.com/Leecason/element-tiptap/commit/8f9880a43aedd88adc9dbf16005c0d2cac47342f))
### Features
* âĻ add types folder for npm package ([dbc433d](https://github.com/Leecason/element-tiptap/commit/dbc433d183f19071a94bb1fb8a3ab77204cb69be))
# [1.9.0-beta.1](https://github.com/Leecason/element-tiptap/compare/@1.8.0...@1.9.0-beta.1) (2020-02-23)
### Bug Fixes
* ð ALIGN_PATTERN ([10aeaf6](https://github.com/Leecason/element-tiptap/commit/10aeaf6263408fd6c504e4c40accf5336a3b1ee5))
* ð correct isListNode parameters types ([462475b](https://github.com/Leecason/element-tiptap/commit/462475b581fa0631e2c74fef9bb384ab38a6f95d))
* ð transformLineHeightToCSS parameter types ([a49125c](https://github.com/Leecason/element-tiptap/commit/a49125c6a97a3b47035fb925461065dd2508631c))
* ð zh lang add_column_after typo ([19d9e10](https://github.com/Leecason/element-tiptap/commit/19d9e106e3d9a389d5ebce4489ff4d43667bb482))
* ð line_height dropdown active item style ([0daaa38](https://github.com/Leecason/element-tiptap/commit/0daaa38e9b4c5c7e154dcc2d4de69cc15526c910))
* ð ProsemirrorNode typo ([524fdaf](https://github.com/Leecason/element-tiptap/commit/524fdaf866cd7c09703959815711a69a12a92a00))
### Features
* âĻ add tiptap, tiptap-extensions, tiptap-commands types definitions ([f08165a](https://github.com/Leecason/element-tiptap/commit/f08165a2dda9b1d2fe7d485d0be2101a7619c732))
* âĻ vue add typescript ([bf3395a](https://github.com/Leecason/element-tiptap/commit/bf3395a6273047cf1753af9bcf9fa2b8330417d9))
# [1.8.0](https://github.com/Leecason/element-tiptap/compare/@1.7.2...@1.8.0) (2020-02-21)
### Features
* **i18n:** ði18n pl support ([578c2fe](https://github.com/Leecason/element-tiptap/commit/578c2feca29a26a37253c16d293219d634f26873))
## [1.7.2](https://github.com/Leecason/element-tiptap/compare/@1.7.1...@1.7.2) (2020-02-08)
### Bug Fixes
* **i18n:** ð capitalize Heading paragraph button ([0dc3000](https://github.com/Leecason/element-tiptap/commit/0dc300057e1655bec475b10498ea066ab64ea466))
## [1.7.1](https://github.com/Leecason/element-tiptap/compare/@1.7.0...@1.7.1) (2020-01-31)
### Bug Fixes
* **i18n:** ð rename $i18n -> t to fix conflict with vue-i18n ([650bf69](https://github.com/Leecason/element-tiptap/commit/650bf69eaae753310664b6e15c28458367327fa2))
* **style:** ð reset default tag style ([6a18a95](https://github.com/Leecason/element-tiptap/commit/6a18a95e6e4bb4f565fd248a47e48ded4cf67bb4))
# [1.7.0](https://github.com/Leecason/element-tiptap/compare/@1.6.0...@1.7.0) (2020-01-21)
### Features
* **i18n:** ð enable config lang when install plugin ([d5e1def](https://github.com/Leecason/element-tiptap/commit/d5e1defabecef315d8753540be497ab1316b8a26))
* **i18n:** ð support 'zh' lang ([09ab9df](https://github.com/Leecason/element-tiptap/commit/09ab9df2f43413718ca09dc3474b59b194d146ec))
* **i18n:** ð translate extension button tooltip ([22d458c](https://github.com/Leecason/element-tiptap/commit/22d458ca2d6155f26318255efbdeee270639463f))
* **i18n:** ð translate extension control text ([279247f](https://github.com/Leecason/element-tiptap/commit/279247f479c84d5f70d641c4339135bda9430682))
# [1.6.0](https://github.com/Leecason/element-tiptap/compare/@1.5.0...@1.6.0) (2020-01-16)
### Bug Fixes
* **heading:** paragraph command in heading_dropdown not work ([46d161c](https://github.com/Leecason/element-tiptap/commit/46d161c75e9017556d25bb4751fa684c396ed10d))
* **line-height:** clear_format shuold reset line_height ([2158ad6](https://github.com/Leecason/element-tiptap/commit/2158ad6019ef8f6441533e81511d691c9efbb2e5))
### Features
* add TextHighlight extension ([715790e](https://github.com/Leecason/element-tiptap/commit/715790e67e8b1d9637253e070d827be37a5c9bb8))
* autoInstall function for CDN usage ([b044ce6](https://github.com/Leecason/element-tiptap/commit/b044ce6ee265517fcb8d30f054d18de47c573706))
* enable cleart color in colorPopover ([62675d8](https://github.com/Leecason/element-tiptap/commit/62675d89743a67156992f732f5ab5699d85c9bda))
* **editor:** add el-tiptap readonly prop ([9949163](https://github.com/Leecason/element-tiptap/commit/994916363931b49b9bded69e9dae2f3eb7268425))
* **style:** add command button style file ([1f66c25](https://github.com/Leecason/element-tiptap/commit/1f66c2539b682b8e63ac9bc0d3865ee94aadc409))
* **style:** extract editor menu style ([d21c89d](https://github.com/Leecason/element-tiptap/commit/d21c89d9f2d718ecb8e8618b7d95665a65cee95f))
* refactor lineHeight extension, change default line_heights options, todo_list support textAlign and lineHeight ([dbac82c](https://github.com/Leecason/element-tiptap/commit/dbac82c149c8fff9e73ce659f5c4d3ad703e16a8))
* **style:** add editor style file ([f2d38c8](https://github.com/Leecason/element-tiptap/commit/f2d38c83e8c7f16b06b72f8a0e6807458a643f52))
* **style:** add editor style file ([20b2229](https://github.com/Leecason/element-tiptap/commit/20b2229a076e0c92dc3743d5e5607a97134d906f))
* **tooltip:** add arrow and open-delay ([ac7c65c](https://github.com/Leecason/element-tiptap/commit/ac7c65c202c7ab853bc045e52fbb597f50f2752d))
* **tooltip:** update tooltip text ([91d2c80](https://github.com/Leecason/element-tiptap/commit/91d2c8058f4e7557c6b83242a85572b13c6d47a2))
# [1.5.0](https://github.com/Leecason/element-tiptap/compare/@1.4.1...@1.5.0) (2020-01-07)
### Bug Fixes
* ð safari menubar style bug ([d7803cd](https://github.com/Leecason/element-tiptap/commit/d7803cd2154979af0bffb7c5abed5ac26d0cc96a))
### Features
* âĻ add FormatClear extension ([5f9530e](https://github.com/Leecason/element-tiptap/commit/5f9530e19d577b693d05e7df28a151338d52e6ea))
* âĻ add paragraph dropdown-item in heading dropdown ([3996f60](https://github.com/Leecason/element-tiptap/commit/3996f60b7dcbbecceaeedb97ab30c2fed66c6e9e))
* âĻ add TextColor extension to change text color ([5bf2981](https://github.com/Leecason/element-tiptap/commit/5bf2981748d5d9f3e9696bd7bd6d1484a9062ff3))
* âĻ enable insert image by url ([70f7aae](https://github.com/Leecason/element-tiptap/commit/70f7aae0b1b9834be02136790ffaf1c1a3e24862))
## [1.4.1](https://github.com/Leecason/element-tiptap/compare/@1.4.0...@1.4.1) (2020-01-03)
### Bug Fixes
* ð align left cant work bug ([859224b](https://github.com/Leecason/element-tiptap/commit/859224b260e99dfbd4aa98fe44cafd5502cf40f5))
# [1.4.0](https://github.com/Leecason/element-tiptap/compare/@1.3.0...@1.4.0) (2020-01-01)
### Features
* âĻ add iframe extension to insert embeds ([290ac2c](https://github.com/Leecason/element-tiptap/commit/290ac2cac59e30c42a2627564550e758f5fbfce2))
* âĻ merge cells and split cell in table ([c27d694](https://github.com/Leecason/element-tiptap/commit/c27d6942007d5b861e32153c0e2de7b2518a334b))
# [1.3.0](https://github.com/Leecason/element-tiptap/compare/@1.2.0...@1.3.0) (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/@1.1.0...@1.2.0) (2019-12-28)
### Bug Fixes
* ð ensure heading extension attr level is number type ([a1d51aa](https://github.com/Leecason/element-tiptap/commit/a1d51aa8799fa1c9c037ec72132bbc7657939cf6))
* ð editor content text-align, default to left ([0631364](https://github.com/Leecason/element-tiptap/commit/0631364ace1913c7c2ed0b3d0217ef1b97792e82))
* ð§ remove unnecessary peerDependencies ([f183a7b](https://github.com/Leecason/element-tiptap/commit/f183a7b6cd57a829731508acde94105d56edf13a))
### Features
* âĻ support hard_break extension ([d3daa6a](https://github.com/Leecason/element-tiptap/commit/d3daa6ad37105cdb75c6b7848922881a88a68f31))
# [1.1.0](https://github.com/Leecason/element-tiptap/compare/@1.0.1...@1.1.0) (2019-12-23)
### Features
* ðĻ inject style in js file ([0fe9cf6](https://github.com/Leecason/element-tiptap/commit/0fe9cf62f12105afe889e202b17dabb8c8bc547a))
* ðĻ on command import element components ([fea07f6](https://github.com/Leecason/element-tiptap/commit/fea07f620de3cf9a0ae98507e2dd31637e89846c))
* ð§ package type ([4afe657](https://github.com/Leecason/element-tiptap/commit/4afe657f3a3a2513a19a17364c9b77e9ce214fe6))
## [1.0.1](https://github.com/Leecason/element-tiptap/compare/@1.0.0...@1.0.1) (2019-12-22)
### Bug Fixes
* ð§ package.json config ([bcfe269](https://github.com/Leecason/element-tiptap/commit/bcfe26973fc9c795006af2fe2419bd6c32ad348c))
# 1.0.0 (2019-12-20)
### Bug Fixes
* ðĻ lint ([1f8768e](https://github.com/Leecason/element-tiptap/commit/1f8768e4d661e9782e4908480f124bfea51aca58))
* ð alias entries, remove utils alias ([65416b8](https://github.com/Leecason/element-tiptap/commit/65416b8b0e49f7855e05463792ab9c1e4456206a))
* ð emit init event when editor instantiated ([41cf7d8](https://github.com/Leecason/element-tiptap/commit/41cf7d824568cff94115d1c9937a0ac8cd940132))
* ð fontawesome dependencies ([75baf34](https://github.com/Leecason/element-tiptap/commit/75baf34fd1454c5e7bbf1bac35c47ece2ec17de9))
* ð relative path ([a206b2e](https://github.com/Leecason/element-tiptap/commit/a206b2eee46033e96b23a328f54ccab4d955c5bd))
### Features
* âĻ apply link ([b3d3295](https://github.com/Leecason/element-tiptap/commit/b3d32956ca4976f3d6a2b9ecefdde3de43c6d40c))
* âĻ base example route ([1b1a49d](https://github.com/Leecason/element-tiptap/commit/1b1a49de383d455e32e583355dde4b517c32f41c))
* âĻ editor content prop ([de9585d](https://github.com/Leecason/element-tiptap/commit/de9585d4f4bbd0bb94bab711851e300eb5201b55))
* âĻ editor placeholder ([6165a58](https://github.com/Leecason/element-tiptap/commit/6165a58fcfa3a89a0d548731e97cfd29becd7f16))
* âĻ editor placeholder prop ([a092923](https://github.com/Leecason/element-tiptap/commit/a0929238b7d6cb2a2bc55de2acb51e76e9a8cc37))
* âĻ emit events ([0444b44](https://github.com/Leecason/element-tiptap/commit/0444b44f6f9dfa3d6ea949af1ef5ed95ef4c319b))
* âĻ emit events and support v-model ([71d37a3](https://github.com/Leecason/element-tiptap/commit/71d37a33692f27f7d4203f20dad94eb1ed9c883c))
* âĻ event route ([d76b404](https://github.com/Leecason/element-tiptap/commit/d76b404d71ef6e9e3719fcc353e671c180f3d60a))
* âĻ export ElTiptapPlugin ([281c4f9](https://github.com/Leecason/element-tiptap/commit/281c4f91c39dcd43533583cddc14ef36ef42cb5f))
* âĻ footer slot ([d706fce](https://github.com/Leecason/element-tiptap/commit/d706fce491c216a4a65f0c0bce34d69a37362fde))
* âĻ image extension support httpRequest options ([fe236c5](https://github.com/Leecason/element-tiptap/commit/fe236c56e10dc08f30de0d6b9fc39ae7ef73a2e1))
* âĻ line_height extension ([eb467e1](https://github.com/Leecason/element-tiptap/commit/eb467e1707e9ca9039e589f0b9d6c26243b43e21))
* âĻ menu bubble ([40c2bd6](https://github.com/Leecason/element-tiptap/commit/40c2bd620f8293af994f49decd9d5d6d48606d45))
* âĻ menu bubble route ([0bcc936](https://github.com/Leecason/element-tiptap/commit/0bcc93646a15c709191589597c0c14db321afd81))
* âĻ output prop ([2f7cad5](https://github.com/Leecason/element-tiptap/commit/2f7cad5c78f531aeae7208294ce2944239e35e2a))
* âĻ output route ([550fe2c](https://github.com/Leecason/element-tiptap/commit/550fe2cc554844ec40c8efc760f51ac369d494e2))
* âĻ page style, add github link ([9f32208](https://github.com/Leecason/element-tiptap/commit/9f32208aaaa7b6fe84176862c44624f32aad3562))
* âĻ support custom necessary alignments ([2807f2d](https://github.com/Leecason/element-tiptap/commit/2807f2da66800b10d8bc15b034301b413e06166e))
* âĻ todo list ([6115c99](https://github.com/Leecason/element-tiptap/commit/6115c997f902953250c4a2370e427048281d5f38))
* âĻ upload image ([26ac703](https://github.com/Leecason/element-tiptap/commit/26ac70309b5e583f7d9776666aedb21fcdd9308d))
* âĻ use vue-awesome instead [@fortawesome](https://github.com/fortawesome) ([f22f0e3](https://github.com/Leecason/element-tiptap/commit/f22f0e313f3acde8c14f6c12dfb5e9d80be63e05))
* ðĻ beforeDestroy hook and onUpdate method ([55826ca](https://github.com/Leecason/element-tiptap/commit/55826ca7e1fad51b204863b56cc0d137d4035f0f))
* ðĻ generate extensions ([da52e1e](https://github.com/Leecason/element-tiptap/commit/da52e1ef3d7d02766d03e7c8ddd9585487527330))
* ðĻ menubar slot ([a300a4e](https://github.com/Leecason/element-tiptap/commit/a300a4e1b232974f3924c91e46319da0a8be4ab1))
* ðĻ use fontawesome vue component, remove CDN ([3a08a45](https://github.com/Leecason/element-tiptap/commit/3a08a45c9a7ae9aa6817c85e306d7cc902d0567e))
* ð add logo ([74954f5](https://github.com/Leecason/element-tiptap/commit/74954f50048890ea813831b5af2ab8f76d4c0bc6))
* ð homepage navigation style ([5710ccc](https://github.com/Leecason/element-tiptap/commit/5710cccf3de6c4265ec0ddeef9b63194329bf778))
* ðĨ remove paragraph default menu button ([410b205](https://github.com/Leecason/element-tiptap/commit/410b205ee4d09bbe88154038087f438d4963c732))
* ð§ base editor, support bold, underline, italic, strike, undo, redo ([a728ccc](https://github.com/Leecason/element-tiptap/commit/a728ccc2b41c79997f406a5234260aca818dec34))
* ð§ paragraph command button ([d291a6f](https://github.com/Leecason/element-tiptap/commit/d291a6f926ca0be894663d20d556ac3b1a2e4f7a))
* ð§ render editor content ([0d16cfc](https://github.com/Leecason/element-tiptap/commit/0d16cfc5a93fab5d6d58a169f6573295df3ab857))
* ð§ support blockquote ([8b4dd26](https://github.com/Leecason/element-tiptap/commit/8b4dd263ad2b28e162a17645e612ea68b440a316))
* ð§ support bullet_list and ordered_list ([c94f7e4](https://github.com/Leecason/element-tiptap/commit/c94f7e4feac7592acc33da22b7028e20459b972f))
* ð§ support code ([f9a3298](https://github.com/Leecason/element-tiptap/commit/f9a3298c0e7bf7fef833311e37db746f8d6ac9c5))
* ð§ support heading ([61b6e6c](https://github.com/Leecason/element-tiptap/commit/61b6e6c89cd04209b12d6c2bb431e59529811f2c))
* ð§ support horizontal_rule, trailing_node ([a58fc9b](https://github.com/Leecason/element-tiptap/commit/a58fc9b4e58dcb94ebc3467c571b20b4612a568c))
* ð§ support indent, outdent ([7451271](https://github.com/Leecason/element-tiptap/commit/7451271887323d90206bec543c77251ac1cc8915))
* ð§ support text_align ([c47bec6](https://github.com/Leecason/element-tiptap/commit/c47bec6a18d3f248cb95b57f8e5d276ce9546e9d))