Releases: iczer/vue-antd-admin
Releases · iczer/vue-antd-admin
V 0.7.4
V 0.7.3
V 0.7.2
- 🤩 新增了多页签模式下是否缓存页面数据的配置。
- 🐞 修复了设置页签标题不生效的bug。
- 🐞 修复了高级表格表头不显示问题。
- 🐞 修复了 StandardTable 组件不支持嵌套属性的bug。
- 🤩 Added the configuration of whether to cache page data in multi tab mode.
- 🐞 Fixed the bug in which the setting of tab's title does not work.
- 🐞 Fixed the problem that advanced table's header not showing。
- 🐞 Fixed the bug where the StandardTable component does not support nested column properties.
V 0.7.1
- 🤩 新增了动态修改页签标题的api {
this.$setPageTitle(route, title)
&this.$openPage(route, title)
} - 🐞 修复了 AndvanceTable 组件异步设置列配置不生效的问题
- 🐞 修复了Modal 组件导致的 body 白边问题。
- 🐞 修复了混合模式下,菜单数组为空时导致的异常。
- 🐞 修复了 menu.js 组件的 openChange 事件的bug。
- 🐞 修复了切换语言时,浏览器标签标题不改变的问题。
- 🐞 修复了 AvatarList 组件 tooltip 不生效的bug。
- 🤩 Added api of dynamic modify tab title {
this.$setPageTitle(route, title)
&this.$openPage(route, title)
}. - 🐞 Fixed the problem that the async configuration of columns not affect in AdvanceTable.vue.
- 🐞 Fixed the white edge problems caused by Modal component.
- 🐞 Fixed the exception caused by empty menuData in mix navigation mode.
- 🐞 Fixed the problem of openChange event in menu.js.
- 🐞 Fixed the problem that the title language of the browser tab does not change when switching languages.
- 🐞 Fixed the problem that tooltip function not affect of AvatarList.vue.
V 0.7.0
- 🤩 新增菜单外链功能。
- 🐞 修复了开发时修改代码导致页面内容空白的问题。
- 🐞 修复了高级表格的一些bug。
- 🐞 修复了混合模式下多级菜单重定向问题。
- 🐞 修复了自定义页面标题不生效问题。
- 🐞 修复了主题切换时错误色被覆盖问题。
- 🐞 修复了主题切换时树组件选择框样式错乱问题。
- 🤩 Added custom link for menu.
- 🐞 Fixed the problem that page content become blank when modifying the code.
- 🐞 Fixed some bug of AdvancedTable.vue.
- 🐞 Fixed redirect problem in mix navigation mode.
- 🐞 Fixed the problem that custom page title not effect.
- 🐞 Fixed the problem that the error color being changed when toggling theme color.
- 🐞 Fixed the style problem of tree checkbox when toggling theme color.
V 0.6.1
V 0.6.0
- 🤩 新增了缓存页签头功能,刷新时保留页签头。
- 🤩 新增了页面跳转进度条。(感谢 @guoranred 贡献)
- 🤩 新增部分 cdn 加载依赖。(感谢 @guoranred 贡献)
- 🤩 优化了生产环境打包。(感谢 @guoranred 贡献)
- 🐞 修复了窄屏幕下顶部导航的样式错乱问题。
- 🐞 修复了按钮权限校验bug。
- 🐞 修复了本地保存主题配置的一些bug。
- 🤩 Added function of caching tabs in multi page mode.
- 🤩 Added page jump progress bar.(thanks @guoranred )
- 🤩 Added cdn loading for some assets. (thanks @guoranred )
- 🤩 Optimized packaging for production environment.(thanks @guoranred )
- 🐞 Fixed layout problem of head navigation in narrow screen.
- 🐞 Fixed problem of authority in button.
- 🐞 Fixed some problem of saving setting to local.
V 0.5.0
- 🤩 新增混合导航菜单模式。
- 🤩 新增本地保存主题配置的功能。
- 🤩 新增页面宽度设置项。
- 🤩 新增根据权限过滤菜单功能。
- 🐞 修复一了一些bug及样式问题。
- 🤩 Added mixed navigation mode.
- 🤩 Added function of saving personal setting to local.
- 🤩 Added configuration of page width.
- 🤩 Added function of filtering menu data through authority.
- 🐞 Fixed some bug and style problem.
V 0.4.3
- 🤩 新增 IInput.vue 组件。
- 🤩 新增 axios 拦截器配置。
- 🤩 侧边栏菜单 icon 增加 scoped slot API 支持。
- 🤩 新增隐藏页面标题配置选项。
- 🐞 修复路由权限认证无法配置角色数组的问题。
- 🐞 修复异步路由的国际化问题。
- 🐞 修复弹出式组件滚动时的位置问题。
- 🤩 Added IInput.vue component.
- 🤩 Added interceptors configuration for axios.
- 🤩 Added scoped slot for icon in side menu.
- 🤩 Added configuration of hiding page title.
- 🐞 Fixed the problem that can't set roles array for route's authority。
- 🐞 Fixed the i18n problem of router.
- 🐞 Fixed the position problem of dropdown components.