wyc001122
f31360ba4e
feat: support for hybrid permission access control mode ( #6294 )
...
* feat: 添加混合权限访问控制模式
* feat: 文档补充
2025-05-28 17:01:58 +08:00
Vben
045bc4e5ee
feat: support smooth auto-scroll to active menu item ( #6102 )
2025-05-03 18:05:26 +08:00
Vben
dd833ca56b
chore: update dependencies and documentation, optimize build toolchain ( #6060 )
...
* chore: update packageManager version to pnpm@10.9.0 for compatibility improvements
* chore: Update dependent versions and configurations to improve compatibility and stability
- Update Node version to 22.1.0
- Updated pnpm version to 10.10.0
- Fixed syntax error in prettier command in lintstagedrc
- Update dependent versions in pnpm-lock.yaml to ensure consistency
- Update format and content in README documents to improve readability
* fix: lint error
2025-04-28 23:08:05 +08:00
vem
681c1dc267
fix: Update existing route index to prevent 404 on user switch ( #6003 )
...
Co-authored-by: tars-macmini <vem@qq.com>
2025-04-28 18:19:47 +08:00
anyup
dbc0b7e4a9
fix: route root.children duplicate problem ( #5755 )
...
Co-authored-by: anyup <anyupxing@163.com>
2025-03-29 22:38:30 +08:00
Netfan
17e2a02281
feat: auto set component name for keep-alive ( #5690 )
...
* fix: auto set component name for keep-alive
* fix: type define
2025-03-10 16:25:30 +08:00
Netfan
1ad54561b0
feat: add noBasicLayout
in route meta ( #5386 )
...
所有菜单数据无需配置component为BasicLayout,它们将会默认使用基础布局,也可以通过meta.noBasicLayout来阻止这一行为
2025-01-14 12:12:08 +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
handsomeFu
d5655f02e3
chore(docs): update function parameter comments ( #4215 )
...
* docs(other): update function parameters jsdoc
- 移除`vue-router.d.ts`中`activePath`属性的默认值注释。
- 重构`generateRoutes`函数签名,增加`options`参数。
- 调整`authLogin`函数文档,增加`onSuccess`回调函数的说明。
* docs: 删除 `activePath` 属性的默认值注释
在路线文档中,移除了`activePath`属性的默认值注释,以清晰说明其行为。此更改更新了文档内容,使其更准确地反映代码实现。
2024-08-22 21:52:44 +08:00
aonoa
5b56c300ab
perf: correct cloneDeep spelling errors [skip ci] ( #4099 )
...
Signed-off-by: aonoa <1991849113@qq.com>
2024-08-09 18:24:52 +08:00
Vben
4f5783d00b
perf: enable strict ts type checking ( #4045 )
2024-08-05 21:12:22 +08:00
vben
cf0ec053e4
refactor: Integrate the @vben-core/shared package
2024-07-30 21:05:03 +08:00