Skip to content

V 0.7.1

Compare
Choose a tag to compare
@iczer iczer released this 29 Nov 04:44
· 75 commits to master since this release
  • 🤩 新增了动态修改页签标题的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.