Skip to content

v4.4.0

Latest
Compare
Choose a tag to compare
@pany-ang pany-ang released this 07 Feb 08:56
· 39 commits to main since this release

❗❓

注意:本次更新切换了在线 mock 接口地址,旧接口将无法继续使用,望周知~ 同时,项目将在后续版本中(争取在 4.4.1 版本)采用更加稳定的 apifox mock 来作为在线接口!

Feat

  • 为精简代码,新增 hook:useLayoutMode
  • 为精简代码,新增 hook:useDevice

Refactor

  • 再次精简路由守卫逻辑
  • 采用 vue 3.4 新增的 defineModel 宏来精简代码
  • 重构 element-plus table 示例代码,使逻辑更加清晰,通用性更强

Fix

  • 修复禁用动态路由后,用户名不显示的问题
  • 修复子路由设置 hidden: true 不生效的问题
  • 修复处于顶部模式时 el-menu 未自适应宽度去折叠的问题 (#153)

Perf

  • 新版 vue 已修复热更新导致的页面白屏问题,项目移除相关的代码

Types

  • 隐藏无须处理的 ts 报错

Chore

  • 切换在线 mock 接口地址
  • 升级并适配 element-plus 2.5.5
  • 更新新版 VSCode codeActionsOnSave 配置
  • 升级并适配 vue 3.4
  • 适配 vite 5
  • fixed vxe-table 4.4.1 && update other dependencies