Skip to content

Commit

Permalink
version: v5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoDaiGua-Ray committed Nov 14, 2024
1 parent 83e0c19 commit 2c84e3c
Show file tree
Hide file tree
Showing 23 changed files with 405 additions and 272 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"editor.formatOnSave": true,
"i18n-ally.localesPaths": ["src/locales/lang"],
"i18n-ally.keystyle": "nested",
"i18n-ally.sortKeys": true,
Expand Down Expand Up @@ -45,6 +46,5 @@
"stylelint",
"WUJIE",
"zlevel"
],
"peacock.color": "#007fff"
]
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGE LOG

## 5.0.5

## Feats

- 新增 `GLOBAL_CLASS_NAMES` 配置项
- 新增 `canSkipRoute` 方法,用于初始化系统菜单时,自动获取可跳转的路由,避免权限系统列表中无权限路由跳转导致异常的问题
- 优化 `useElementFullscreen` 方法的过渡效果
- `useElementFullscreen` 新增 `isFullscreen` 属性,标识当前元素是否处于网页全屏状态

## Fixes

- 修复锁屏逻辑问题
- 修复菜单有时候不能正常的展开被激活项的问题
- 修复 `useSiderBar``close` 问题

## 5.0.4

`ts` 版本与 `eslint` 解析插件版本更新至最新版,并且同步解决了以前历史遗留的一些问题。
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ray-template",
"private": false,
"version": "5.0.4",
"version": "5.0.5",
"type": "module",
"engines": {
"node": "^18.0.0 || >=20.0.0",
Expand Down
Loading

0 comments on commit 2c84e3c

Please sign in to comment.