Skip to content

Releases: arco-design/arco-design-vue

2.38.0-beta.2

21 Oct 12:09
Compare
Choose a tag to compare

2022-10-21

🐛 BugFix

  • date-picker: Fix the problem of disabled style error under safari (#1770)
  • trigger: Fix the problem of wrong arrow positioning in windows (#1480)
  • modal: Fixed the problem that the unloading of incoming subcomponents would not be triggered under the function call

💎 Enhancement

  • cascader: When the submenus are all disabled when optimizing multi-selection, the parent prohibits the selection (#1771)
  • progress: Optimize the display logic of split points (#1755)
  • pagination: Optimize number processing when entering page numbers (#1750)

2022-10-21

🐛 问题修复

  • date-picker: 修复在 safari 下 disabled 样式错误的问题 (#1770)
  • trigger: 修复在 windows 中 arrow 定位错误的问题 (#1480)
  • modal: 修复函数式调用下,传入子组件不会触发卸载的问题

💎 功能优化

  • cascader: 优化多选时的子菜单全部禁用时,父级禁止选择 (#1771)
  • progress: 优化分割点的展示逻辑 (#1755)
  • pagination: 优化输入页码时的数字处理 (#1750)

2.38.0-beta.1

14 Oct 13:07
Compare
Choose a tag to compare

2022-10-14

🆕 Feature

  • The table, select, and list components have added the scrollbar attribute to support switching virtual scroll bars (#1747)
  • notification: notification and notification listspace style adjustment (#1676)
  • notification: showIcon not working (#1676)
  • notification: support custom close icon & close element (#1676)
  • notification: support custom style (#1676)
  • notification: temove the notification corresponding to id (#1676)
  • notification: demo (#1676)
  • descriptions: The layout-fixed of the table style in the description. The width will be evenly distributed when it's set to fixed. (#1670)

🐛 BugFix

  • transfer: Fix can't scroll problem (#1723)
  • spin: Fix the problem that size is invalid (#1717)

💎 Enhancement

  • select: Increase the cache of selected items, and optimize the label display problem during remote search (#1731)
  • modal: Functional calls can set the renderToBody parameter (#1682)

💅 Style

  • table: Fixed the problem that summary row height was compressed when both summary row and scroll were enabled in the table (#1733)

🆎 TypeScript

  • collapse: Fix key attribute definition of collapse-item to allow number (#1743)

2022-10-14

🆕 新增功能

  • table、select、list 组件增加 scrollbar 属性,支持开关虚拟滚动条 (#1747)
  • notification: 提示框和提示框列表间隔样式调整 (#1676)
  • notification: showIcon 属性无效 (#1676)
  • notification: 支持自定义关闭按钮和元素 (#1676)
  • notification: 支持自定义样式 (#1676)
  • notification: 删除对应 id 的提示框 (#1676)
  • notification: 使用案例 (#1676)
  • descriptions: 描述中表格样式的 layout-fixed,当设置成 fixed 时,宽度会均分 (#1670)

🐛 问题修复

  • transfer: 修复无法滚动问题 (#1723)
  • spin: 修复 size 在失效的问题 (#1717)

💎 功能优化

  • select: 增加已选择项的缓存,优化在远程搜索时的 label 显示问题 (#1731)
  • modal: 函数式调用可以设置 renderToBody 参数 (#1682)

💅 样式更新

  • table: 修复表格同时开启总结行和滚动时,总结行高度被压缩的问题 (#1733)

🆎 类型修正

  • collapse: 修复 collapse-item 的 key 属性定义,允许 number (#1743)

2.37.4

30 Sep 09:19
Compare
Choose a tag to compare

2022-09-30

🐛 BugFix

  • table: Fix default sorter&filters not working under template usage (#1707)
  • fix popup stack (#1659)

💎 Enhancement

  • button: Use the flex layout method to solve the centering problem when the icon size is inconsistent (#1702)
  • link: Use the flex layout method to solve the centering problem when the icon size is inconsistent (#1702)
  • modal: fix modal close problem (#1696)
  • drawer: fix drawer close problem (#1696)

💅 Style

  • tabs: Fix the problem that the content of the label under the card type is not centered (#1704)
  • select: Fix the problem that the custom label color is displayed incorrectly (#1703)
  • collapse: adjust the padding of collapse-item-content when expand-icon is on the right (#1680)

2022-09-30

🐛 问题修复

  • table: 修复 default sorter&filters 在模板用法下失效的问题 (#1707)
  • 修复弹出层叠顺序 (#1659)

💎 功能优化

  • button: 使用 flex 布局方式,解决 icon 大小不一致时的居中问题 (#1702)
  • link: 使用 flex 布局方式,解决 icon 大小不一致时的居中问题 (#1702)
  • modal: 修复对话框关闭的问题 (#1696)
  • drawer: 修复抽屉关闭的问题 (#1696)

💅 样式更新

  • tabs: 修复 card 类型下标签内容没有居中的问题 (#1704)
  • select: 修复自定义标签颜色显示错误的问题 (#1703)
  • collapse: 当expand-icon在右侧时,调整collapse-item-content的padding (#1680)

2.37.3

23 Sep 11:30
Compare
Choose a tag to compare

2022-09-23

🐛 BugFix

  • table: Fix the problem that the tooltip does not display after the content changes (#1662)

💎 Enhancement

  • empty: Optimize the custom display priority, the image slot is higher than the global empty slot (#1673)
  • input: It is no longer possible to input content from the middle when optimizing the max limit (#1672)
  • image: do not display toolbar when actions layout is empty (#1668)
  • overflow-list: overflow quantity changes event (#1287)

🆎 TypeScript

  • table: fix TableRowSelection type definition (#1667)
  • icon: Add Icon related type declaration (#1619)

2022-09-23

🐛 问题修复

  • table: 修复内容变化后tooltip不显示的问题 (#1662)

💎 功能优化

  • empty: 优化自定义显示优先级,image 插槽高于全局 empty 插槽 (#1673)
  • input: 优化最大限制时不再可以从中间输入内容 (#1672)
  • image: actionsLayout为空时不显示操作栏 (#1668)
  • overflow-list: 溢出数量改变事件 (#1287)

🆎 类型修正

  • table: 修复 TableRowSelection 类型声明 (#1667)
  • icon: 增加 Icon 相关类型声明 (#1619)

2.37.2

21 Sep 11:26
Compare
Choose a tag to compare

2022-09-21

🐛 BugFix

  • list: Fix loading more scrollbar heights in use (#1658)
  • Fix the problem that the component with built-in virtual scrollbar loses its style when it is loaded on demand (#1655)
  • scrollbar: Fix styling issues in Firefox (#1655)
  • table: Fixed the virtual scroll bar style error caused by maxHeight in the scroll property (#1655)
  • select: Fixed the problem that the drop-down menu did not follow the scrolling in keyboard interaction (#1655)
  • select: Fix the problem of error reporting in some cases of built-in virtual scroll bar (#1655)

💎 Enhancement

  • The return value of the component's onBeforeOk property Promise<void> and the done() method default behavior adjusted to success (#1650)

2022-09-21

🐛 问题修复

  • list: 修复加载更多使用中滚动条高度的问题 (#1658)
  • 修复内置虚拟滚动条的组件按需加载时丢失样式的问题 (#1655)
  • scrollbar: 修复在 Firefox 下的样式问题 (#1655)
  • table: 修复 scroll 属性中 maxHeight 导致虚拟滚动条样式错误问题 (#1655)
  • select: 修复键盘交互中下拉菜单没有跟随滚动的问题 (#1655)
  • select: 修复内置虚拟滚动条部分情况下报错的问题 (#1655)

💎 功能优化

  • 组件 onBeforeOk 属性的返回值 Promise<void>done()方法默认行为调整为成功 (#1650)

2.37.1

16 Sep 12:26
Compare
Choose a tag to compare

2022-09-16

🆕 Feature

  • overflow-list: Added OverflowList component (#1634)
  • scrollbar: Add virtual scrollbar component (#1634)
  • scrollbar: Table, select, list components replace virtual scroll bars (#1634)

2022-09-16

🆕 新增功能

  • overflow-list: 新增 OverflowList 组件 (#1634)
  • scrollbar: 增加虚拟滚动条组件 (#1634)
  • scrollbar: table、select、list、cascader、dropdown 组件替换虚拟滚动条 (#1634)

2.37.0

16 Sep 11:52
Compare
Choose a tag to compare

2022-09-16

🆕 Feature

  • typography: Omit mode adds support for CSS mode (experimental) (#1635)
  • switch: support beforeChange intercept change event (#1626)
  • link: add loading prop (#1616)

💎 Enhancement

  • list: support responsive grid props (#1625)

2022-09-16

🆕 新增功能

  • typography: 省略模式增加支持 CSS 方式(实验性) (#1635)
  • switch: 支持 beforeChange 切换事件拦截 (#1626)
  • link: 添加加载中状态属性 (#1616)

💎 功能优化

  • list: 支持响应式网格布局参数 (#1625)

2.36.1

09 Sep 10:43
Compare
Choose a tag to compare

2022-09-09

🐛 BugFix

  • select: Fix option slot parameter problem (#1607)

💎 Enhancement

  • modal: The on-before-ok property supports function returning a Promise (#1623)
  • drawer: The on-before-ok property supports function returning a Promise (#1623)
  • popconfirm: The on-before-ok property supports function returning a Promise (#1623)
  • dropdown: Don't fire click event when option is disabled (#1611)

🆎 TypeScript

  • Added virtual-list interface and usage instructions (#1614)

2022-09-09

🐛 问题修复

  • select: 修复 option 插槽参数错误的问题 (#1607)

💎 功能优化

  • modal: on-before-ok 属性支持函数返回 Promise (#1623)
  • drawer: on-before-ok 属性支持函数返回 Promise (#1623)
  • popconfirm: on-before-ok 属性支持函数返回 Promise (#1623)
  • dropdown: 选项禁用时不触发单击事件 (#1611)

🆎 类型修正

  • 增加 virtual-list 接口和使用说明 (#1614)

2.36.0

02 Sep 10:28
Compare
Choose a tag to compare

2022-09-02

🆕 Feature

  • image: hideFooter adds a new parameter to support the display of footer in an error state (#1595)
  • breadcrumb: Add customUrl property (#1594)
  • table: Add custom class name related prop (#1580)
  • Add zh-TW support (#1551)
  • Add pt-PT support (#1551)
  • alert: suport custom close element (#1544)
  • checkbox: Add max prop, support setting the maximum number of items that can be checked (#1540)
  • image: Add fit prop (#1534)
  • breadcrumb: suport separator prop (#1500)
  • breadcrumb: suport routes prop (#1500)
  • breadcrumb: suport more-icon slot (#1500)
  • breadcrumb: suport droplist prop and slot (#1500)
  • page-header: support custom back icon (#1499)

💎 Enhancement

  • table: type of extension key (#1580)
  • input: Modify password input box icon (#1436)

🆎 TypeScript

  • Added export of types in dropdown and breadcrumb components (#1594)
  • layout: Add ts type export (#1571)

2022-09-02

🆕 新增功能

  • image: hideFooter 增加新参数,支持错误状态下展示 footer (#1595)
  • breadcrumb: 增加 customUrl 属性 (#1594)
  • table: 新增自定义类名相关属性 (#1580)
  • 增加繁体中文(台湾)支持 (#1551)
  • 增加葡萄牙语(葡萄牙)支持 (#1551)
  • alert: 支持自定义关闭元素 (#1544)
  • checkbox: 新增 max 属性,支持设置最多可被勾选的项目数 (#1540)
  • image: 增加 fit 属性 (#1534)
  • breadcrumb: 支持 separator 属性 (#1500)
  • breadcrumb: 支持 routes 属性 (#1500)
  • breadcrumb: 支持 more-icon 插槽 (#1500)
  • breadcrumb: breadcrumb-item 支持 droplist 属性和插槽 (#1500)
  • page-header: 支持自定义返回按钮 (#1499)

💎 功能优化

  • table: 扩展 key 的类型 (#1580)
  • input: 修改密码输入框图标 (#1436)

🆎 类型修正

  • 增加 dropdown 和 breadcrumb 组件中类型的导出 (#1594)
  • layout: 增加 ts 类型导出 (#1571)

2.35.3

01 Sep 07:38
Compare
Choose a tag to compare

2022-08-31

🐛 BugFix

  • Fixed the problem that the new properties of the icon class component did not take effect

2022-08-31

🐛 问题修复

  • 修复 icon 类组件新属性未生效的问题