Vue Antd Admin Versions Save

🐜 Ant Design Pro's implementation with Vue

0.7.4

3 years ago
  • 🐞 修复了混合导航模式下,菜单权限过滤无效问题。
  • 🐞 修复动态路由菜单无法正确高亮问题。
  • 🤩 菜单增加动态路由参数和查询参数支持。
  • 🤩 路由增加高亮菜单配置项(解决列表详情页菜单高亮问题)。

0.7.3

3 years ago
  • 🤩 新增了多页签模式下是否缓存页面数据的配置。
  • 🐞 修复了修改页签头标题不生效的bug。
  • 🐞 修复了更改角色后菜单不能正确显示的问题。
  • 🐞 修复了 npm 安装 webpack-theme-color-replacer 依赖启动报错问题。

0.7.2

3 years ago
  • 🤩 新增了多页签模式下是否缓存页面数据的配置。
  • 🐞 修复了设置页签标题不生效的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.

0.7.1

3 years ago
  • 🤩 新增了动态修改页签标题的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.

0.7.0

3 years ago
  • 🤩 新增菜单外链功能。
  • 🐞 修复了开发时修改代码导致页面内容空白的问题。
  • 🐞 修复了高级表格的一些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.

0.6.1

3 years ago
  • 🤩 新增表格组件 AdvanceTable.vue。
  • 🤩 新增锁定页签头功能。
  • 🤩 新增刷新单个页签功能。
  • 🤩 新增禁止关闭页签功能。

  • 🤩 Added component of AdvanceTable.vue.
  • 🤩 Added function of locking tabs head.
  • 🤩 Added function of refreshing tabs page.
  • 🤩 Added function of disable closing page.

0.6.0

3 years ago
  • 🤩 新增了缓存页签头功能,刷新时保留页签头。
  • 🤩 新增了页面跳转进度条。(感谢 @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.

0.5.0

3 years ago
  • 🤩 新增混合导航菜单模式。
  • 🤩 新增本地保存主题配置的功能。
  • 🤩 新增页面宽度设置项。
  • 🤩 新增根据权限过滤菜单功能。
  • 🐞 修复一了一些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.

0.4.3

3 years ago
  • 🤩 新增 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.

0.4.2

3 years ago
  • 🐞 紧急修复 权限检验注入 的bug。

  • 🐞 Emergency repair that the bug of authority verification injection.