xingyu4j
|
5db93a345a
|
fix: doc build error
|
2026-05-18 20:17:35 +08:00 |
xingyu4j
|
5c8dd1a6da
|
chore: docs config
|
2026-05-18 18:35:34 +08:00 |
xingyu4j
|
6592135cc5
|
chore: update vitepress v2
|
2026-05-18 18:23:10 +08:00 |
xingyu4j
|
2f16ee7cf5
|
docs: use antdv-next
|
2026-05-18 17:30:59 +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 |
xingyu4j
|
6b3bcee582
|
docs(@vben/docs): sync component docs with current APIs
|
2026-03-14 21:34:48 +08:00 |
xingyu4j
|
de0181e0d9
|
fix: lint
|
2026-03-13 20:58:07 +08:00 |
xingyu
|
a4736a49f8
|
feat: migrate to Tailwind CSS v4 (#7614)
* chore: update deps
* feat: use jsonc/x language
* chore: update eslint 10.0
* fix: no-useless-assignment
* feat: add CLAUDE.md
* chore: ignore
* feat: claude
* fix: lint
* chore: suppot eslint v10
* fix: lint
* fix: lint
* fix: type check
* fix: unit test
* fix: Suggested fix
* fix: unit test
* chore: update stylelint v17
* chore: update all major deps
* fix: echarts console warn
* chore: update vitest v4
* feat: add skills ignores
* chore: update deps
* chore: update deps
* fix: cspell
* chore: update deps
* chore: update tailwindcss v4
* chore: remove postcss config
* fix: no use catalog
* chore: tailwind v4 config
* fix: tailwindcss v4 sort
* feat: use eslint-plugin-better-tailwindcss
* fix: Interference between enforce-consistent-line-wrapping, jsx-curly-brace-presence and Prettier
* fix: Interference between enforce-consistent-line-wrapping, jsx-curly-brace-presence and Prettier
* fix(lint): resolve prettier and better-tailwindcss formatting conflicts
* fix(tailwind): update theme references and lint sources
* style(format): normalize apps docs and playground vue files
* style(format): normalize core ui-kit components
* style(format): normalize effects ui and layout components
|
2026-03-10 05:08:45 +08:00 |
xingyu4j
|
bed52983a0
|
fix: lint
|
2025-11-17 12:15:14 +08:00 |
Copilot
|
1e09fa4642
|
feat: migrate from Radix Vue to Reka UI (#6870)
* Initial plan
* Update dependencies and imports from radix-vue to reka-ui
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
* Fix type errors after reka-ui migration
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
* Run formatter to fix code style
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
|
2025-11-06 16:22:24 +08:00 |
Netfan
|
2971ccc0b7
|
docs: docs modal z-index fixed, update alert docs (#5930)
|
2025-04-12 13:41:40 +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 |
Netfan
|
99c7fd72f8
|
fix: code lint
|
2025-01-09 13:04:14 +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
|
9cf0573921
|
perf: optimize local startup speed and add header Class configuration to drawer (#4840)
|
2024-11-09 11:12:30 +08:00 |
Vben
|
4e88ef0840
|
perf: improve the usage documentation of vben-vxe-table (#4829)
* perf: improve the usage documentation of vben-vxe-table
|
2024-11-06 23:03:33 +08:00 |
Arthur Darkstone
|
33ce4d3cf3
|
docs: add vxe-table doc (#4807)
* docs: init vxe-table demos
* style: fix vxe-table index.scss import error
* docs: fix vxe-table style & theme toggle problem
* docs: add rest demos
* docs: add vxe-table demo desc
* fix: add maximumFileSizeToCacheInBytes to fix build error
* fix: fix vxe-table set-theme build error
* docs: fix vitepress ssr render problem
* docs: add some tips for vitepress compatibility
|
2024-11-06 21:44:02 +08:00 |
dependabot[bot]
|
a0fbe0b21a
|
chore(deps): bump tailwindcss from 3.4.13 to 3.4.14 in the non-breaking-changes group (#4650)
* chore(deps): bump tailwindcss in the non-breaking-changes group
Bumps the non-breaking-changes group with 1 update: [tailwindcss](https://github.com/tailwindlabs/tailwindcss).
Updates `tailwindcss` from 3.4.13 to 3.4.14
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.13...v3.4.14)
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: update deps
* chore: lint fix
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-16 21:23:11 +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 |
invalid w
|
000172e482
|
chore(@vben/common-ui): add verify component (#4390)
* chore(@vben/common-ui): 增加拖拽校验组件
* chore: 增加样式
* Merge branch 'main' into wangjue-verify-comp
* chore: 封装action组件
* chore: 拆分完成拖拽功能
* chore: 样式调整为tailwindcss语法
* chore: 导出check图标
* chore: 拖动的图标变为@vben/icons的
* chore: 完成插槽功能迁移
* fix: ci error
* chore: 适配暗黑主题
* chore: 国际化
* chore: resolve conflict
* chore: 迁移v2的图片旋转校验组件
* chore: 完善选择校验demo
* chore: 转换为tailwindcss
* chore: 替换为系统的颜色变量
* chore: 使用interface代替组件的props声明
* chore: 调整props
* chore: 优化demo背景
* chore: follow suggest
* chore: rm unnecessary style tag
* chore: update demo
* perf: improve the experience of Captcha components
---------
Co-authored-by: vince <vince292007@gmail.com>
Co-authored-by: Vben <ann.vben@gmail.com>
|
2024-09-21 20:52:36 +08:00 |
Vben
|
2c22825546
|
fix: improve layout boundary processing (#4423)
|
2024-09-18 22:21:23 +08:00 |
Vben
|
bfae9626dd
|
perf: display border status color when the form is verified incorrectly (#4407)
* perf: display border status color when the form is verified incorrectly
* chore: adjust the document preview file order
|
2024-09-14 22:44:21 +08:00 |
Li Kui
|
6e67fb5fe7
|
fix(@vben/docs): build failed on windows (#4362)
|
2024-09-11 14:26:42 +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
|
98da0672e7
|
feat: add archive plug-in to output dist.zip after build (#4272)
* feat: add the archiver plug-in to output dist.zip after build
* chore: update env
|
2024-08-29 21:47:00 +08:00 |
dependabot[bot]
|
3b2ed948f5
|
chore(deps): bump the non-breaking-changes group with 9 updates (#4266)
* chore(deps): bump the non-breaking-changes group with 9 updates
Bumps the non-breaking-changes group with 9 updates:
| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.0` | `22.5.1` |
| [turbo](https://github.com/vercel/turborepo) | `2.0.14` | `2.1.0` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.241` | `2.2.242` |
| [@tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography) | `0.5.14` | `0.5.15` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.4.0` | `19.4.1` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.2.2` | `19.4.1` |
| [eslint-config-turbo](https://github.com/vercel/turborepo/tree/HEAD/packages/eslint-config-turbo) | `2.0.14` | `2.1.0` |
| [eslint-plugin-perfectionist](https://github.com/azat-io/eslint-plugin-perfectionist) | `3.2.0` | `3.3.0` |
| [stylelint](https://github.com/stylelint/stylelint) | `16.8.2` | `16.9.0` |
Updates `@types/node` from 22.5.0 to 22.5.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Updates `turbo` from 2.0.14 to 2.1.0
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](https://github.com/vercel/turborepo/compare/v2.0.14...v2.1.0)
Updates `@iconify/json` from 2.2.241 to 2.2.242
- [Commits](https://github.com/iconify/icon-sets/compare/2.2.241...2.2.242)
Updates `@tailwindcss/typography` from 0.5.14 to 0.5.15
- [Release notes](https://github.com/tailwindlabs/tailwindcss-typography/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss-typography/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss-typography/compare/v0.5.14...v0.5.15)
Updates `@commitlint/cli` from 19.4.0 to 19.4.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.4.1/@commitlint/cli)
Updates `@commitlint/config-conventional` from 19.2.2 to 19.4.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.4.1/@commitlint/config-conventional)
Updates `eslint-config-turbo` from 2.0.14 to 2.1.0
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](https://github.com/vercel/turborepo/commits/v2.1.0/packages/eslint-config-turbo)
Updates `eslint-plugin-perfectionist` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/azat-io/eslint-plugin-perfectionist/releases)
- [Changelog](https://github.com/azat-io/eslint-plugin-perfectionist/blob/main/changelog.md)
- [Commits](https://github.com/azat-io/eslint-plugin-perfectionist/compare/v3.2.0...v3.3.0)
Updates `stylelint` from 16.8.2 to 16.9.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/16.8.2...16.9.0)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: turbo
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: "@iconify/json"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: "@tailwindcss/typography"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: "@commitlint/cli"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: non-breaking-changes
- dependency-name: "@commitlint/config-conventional"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: eslint-config-turbo
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: eslint-plugin-perfectionist
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: non-breaking-changes
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore: update deps
* chore: update ci
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vince <vince292007@gmail.com>
|
2024-08-29 07:28:23 +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 |
Li Kui
|
84816ef769
|
chore: add badges (#4260)
* chore: add badges
* docs: fix editLink
|
2024-08-28 20:43:24 +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 |
Vben
|
5f41c51770
|
perf: supplement login interface documents and add configuration parameters (#4175)
|
2024-08-17 22:38:37 +08:00 |
Vben
|
debb32d353
|
fix: page spinner is styled incorrectly when scrolling (#4163)
* feat: add contributor information to documents
* fix: page spinner is styled incorrectly when scrolling
|
2024-08-15 21:48:52 +08:00 |
Vben
|
738bc456c8
|
perf: improve login page UI (#4142)
* perf: improve login page UI
* chore: update docs
|
2024-08-13 21:17:10 +08:00 |
Vben
|
b464b87ac5
|
refactor: migrate demo applications to playground (#4116)
* chore: detail adjustment
* refactor: Migrate demo applications to playground
* perf: logic optimization
* chore: update docs
* chore: update docs
|
2024-08-11 16:09:32 +08:00 |
Vben
|
8725a01301
|
fix: inconsistent performance between breadcrumbs and tabs (#4105)
|
2024-08-10 10:30:15 +08:00 |
Reg Chiu
|
93c619ea47
|
fix: z-index of medium-zoom (#4055)
|
2024-08-06 17:48:22 +08:00 |
vben
|
06ad5ad871
|
chore: Rename the website directory to docs
|
2024-08-01 21:30:44 +08:00 |