Commit Graph

62 Commits

Author SHA1 Message Date
dap
a31e95b995 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-22 15:48:13 +08:00
vben
31f6cc6416 chore: release v5.3.0 2024-09-22 14:32:23 +08:00
dap
587355dbaf Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-20 08:06:53 +08:00
Vben
56bdb8f606
chore: use pnpm catalog (#4437)
* feat: use pnpm catalog

* fix: lint error
2024-09-19 21:40:54 +08:00
dap
ca30857eff Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-15 09:16:26 +08:00
Vben
c3d0102cda
fix: the brand color setting does not take effect (#4405) 2024-09-14 21:35:12 +08:00
Donny Wang
b8a4fba78c
chore: fix ci (#4404) 2024-09-14 17:27:25 +08:00
dap
af72811013 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-14 07:59:52 +08:00
Vben
29f572abd3
chore: chore(deps): bump pinia-plugin-persistedstate from 3.2.3 to 4.0.1 (#4392) 2024-09-13 22:08:55 +08:00
dap
c56dc7c366 feat: post form 2024-09-13 15:27:29 +08:00
dap
fb4c125117 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-11 17:15:41 +08:00
dependabot[bot]
66c732fdee
chore(deps): bump the non-breaking-changes group across 1 directory with 2 updates (#4358)
Bumps the non-breaking-changes group with 2 updates in the / directory: [vue](https://github.com/vuejs/core) and [vue-router](https://github.com/vuejs/router).


Updates `vue` from 3.5.3 to 3.5.4
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.5.3...v3.5.4)

Updates `vue-router` from 4.4.3 to 4.4.4
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](https://github.com/vuejs/router/compare/v4.4.3...v4.4.4)

---
updated-dependencies:
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-11 15:10:36 +08:00
dap
b334241cef Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-11 09:38:40 +08:00
vben
3697f6bc5a chore: release v5.3.0-beta.2 2024-09-10 22:20:51 +08:00
vben
978edb1e02 chore: release v5.3.0-beta.1 [skip ci] 2024-09-10 22:08:26 +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
dap
20e15e9fea Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-05 07:38:36 +08:00
vben
41612f7723 chore: release v5.2.2 2024-09-04 22:59:43 +08:00
dap
13083e6545 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-01 13:07:06 +08:00
vben
1063b2268e chore: release v5.2.1 2024-08-31 21:55:10 +08:00
dap
b336d3612f Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-30 10:15:41 +08:00
vben
05a52b0540 chore: release v5.2.0 2024-08-29 22:35:38 +08:00
dap
17c25006c1 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-29 19:55:11 +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
dap
1fe260a391 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-27 08:14:19 +08:00
Vben
8a0b1e0c72
refactor: package chart-ui integrated into plugins (#4238)
* refactor: package chart-ui integrated into plugins

* fix: lint error
2024-08-26 21:42:56 +08:00
Vben
fd7b3479b4
fix: improve the display of modal and drawer on mobile (#4237) 2024-08-26 20:54:20 +08:00
dap
54940dfec5 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-26 00:03:36 +08:00
Vben
20a3868594
feat: add modal and drawer components and examples (#4229)
* feat: add modal component

* feat: add drawer component

* feat: apply new modal and drawer components to the layout

* chore: typo

* feat: add some unit tests
2024-08-25 23:40:52 +08:00
dap
d9360a4291 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-25 12:53:39 +08:00
vben
edb55b1fc0 chore: release v5.1.2 2024-08-25 11:02:15 +08:00
dap
dcb9844e0c Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-20 08:44:26 +08:00
vben
e7a4ab70d5 chore: release v5.1.1 [skip ci] 2024-08-19 23:32:24 +08:00
dap
f67ae511c4 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-15 09:27:39 +08:00
vben
e2d9d08ced chore: release v5.1.0 [skip ci] 2024-08-14 23:04:44 +08:00
Vben
83fcdec37c
feat: add swap component (#4149) 2024-08-14 20:37:21 +08:00
dap
b466787f84 chore: 未找到组件提示信息 2024-08-09 15:38:08 +08:00
dap
bc46c65c7f Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-09 08:07:50 +08:00
vben
3f04f6b01f chore: release v5.0.1 2024-08-08 21:10:43 +08:00
dap
f2f7225c1f Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-08-08 08:03:04 +08:00
Vben
5f4d3f2bce
chore(deps): bump the non-breaking-changes group with 10 updates (#4074) 2024-08-07 22:24:39 +08:00
Li Kui
1d38fb647e
refactor: use @ant-design/fast-color instead (#4070)
* refactor: Use @ant-design/fast-color instead

* fix: test failed

* chore: remove isValidColor

All FastColor objects are valid. So isValid is always true.
FastColor("not-a-color") -> `#000000`

* refactor: rename directory `colorful` to `color`

* fix: ci fail
2024-08-07 21:28:25 +08:00
dap
c31259598b chore: 脚手架 2024-08-07 08:57:56 +08:00
Vben
4f5783d00b
perf: enable strict ts type checking (#4045) 2024-08-05 21:12:22 +08:00
Vben
b6415fad2d
perf: optimize for some details and comments (#4030)
* perf: optimize for some details and comments

* fix: test case

* chore: update ci
2024-08-04 05:42:59 +08:00
vben
f4bd0530cc chore: Delete unnecessary files 2024-08-01 21:33:32 +08:00
vben
4236e9cb87 chore: update deps 2024-08-01 21:12:34 +08:00
vben
9b98b3190e chore: update deps 2024-08-01 00:06:36 +08:00
vben
89dcf522f5 refactor: Separate store 2024-07-30 21:10:28 +08:00
vben
cf0ec053e4 refactor: Integrate the @vben-core/shared package 2024-07-30 21:05:03 +08:00