xingyu4j
|
5c8dd1a6da
|
chore: docs config
|
2026-05-18 18:35:34 +08:00 |
JyQAQ
|
aac4e88353
|
docs(@vben/docs): 添加 VCropper 图片裁剪组件文档 (#7904)
* docs(@vben/docs): 添加 VCropper 图片裁剪组件文档
- 新增中文文档 docs/src/components/common-ui/vben-cropper.md
- 新增英文文档 docs/src/en/components/common-ui/vben-cropper.md
- 新增基础用法示例 demos/vben-cropper/basic
- 新增固定比例裁剪示例 demos/vben-cropper/aspect-ratio
- 更新侧边栏配置添加 Cropper 入口
* fix: 更正跨域图片描述并修复 demo 内存泄漏
- 文档更正:网络图片导出裁剪结果需服务端 CORS 支持
- 修复 URL.createObjectURL 内存泄漏:添加 revokeObjectURL 释放
|
2026-05-11 12:50:44 +08:00 |
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 |
Netfan
|
44138f578f
|
feat: add preset alert, confirm, prompt components that can be simple called (#5843)
* feat: add preset alert, confirm, prompt components that can be simple called
* fix: type define
|
2025-04-01 15:10:18 +08:00 |
Vben
|
081d2aed23
|
perf: format code with better style (#5283)
|
2025-01-01 11:39:49 +08:00 |
Netfan
|
4fe44611d3
|
docs: fix docs-link and add `EllipsisText` docs (#5158)
* docs: fix docs-link and add `EllipsisText` docs
* fix: ellipsisText docs link
|
2024-12-17 14:41:03 +08:00 |
Netfan
|
eec6f41f6a
|
refactor: `ApiComponent` with docs (#5099)
* refactor: `ApiComponent` with docs
* docs: remove invalid docs
* docs: remove duplicate prop docs
* docs: update `ApiComponent` docs
|
2024-12-11 10:45:04 +08:00 |
Netfan
|
17c7ce8f21
|
feat: improve `page` component (#5013)
* feat: `page` component support fixed header
* docs: `page` component documentation
* docs: Improve `props` types of `page`
* docs: improve `fixedHeader` description of `page`
* fix: `page` header border color with fixedHeader
* feat: add `headerClass` for `Page`
|
2024-12-04 21:40:41 +08:00 |
vben
|
c8dd9bbf0b
|
chore: release 5.4.8
|
2024-11-24 22:00:41 +08:00 |
Vben
|
9ddaba5333
|
fix: correct grid styling issue (#4889)
|
2024-11-13 22:28:30 +08:00 |
Vben
|
24d14c2841
|
refactor(adapter): separate form and component adapters so that components adapt to components other than the form (#4628)
* refactor: global components can be customized
* refactor: remove use Toast and reconstruct the form adapter
|
2024-10-13 18:33:43 +08:00 |
Fifteen
|
abbbbfb955
|
fix(docs): fix the selected state of the top navigation bar (#4499)
* fix(@vben/docs): fix the selected state of the top navigation bar
* style(@vben/docs): navigation bar selected item style
|
2024-09-25 09:53:55 +08:00 |
Vben
|
5ce3a18785
|
docs: update docs (#4466)
* chore: fixed known issues with form components
* docs: add vben form doc
|
2024-09-22 14:16:06 +08:00 |
Vben
|
524b9badf2
|
feat: add VbenForm component (#4352)
* feat: add form component
* fix: build error
* feat: add form adapter
* feat: add some component
* feat: add some component
* feat: add example
* feat: suppoer custom action button
* chore: update
* feat: add example
* feat: add formModel,formDrawer demo
* fix: build error
* fix: typo
* fix: ci error
---------
Co-authored-by: jinmao <jinmao88@qq.com>
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
|
2024-09-10 21:48:51 +08:00 |
Vben
|
36e7ca19a1
|
perf: improve modal and drawer component documentation and fix known problems (#4264)
* feat: improve modal and drawer component documentation and fix known problems
* chore: update ci
|
2024-08-28 22:26:35 +08:00 |
前端爱码士
|
453a3a8f84
|
chore(docs): correct the file path in the markdown for the GitHub website (#4254)
|
2024-08-28 10:07:16 +08:00 |
Vben
|
cbf601581d
|
feat(@vben/docs): preview components are supported within documents (#4250)
|
2024-08-27 23:22:34 +08:00 |
invalid w
|
8230493651
|
feat(@vben/docs): support english documents (#4202)
* chore(@vben/docs): 完成guide文档的翻译
* chore(@vben/docs): 完成other文档的翻译
* chore: 翻译部分文档
* chore: 完成英文config的配置
* chore: 完成in-depth的文档翻译
* chore: 调整调整链接
* chore: typo
* chore: typo
* chore: update links
---------
Co-authored-by: Li Kui <90845831+likui628@users.noreply.github.com>
|
2024-08-23 19:46:51 +08:00 |