Releases
v2.0.0
Compare
Sorry, something went wrong.
No results found
yikoyu
released this
05 May 13:14
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 )
You can’t perform that action at this time.