Skip to content

Releases: vueComponent/ant-design-vue-pro

3.0.3 Released (Vue2)

30 Nov 14:17
Compare
Choose a tag to compare

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

Full Changelog: 3.0.2...3.0.3

3.0.2

27 May 06:54
Compare
Choose a tag to compare

2021/05/27

  • deps version upgrade
  • avatar order change
  • setting-drawer disabled in prod env
  • add the missing callback of handlePasswordLevel

Pro 3.0.1

01 Feb 03:13
Compare
Choose a tag to compare

Major change

Bug Fix

  • fix menuRender in topmenu mode

Pro 3.0.0

27 Jul 08:07
Compare
Choose a tag to compare

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 antdv@1.6.2
  • 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

10 Jul 02:57
Compare
Choose a tag to compare
Pro 3.0.0-alpha2 Pre-release
Pre-release
  • Update antdv@1.6.2
  • Fix IE10 or later '>' '<' symbol err
  • Fix theme change message

Pro 3.0.0-alpha1

23 Jun 06:33
Compare
Choose a tag to compare
Pro 3.0.0-alpha1 Pre-release
Pre-release
  • 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
  • and more...

2.0.3

09 Jun 15:44
Compare
Choose a tag to compare
  • 修正色盲模式覆盖问题 #694
  • 修正权限页面无法勾选保存结果 #699
  • 新增一个封装版 Dialog d281f49
  • 修正在 IE,safari 等较老浏览器菜单闪动问题 ea8d140
  • 修正 Header 的数字角标被遮挡问题 #555
  • 优化(明确)全局样式的引入 8c0e6dd
  • 新增 限制字数的 TextArea 用例 7e47d0a
  • 新增 全局搜索 组件 a7d6b16
  • 从 master 移除 i18n e50d820

2.0.2

23 Jun 09:38
Compare
Choose a tag to compare
  • 🐛 修正 配置栏 配置的结果复制后错误

  • 🐛 修正 s-table 设置 checkbox props 无效,关闭分页器失效 的问题

  • 🐛 修正 个人中心 子菜单在一些情况下不随着路由变化而更新选中的页面菜单

  • 🐛 修正 注册页面的 密码级别校验提示框 在切换页面或注册完毕后,依然现实在页面中的问题

  • 🔨 还原 Layout 滚动条为 react antd pro 相同设定

  • 🔨 更新 webpack-theme-color-replacer 动态更换主题色的实现方式 hzsrc

  • 😄 增加 PageView 的 props 参数

  • 😄 增加 WangEditor, QuillEditor 富文本组件,已兼容 a-form 表单校验和值收集

2.0.1

10 May 12:50
Compare
Choose a tag to compare
  • 🐛 修正 Header Logo 区域没有阴影
  • 🔨 移除 production 环境的 sourcemap 减小部署大小
  • 😄 增加 搜索列表 下的 项目,应用 列表模板
  • 😄 增加 个人中心 的 文章,项目 页面模板
  • 🔨 修正 非 yarn 包管理工具时,不安装 core-js 的包依赖问题
  • 🐛 修正 仅一级菜单 刷新页面时无法被选中高亮 的问题
  • 🐛 修正 s-table 有子表数据时,展开控制按钮 错位的问题 #243

2.0.0

14 Apr 08:13
Compare
Choose a tag to compare
  • 😄 增加 TagSelect

  • 😄 增加 Analysis Pie 图表

  • 😄 增加 TagCloud 组件

  • 😄 增加 List/article 页面布局

  • 🔨 更换首页 Loading 动画 ccdcc5a

  • 🔨 修正 头部栏 向下滚动时,隐藏动画 #155

  • 🔨 修正 登录,注册 页面的 form 升级为官方推荐使用方式

  • 🔨 增加 MockJS 来模拟数据,移除 easy-mock

  • 🔨 同步 设置栏样式

  • 🔨 同步 AdvancedForm 页面 #186 #192

  • 💥 重构 Result 组件 24e036d

  • 🐛 修正 s-table 没分页时,无限循环加载接口