Skip to content

Releases: meadmin-cn/meadmin-template

Template Release 1.0.13

19 Oct 09:58
Compare
Choose a tag to compare

1.0.13 (2022-10-19)

Bug 修复[fix]

  • 修复optimizeDeps.entries设置错误(应为相对于项目根的相对路径) (962ae3b)

Template Release 1.0.12

19 Oct 05:56
Compare
Choose a tag to compare

1.0.12 (2022-10-19)

新功能[feat]

  • 忽略resolveComponent can only be used in render() or setup().的警告 (9c228c5)

重构[refactor]

  • 路由注册组件函数去除多余的async (9ef5d98)
  • vite.ts配置项文件路径改为绝对路径 (674d849)

Bug 修复[fix]

  • 修复请求loading异常和mock异常问题 (11afdc4)
  • 已登录情况下访问时loading无法消除问题。 (b928655)

Release 1.0.13

19 Oct 10:05
Compare
Choose a tag to compare

1.0.13 (2022-10-19)

Bug 修复[fix]

  • 首页设置修复 (697d75f)
  • 修复optimizeDeps.entries设置错误(应为相对于项目根的相对路径) (962ae3b)

其他[chore]

  • template-release v1.0.13 (1a1d21e)

Release 1.0.12

19 Oct 06:01
Compare
Choose a tag to compare

1.0.12 (2022-10-19)

新功能[feat]

  • 忽略resolveComponent can only be used in render() or setup().的警告 (9c228c5)

重构[refactor]

  • 路由注册组件函数去除多余的async (9ef5d98)
  • vite.ts配置项文件路径改为绝对路径 (674d849)

Bug 修复[fix]

  • 修复表格打印时的抖动问题 (9d4da74)
  • 修复角色权限搜索样式 (77a83bf)
  • 修复请求loading异常和mock异常问题 (11afdc4)
  • 已登录情况下访问时loading无法消除问题。 (b928655)

其他[chore]

  • template-release v1.0.12 (ed9141e)

Template Release 1.0.11

08 Oct 03:33
Compare
Choose a tag to compare

1.0.11 (2022-10-08)

重构[refactor]

  • vueSetUpExtend 改完使用外部包 (d763c63)

Bug 修复[fix]

  • 将请求loading改为使用全局loading (6781d61)

其他[chore]

  • 包版本变更为正式版本 (d2df17e)
  • 提交日志和版本还原 (2e94319)
  • template-release v1.0.11 (547cd8e)

Release 1.0.11

08 Oct 03:36
Compare
Choose a tag to compare

1.0.11 (2022-10-08)

重构[refactor]

  • vueSetUpExtend 改完使用外部包 (d763c63)

Bug 修复[fix]

  • 将请求loading改为使用全局loading (6781d61)

其他[chore]

Template Release 1.0.10

02 Oct 10:51
Compare
Choose a tag to compare

1.0.10 (2022-10-02)

重构[refactor]

  • 404页面样式更改 (54c8108)
  • log改为用统一类打印,便于注释掉error和warn打印 (ed33ffe)

其他[chore]

  • 将菜单模式默认值改为静态 (ad852ff)
  • git加上工作区设置 (179694f)

还原提交[revert]

新功能[feat]

  • 加上页面切换loading,loading改为加在page上 (53b16ab)
  • 加上注册动态路由视图模块监听 (ea40981)
  • 加上api获取路由菜单模式 (d079cb3)

Release 1.0.10

02 Oct 10:52
Compare
Choose a tag to compare

1.0.10 (2022-10-02)

重构[refactor]

  • 404页面样式更改 (54c8108)
  • log改为用统一类打印,便于注释掉error和warn打印 (ed33ffe)

还原提交[revert]

新功能[feat]

  • 加上页面切换loading,loading改为加在page上 (53b16ab)
  • 加上注册动态路由视图模块监听 (ea40981)
  • 加上api获取路由菜单模式 (d079cb3)

其他[chore]

  • 将菜单模式默认值改为静态 (ad852ff)
  • git加上工作区设置 (179694f)
  • template-release v1.0.10 (e5e5004)

Template Release 1.0.9

27 Sep 05:34
Compare
Choose a tag to compare

1.0.9 (2022-09-27)

Bug 修复[fix]

Template Release 1.0.8

27 Sep 05:23
Compare
Choose a tag to compare

1.0.8 (2022-09-27)

新功能[feat]

  • 加上babel支持打包浏览器版本为'chrome 87', 'safari 13', 'firefox 78', 'edge 88' (18bfbf1)

其他[chore]