Releases: yikoyu/vuetify-pro-tiptap
Releases · yikoyu/vuetify-pro-tiptap
v2.0.0
05 May 13:14
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
1.4.3 (2022-07-28)
Bug Fixes
v1.4.2
20 Jul 14:14
Compare
Sorry, something went wrong.
No results found
1.4.2 (2022-07-20)
Bug Fixes
setup: 放弃使用setup写法,使用setup写法编译错误,vue2.6.x无法使用 (b83ee68 )
v1.4.1
20 Jul 13:11
Compare
Sorry, something went wrong.
No results found
1.4.1 (2022-07-20)
Refactor
v1.4.0
17 Jul 10:00
Compare
Sorry, something went wrong.
No results found
1.4.0 (2022-07-17)
Bug Fixes
extansions: dialog弹框关闭未清除dom (e9725f1 )
Features
v1.3.0
30 Jun 10:27
Compare
Sorry, something went wrong.
No results found
1.3.0 (2022-06-30)
Features
style: 重构markdown样式,新增dark模式样式。VuetifyViewer新增hideMarkdownStyle参数 (22b25f2 )
table: 添加 table 插件 (21a1c57 )
v1.2.0
28 Jun 09:41
Compare
Sorry, something went wrong.
No results found
1.2.0 (2022-06-28)
Bug Fixes
image: update上传时无效 (d347f68 )
image: 表单输入时lockAspectRatio默认值伪true (6acf546 )
locales: 修改国际化文本 editor.image.size.large (57d90e5 )
VuetifyViewer: blockquote的class被xss过滤 (c5a4577 )
编辑器换空行,getHTML输出html为
,和编辑时行为不一致 (7ae230e )
Features
BubbleMenu: 添加image-aspect-ratio选项 (7fde452 )
image: 添加长宽锁定功能,width为100%时,编辑器无效果 (9188ae4 )
VuetifyTiptap: 添加maxWidth参数 (b8cccd0 )
VuetifyViewer: 添加before插槽和after插槽 (a5fa49a )
v1.1.1
15 Jun 09:18
Compare
Sorry, something went wrong.
No results found
1.1.1 (2022-06-15)
Bug Fixes
type: typescript的Modifiers on Import Names改为旧语法 (e24e614 )
v1.1.0
14 Jun 06:22
Compare
Sorry, something went wrong.
No results found
1.1.0 (2022-06-14)
Bug Fixes
TipTapToolbar: tooltip文本在dialog下无法显示 (908c1b3 )
Features
v1.0.1
12 Jun 03:24
Compare
Sorry, something went wrong.
No results found
1.0.1 (2022-06-12)
Bug Fixes