Releases: vueComponent/ant-design-vue-pro
Releases · vueComponent/ant-design-vue-pro
3.0.3 Released (Vue2)
What's Changed
- feat: add drag-model directive in Dialog by @xiaoxian521 in #1203
- Revert "feat: add drag-model directive in Dialog" by @sendya in #1209
- multiple loads route by @MrAccle in #1202
- 解决表单页和列表页的导航条重复显示问题 by @lvsike in #1221
- fix(cardlist): 解决cardList显示问题 #1155 by @Dreamerryao in #1214
- fix: bug 修复鉴权时GetInfo与Logout双双失效导致路由死循环 by @sammeishi in #1231
- fix: bug 修复打包后报错 TypeError: le.addRoute is not a function by @sammeishi in #1232
- 新增filters和sorter状态,用来保留refresh时丢失已选筛选排序bug by @xiangzp in #1257
New Contributors
- @xiaoxian521 made their first contribution in #1203
- @MrAccle made their first contribution in #1202
- @lvsike made their first contribution in #1221
- @Dreamerryao made their first contribution in #1214
- @sammeishi made their first contribution in #1231
- @xiangzp made their first contribution in #1257
Full Changelog: 3.0.2...3.0.3
3.0.2
Pro 3.0.1
Major change
- SettingDrawer add custom-render BasicLayout.vue#L39
- some pages add i18n. Thanks @msgill2017
Bug Fix
- fix
menuRender
in topmenu mode
Pro 3.0.0
Major change
- layouts use
@ant-design-vue/pro-layout
pro-layout - remove
vue-ls
package Vue.ls.[func] this.$ls.[func] - refactor SettingDrawer
- add custom i18n render
- antdv custom component border vue.config.js (Basic rounded corner adjustment, changed from 4px to 2px.)
- the minimum supported version of IE is
IE 11
.
Bug Fix
- update [email protected]
- fix IE10 or later '>' '<' symbol err
- fix theme change message
- fix
gitHash
not in build script
Warning: You may encounter compatibility bug
Pro 3.0.0-alpha2
- Update
[email protected]
- Fix IE10 or later '>' '<' symbol err
- Fix theme change message
Pro 3.0.0-alpha1
- layouts use
@ant-design-vue/pro-layout
pro-layout - remove
vue-ls
packageVue.ls.[func]
this.$ls.[func]
- refactor
SettingDrawer
- add custom i18n render
- and more...
2.0.3
2.0.2
-
🐛 修正 配置栏 配置的结果复制后错误
-
🐛 修正
s-table
设置checkbox
props 无效,关闭分页器失效 的问题 -
🐛 修正 个人中心 子菜单在一些情况下不随着路由变化而更新选中的页面菜单
-
🐛 修正 注册页面的 密码级别校验提示框 在切换页面或注册完毕后,依然现实在页面中的问题
-
🔨 还原 Layout 滚动条为 react antd pro 相同设定
-
🔨 更新
webpack-theme-color-replacer
动态更换主题色的实现方式 hzsrc -
😄 增加
PageView
的 props 参数 -
😄 增加
WangEditor
,QuillEditor
富文本组件,已兼容 a-form 表单校验和值收集