Releases: vueComponent/pro-components
Releases · vueComponent/pro-components
3.1.5
3.1.4 - (bad version) DO NOT USE THIS VERSION
2021/11/18
Changelog
- fix(GlobalFooter): copyright prop type check error.
- chore(*): clear console.log
- chore(deps): replacement package tool is
pnpm
3.1.3
3.1.1
3.1.0
2021/10/03
3.1.0 Release
- feat: Support Vue3.2 and Ant Design Vue 2.x
- feat: Add
iconfontUrl
use custom Menu.Item Icon - feat: Add more custom slot render
- fix: FooterToolbar auto margin
- fix: breadcrumb Render
- fix: PageContainer title, sub-title, content slot not HMR
- feat: 支持 Vue3.2 和 Ant Design Vue 2.x
- feat: 支持了
iconfontUrl
属性 用于自定义 Menu Icon - feat: 增加更多的自定义渲染插槽
- fix: FooterToolbar 自动处理 margin 问题
- fix: 修正了breadcrumb 插槽不更新问题
- fix: PageContainer 插槽 title, sub-title, content HMR 失效问题
3.1.0-beta.6
3.1.0-beta.3
2021/08/30
Bugfix
- 修正
menuItemRender
默认值为 false 导致不渲染 slot 问题 - subMenuItemRender 同上
3.1.0-beta.2
2021/08/28
Bugfix
- 修正
collapsedButtonRender
为 flase 和非 props 传值时,无响应问题 - 修正 defaultCollapsedButtonRender 在手机模式时,无响应 click 事件
- 调整所有 xxRender 结尾的自定义渲染方法(props)优先级高于 slot,当 prop Render 设定为 false 时,即使有 slot 也不会渲染
3.1.0-beta.1
2021/08/26
- 增加 menuExtraRender
- 增加 menuFooterRender
- 优化 Sidemenu 展开收起动画
- 兼容 Vue3.2.x,Antdv2.2.x
3.1.0-alpha.10
2021/08/24
Bugfix
- 修正全局自定义 PageHeader 面包屑和路由在 slot 修改后不更新问题
- 修正 mix 模式下,不分割菜单可能导致菜单闪动或者直接消失的问题