Skip to content

Releases: yikoyu/vuetify-pro-tiptap

v2.4.1

20 Jan 13:46
Compare
Choose a tag to compare

2.4.1 (2024-01-20)

Bug Fixes

  • VuetifyViewer: cannot be used independently (986eccc)

v2.4.0

20 Jan 09:02
Compare
Choose a tag to compare

2.4.0 (2024-01-20)

Features

  • dialog can be customized with dialogComponent for custom components and styles (5407d53), closes #253
  • locale: add Dutch locale (#243) (33ff84e)
  • VuetifyTiptap: add 'hideBubble' prop to hide the bubble menu (60318c9)
  • VuetifyTiptap: add removeDefaultWrapper option to remove default wrapper (fa3c2db), closes #208

Bug Fixes

  • bubble menu type is missing (339251a)
  • BubbleMenu: repeatedly selecting table cells crashes (dafd80d)
  • extensions: disable commands that cannot be used in certain operations (7432b7e)
  • extensions: props type error (2381b31)
  • sharing global parameters among multiple editors (259e6e6), closes #253
  • Table: unable to create table for mobile devices (d33c67a), closes #255

v2.3.0

20 Sep 12:52
Compare
Choose a tag to compare

2.3.0 (2023-09-20)

Features

  • fullscreen: add useWindow (ca0c5b2)
  • VuetifyTiptap: export useContext (d1ede67)
  • VuetifyViewer: support accept json content (6b8af0a)

Bug Fixes

  • types: typescript5 not find a declaration file (04625a3)

v2.2.0

09 Sep 13:55
Compare
Choose a tag to compare

2.2.0 (2023-09-09)

Features

  • VuetifyTiptap: add onChange, output and export editor (#184) (a05ef7f)

v2.1.0

24 Jun 03:51
Compare
Choose a tag to compare

2.1.0 (2023-06-24)

Features

  • can switch or customize the markdown theme (be064ae)
  • extensions: add markdown-theme extension (9958f68)

Refactor

v2.0.2

27 May 09:38
Compare
Choose a tag to compare

2.0.2 (2023-05-27)

Bug Fixes

  • cursor position drifts to the end (6f16d22), closes #132

Performance

  • theme: improve theme switching (8b20b68)

v2.0.1

10 May 14:12
Compare
Choose a tag to compare

2.0.1 (2023-05-10)

Bug Fixes

  • types: 修复 app.use 时类型错误 (f8757ff)

v2.0.0

05 May 13:14
Compare
Choose a tag to compare

2.0.0 (2023-05-05)

⚠ BREAKING CHANGES

  • extensions: 废弃 toolbar 属性,改用 extensions 属性
    废弃全局 config 属性,改用全局 extensions 属性
  • no support vuetify2.x

Features

  • extensions: add FontFamily extension (2663b95)
  • extensions: add FontSize extension (ef9d869)
  • extensions: add superscript extension (649aec0)
  • extensions: 新增导出 defaultBubbleList (96a8828)

Bug Fixes

  • bubble-menu: 不打包 tiptap 内容,无法显示tiptap (9c94e77)
  • BubbleMenu: 去除头尾的 divider ,bubble 为空 BubbleMenu 不显示 (f2e4704)
  • extension: basekit 以外的的 addExtensions 支持使用 options配置 (cd2c69e)
  • icon: 修复使用icon图标不需要配置 (f67d9e9)
  • icon: 修复部分icon加载失败 (4434145)
  • icon: 退出全屏按钮不显示 (da4920f)
  • image: 修复 upload 配置无效 (0071529)
  • install: 修改安装失败提示文案,添加 GlobalComponents 全局提示 (31a3d74)
  • locale: 修复中文错别字 (bd6cb46)
  • placeholder: placeholder 属性不生效 (53ebebb), closes #114
  • TiptapToolbar: click事件无效 (701de77)
  • Toolbar: 修复输入卡顿 (f489680), closes #111
  • VuetifyTiptap: title在dark模式颜色问题 (cdf74f9)
  • VuetifyTiptap: toolbarRef获取为undefined问题 (f8c2d20)
  • VuetifyTiptap: 低版本 vite 编译失败 (b5ce05a)
  • VuetifyTiptap: 卡片light模式颜色问题修复 (d258f05)

Performance

  • extensions: support tree-shaking (e09d9f8)
  • 减少生命周期的使用,改为 watchEffect (24b6e80)

Refactor

  • deps: @tiptap/* move to dependencies (02ae702)
  • extensions: video 和 image 修改 (1d30398)
  • extensions: 修改tiptap引入 (cda22be)
  • extensions: 导出方式由 export default 改为 export (89d3ad8)
  • extensions: 重构 extensions 模块 (#115) (46942ea)
  • heading: paragraph 从 heading 移至 base-kit (fe752bf)
  • icon: icon统一由getIcon来处理 (fc25c78)
  • image: addStorage改为addOptions (9b534ce)
  • Image: 使用tiptap自己提供的nodeViewProps (4f4263b)
  • locales: 修改可复用文案 (7693056)
  • support vue3.x and vuetify3.x (3b433c3)
  • TiptapToolbar: 重构toolbar提升代码可读性 (09b2074)
  • Toolbar: icon和locale优化 (61eb526)
  • utils: 改进 getUnitWithPxAsDefault 方法,支持number (8474e76)
  • 全局状态换成reactive (815c534)

v1.4.3

28 Jul 02:42
Compare
Choose a tag to compare

1.4.3 (2022-07-28)

Bug Fixes

  • types: 编译后vue-types类型错误 (ec5acca)

v1.4.2

20 Jul 14:14
Compare
Choose a tag to compare

1.4.2 (2022-07-20)

Bug Fixes

  • setup: 放弃使用setup写法,使用setup写法编译错误,vue2.6.x无法使用 (b83ee68)