Skip to content

v3.4.0

Choose a tag to compare

@pany-ang pany-ang released this 12 May 11:29
· 601 commits to main since this release

Feat

  • 优化 main.ts,使 router 准备就绪后再挂载页面 (#71)
  • 深蓝主题下对 Element Plus 颜色的覆盖进行扩展 (#57)

Fix

  • 修复用 img src 显示 svg 图片时 src 地址指向对象的问题
  • 修复隐藏 TagsView 后,路由 keepAlive: true 无效的问题 (#66)
  • 修复 NODE_ENV=production is not supported in the .env file 警告

Refactor

  • 使用 watchEffect 来收集主题相关的副作用 (#64) (#65)

Chore

  • 升级所有三方依赖版本
  • 采用 Pnpm 8.x
  • 适配 Vite 4.3.x (性能更强)
  • 适配 Vue 3.3.x(defineEmits 和 defineOptions)
  • 引入 Element Plus Global Components 类型文件(解决某些依赖(比如 vxe-table 4.2.7-beta.0 ~ 4.3.11 和 vue-router 4.2.0)导致的没有 Element Plus 组件类型提示的问题)

Style

  • 统一 Props 命名风格

Docs

  • 更新 README.md 和 README.zh-CN.md
  • 修正权限函数报错提示文案

CI

  • 更新 github workflows