admin-vben/playground/src
JyQAQ f5feddc6c7
feat(@vben/plugins): tiptap 组件新增 maxHeight 属性支持及文档 (#7897)
* feat(@vben/plugins): tiptap 组件新增 maxHeight 属性支持

- 新增 maxHeight prop 支持限制编辑器最大高度
- 编辑器内容区超出最大高度时自动滚动
- 移除 style.css 中未使用的 CSS 规则

* docs(@vben/plugins): 添加 tiptap 富文本编辑器组件文档

- 新增中文文档 docs/src/components/common-ui/vben-tiptap.md
- 新增英文文档 docs/src/en/components/common-ui/vben-tiptap.md
- 新增基础用法示例 demos/vben-tiptap/basic
- 新增图片上传示例 demos/vben-tiptap/image-upload
- 更新文档侧边栏配置

* fix(@vben/plugins): extract URL from response in image upload callback

The upload callback was incorrectly passing the AxiosResponse object
to resolve() instead of extracting the actual image URL string.
This caused the editor to insert [object Object] as image src,
resulting in broken images.

* chore: add changeset for tiptap maxHeight feature

* Revert "chore: add changeset for tiptap maxHeight feature"

This reverts commit a28fc4441f14641f6af6c1a143aa6959591315b2.
2026-05-10 10:38:21 +08:00
..
adapter feat(@vben/plugins): tiptap 组件新增 maxHeight 属性支持及文档 (#7897) 2026-05-10 10:38:21 +08:00
api fix: prevent JSONBigInt parsing error on non-string data (#6891) 2025-11-09 11:49:38 +08:00
layouts feat(watermark): 添加暗黑模式水印颜色适配 2026-04-24 15:42:07 +08:00
locales fix: fix lint and add new form-ui features 2026-04-15 14:21:39 +08:00
router feat: add collapsible 组件,form表单增加单项可折叠,支持schema配置默认关闭/开启 2026-04-13 19:20:01 +08:00
store feat: migrate to Tailwind CSS v4 (#7614) 2026-03-10 05:08:45 +08:00
views feat(@vben/plugins): 补充 tiptap 图片上传类型、工具栏和示例 2026-04-27 13:42:56 +08:00
app.vue refactor: migrate demo applications to playground (#4116) 2024-08-11 16:09:32 +08:00
bootstrap.ts feat: 插件新增依赖注入功能 2026-03-25 14:46:55 +08:00
main.ts feat: enable project-scoped preferences extension tabs (#7803) 2026-04-13 17:52:17 +08:00
preferences.ts feat: enable project-scoped preferences extension tabs (#7803) 2026-04-13 17:52:17 +08:00
timezone-init.ts feat: increase support for multiple time zones 2025-10-29 19:47:10 +08:00