Skip to content

Releases: un-pany/v3-admin-vite

v5.0.0-beta.0

05 Dec 11:37
Compare
Choose a tag to compare
v5.0.0-beta.0 Pre-release
Pre-release

   🚀 Features

   🐞 Bug Fixes

  • 左侧导航菜单在高度不足时渲染不全的问题  -  by @un-pany (c168e)
  • 左侧导航菜单在高度不足时渲染不全的问题  -  by @un-pany (5b452)
  • 修复 mobile + 非左侧布局模式时左侧导航菜单背景色异常的问题  -  by @un-pany (5f611)
  • 修复 release v4.5.5 版本引起的 mobile + 非左侧布局模式时左侧导航菜单背景色异常的问题  -  by @un-pany (f27a9)
  • 左侧导航菜单在高度不足时渲染不全的问题  -  by @un-pany (1f531)
  • 修复 release v4.5.5 版本引起的 mobile + 非左侧布局模式时左侧导航菜单背景色异常的问题  -  by @un-pany (d3fc2)

   🏎 Performance

    View changes on GitHub

v4.5.6

21 Nov 04:59
Compare
Choose a tag to compare

   Fix

  • 修复 release v4.5.5 版本引起的 mobile + 非左侧布局模式时左侧导航菜单背景色异常的问题  -  by @pany-ang (f27a9)
    View changes on GitHub

v4.5.5

20 Nov 12:01
Compare
Choose a tag to compare

   Fix

  • 左侧导航菜单在高度不足时渲染不全的问题  -  by @pany-ang (5b452)
    View changes on GitHub

v4.5.4

18 Nov 03:36
Compare
Choose a tag to compare

   Refactor

   Chore

    View changes on GitHub

v4.5.3

14 Nov 12:12
Compare
Choose a tag to compare

   Fix

  • 元素可以获得焦点时, 不应该采用 aria-hidden 属性对辅助技术隐藏  -  by @pany-ang (b3d93)
  • 修复布局配置为混合模式时 header 组件 content 区域超出屏幕的问题  -  by @pany-ang (19f7b)

   Perf

   Style

   Refactor

    View changes on GitHub

v4.5.2

11 Nov 12:08
Compare
Choose a tag to compare

   Feat

   Fix

   Style

  • 补充代码片段 code-snippets 中缺少的字段  -  by @pany-ang (f83a7)

   Refactor

   Chore

    View changes on GitHub

v4.5.1

27 Sep 12:50
Compare
Choose a tag to compare

   Feat

   Fix

   Style

   Refactor

  • Update "hooks/useFetchSelect" type  -  by @pany-ang (01249)
  • Rename the variable "whether to enable dynamic routing" from "async" to "dynamic"  -  by @pany-ang (2498f)
  • 留用 404 alias 同时移除 ErrorPage 路由 && 简化 redirect 路由 path  -  by @pany-ang (c5471)
  • 将项目中 json 法深拷贝换成 lodash-es 的 cloneDeep  -  by @Aaron-zon in #174 (893ad)
  • 完成多主题模块的重构  -  by @pany-ang (82b5b)

   Docs

   Chore

   CI

   Types

    View changes on GitHub

v4.4.0

07 Feb 08:56
Compare
Choose a tag to compare

❗❓

注意:本次更新切换了在线 mock 接口地址,旧接口将无法继续使用,望周知~ 同时,项目将在后续版本中(争取在 4.4.1 版本 争取在 5.0 版本)采用更加稳定的 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

v4.3.0

02 Dec 07:29
Compare
Choose a tag to compare

❗❓

本次 4.3.0 版本将 vite 版本升级到了 5.x,需要有一下几点特别注意事项:

  • node 版本 18.x 或 20+
  • pnpm 版本 8.x 或最新版

Perf

  • 开启 vite5 的预热功能,提高初始页面加载速度

Chore

  • upgrade the vite version to 5.x
  • fixed vxe-table 4.4.1 && update other dependencies
  • update deploy.yml

v4.2.4

20 Oct 09:28
Compare
Choose a tag to compare

Fix

  • sidebar scroll area is abnormal (#134)

Style

  • 优化 element-plus 2.4.0 版本表格暗黑模式下样式
  • 优化 element-plus 2.4.1 版本下 el-menu--horizontal 样式
  • 解决顶部模式下 navigation-bar 背景色遮挡了下方阴影的问题

Docs

  • 完善 CompConsumer 组件注释
  • 新增三级及其以上路由缓存功能的文案提示

Chore

  • 移除废弃的 mock api
  • fixed vxe-table 4.4.1 && update other dependencies
  • update deploy.yml