Commit Graph

77 Commits

Author SHA1 Message Date
dap
b2268b03e7 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-10-19 09:46:56 +08:00
vben
d1ca09c7bb chore: release v5.4.1 2024-10-18 22:12:00 +08:00
dap
330a8a1d70 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-10-13 14:38:56 +08:00
vben
9856bc88d2 chore: release v5.4.0 2024-10-13 14:21:54 +08:00
vben
68465b5fbf chore: release v5.4.0-beta.1 2024-10-13 14:17:28 +08:00
dap
21015c6dd7 chore: 兼容写法(原方式在node22会报错) 2024-10-10 16:25:05 +08:00
dap
663bad5e71 refactor: 文件类型判断 2024-10-10 15:06:32 +08:00
dap
60d513ce40 feat: 路由参数 2024-10-10 11:48:26 +08:00
dap
3f5e3ef46a Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-10-05 23:43:39 +08:00
Vben
d37e2f599c
fix: naive ui form reset does not meet expectations (#4569)
* fix: naive ui form reset does not meet expectations

* fix: typo
2024-10-05 17:09:42 +08:00
dap
82e63dbcf6 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-10-05 00:30:29 +08:00
vben
46540a7329 chore: release v5.3.2 2024-10-03 15:43:15 +08:00
dap
e01bd218b9 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-09-30 07:59:26 +08:00
vben
01391ee5a1 chore: release v5.3.1 2024-09-29 22:25:20 +08:00
dap
c3524ab79c feat: 代码生成 2024-09-24 10:18:07 +08:00
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