Skip to content

Releases: arco-design/arco-design-vue

2.44.5

28 Mar 03:05
Compare
Choose a tag to compare

2.44.4

24 Mar 12:35
Compare
Choose a tag to compare

2.44.3

24 Mar 11:26
Compare
Choose a tag to compare

2023-03-24

🐛 BugFix

  • date-picker: Fix bugs with year range selector (#2270)
  • The component package adds the exports flag to solve the problem of parsing to CommonJS under nuxt3 (#2270)
  • select: fix blank dropdown caused by dynamic slot options (#2265)
  • select: Automatic creation of empty string entries is not allowed. Dropdown option with empty string, set value to undefined when empty (#2257)

🆎 TypeScript

  • update the buttonProps types of some components (#2266)

2023-03-24

🐛 问题修复

  • date-picker: 修复年份范围选择器存在的问题 (#2270)
  • 组件包增加 exports 标识,解决 nuxt3 下解析为 CommonJS 的问题 (#2270)
  • select: 修复动态 slot options 导致 dropdown 为空的问题 (#2265)
  • select: 不允许自动创建空字符串条目。含有空字符串的下拉选项,清空时将值设置为 undefined (#2257)

🆎 类型修正

  • 更新一些组件的的buttonProps类型 (#2266)

2.44.2

17 Mar 12:00
Compare
Choose a tag to compare

2023-03-17

🐛 BugFix

  • form: Fix the problem that the array format is not supported in the field attribute (#2242)
  • slider: Fix the problem of model-value binding error in range mode (#2241)
  • tree: adjust the emit order of select and update:selectedKeys, check and update:checkedKeys (#2228)
  • divider: Fix the problem that the dividing line is displayed incorrectly (#2205)
  • list: list supports backend data pagination (#2199)
  • select: drop-down option value supports empty string (#2190)
  • input: fix issue with content modification at maximum value using non-input method (#2188)

💎 Enhancement

  • form: Add Chinese inspection information (#2240)
  • Added Vietnamese (vi-VN) languages (#2219)
  • Added Khmer(Cambodia) (km-KH) languages (#2219)

💅 Style

  • calendar: fix some style problems (#2239)

🆎 TypeScript

  • upload: beforeUpload allows to return a boolean value (#2204)
  • Fix virtual list ts definition problem (#2168)

2023-03-17

🐛 问题修复

  • form: 修复 field 属性中对数组格式不支持的问题 (#2242)
  • slider: 修复在 range 模式下 model-value 绑定错误的问题 (#2241)
  • tree: 调整 select 和 update:selectedKeys, check 和 update:checkedKeys 的触发顺序 (#2228)
  • divider: 修复分割线展示错误的问题 (#2205)
  • list: 列表支持后端数据分页 (#2199)
  • select: 下拉选项值支持空字符串 (#2190)
  • input: 修复达到最大值后非输入法状态下无法修改内容问题 (#2188)

💎 功能优化

  • form: 增加中文检验信息 (#2240)
  • 新增越南语vi-VN (#2219)
  • 新增高棉语(柬埔寨) km-KH (#2219)

💅 样式更新

  • calendar: 修复一些样式问题 (#2239)

🆎 类型修正

  • upload: 允许beforeUpload返回布尔值 (#2204)
  • 修正虚拟列表 ts 定义问题 (#2168)

2.44.1

17 Mar 06:50
Compare
Choose a tag to compare

2023-03-10

🐛 BugFix

  • calendar: fix the wrong import path problem

2023-03-10

🐛 问题修复

  • calendar: 修复内部 import 路径问题

2.44.0

17 Mar 06:50
Compare
Choose a tag to compare

2023-03-10

🆕 Feature

  • calendar: New calendar component (#2217)

2023-03-10

🆕 新增功能

  • calendar: 新增日历组件 (#2217)

2.43.2

24 Feb 11:23
a9a1b58
Compare
Choose a tag to compare

2023-02-24

🐛 BugFix

  • input-number: fix display step button in disabled state (#2169)
  • form: Fix invalidation of validateStatus of FormItem (#2158)
  • checkbox: Fixed checkbox retaining hover style when deselected (#2124)

💎 Enhancement

  • modal: add update method of function call (#2155)
  • drawer: add update method of function call (#2155)

2023-02-24

🐛 问题修复

  • input-number: 修复禁用状态下显示步长按钮 (#2169)
  • form: 修复 FormItem 的 validateStatus 失效问题 (#2158)
  • checkbox: 修复复选框在取消选择时会保留悬停样式的问题 (#2124)

💎 功能优化

  • modal: 添加函数调用的更新方法 (#2155)
  • drawer: 添加函数调用的更新方法 (#2155)

2.43.0

10 Feb 11:12
Compare
Choose a tag to compare

2023-02-10

🆕 Feature

  • select: Added defaultActiveFirstOption property (#2107)
  • select: add header slot (#2099)
  • dropdown: add hide-on-select props (#2078)
  • date-picker: Add the disabled-input property to disable keyboard input (#2072)
  • drawer: add before-open and before-close events (#2064)
  • upload: Added file list extra button slot #extra-button (#2060)

🐛 BugFix

  • notification: Fix the problem that the update duration fails (#2106)
  • tabs: Hide the tab indicator when there are no matching tabs (#2105)
  • menu: fix the hotreload problem (#2091)

🆎 TypeScript

  • Update the type of triggerProps for some components (#2090)

2023-02-10

🆕 新增功能

  • select: 新增 defaultActiveFirstOption 属性 (#2107)
  • select: 增加 header 插槽 (#2099)
  • dropdown: 添加hide-on-select属性 (#2078)
  • date-picker: 增加 disabled-input 属性,可以禁用键盘输入 (#2072)
  • drawer: 添加 before-openbefore-close 事件 (#2064)
  • upload: 新增文件列表额外按钮插槽 #extra-button (#2060)

🐛 问题修复

  • notification: 修复更新 duration 失效的问题 (#2106)
  • tabs: 无匹配选项卡时,隐藏选项卡指示器 (#2105)
  • menu: 修复热更新问题 (#2091)

🆎 类型修正

  • 更新部分组件 triggerProps 的类型 (#2090)

2.42.1

03 Feb 10:38
Compare
Choose a tag to compare

2023-02-03

🐛 BugFix

  • scrollbar: fix ts declaration error for emits (#2077)
  • slider: Optimize the automatic repair of invalid input in the digital input box (#1952)
  • input-number: fix step-button is not properly disabled or enabled when min or max is changed (#1777)

2023-02-03

🐛 问题修复

  • scrollbar: 修复emits 的 ts 声明错误 (#2077)
  • slider: 优化数字输入框无效输入时能够自动修复 (#1952)
  • input-number: 修复当最小/最大值改变时进步按钮不能正确禁用或启用的问题 (#1777)

2.41.1

06 Jan 12:00
Compare
Choose a tag to compare

2023-01-06

🐛 BugFix

  • tabs: Fix the problem of scrolling exception under capsule type (#2031)
  • table: Fix the problem that the width error may appear after the browser is zoomed when scroll is turned on (#2028)
  • Fix the problem that ts cannot recognize custom properties (#2027)

💎 Enhancement

  • icon: Optimize the click event of the component, and perform encapsulation and transparent transmission in the component (#2030)

🆎 TypeScript

  • checkbox: Fix missing type for value values (#2029)

2023-01-06

🐛 问题修复

  • tabs: 修复在 capsule 类型下滚动异常的问题 (#2031)
  • table: 修复开启 scroll 时浏览器缩放后可能出现宽度错误的问题 (#2028)
  • 修复 ts 不能识别自定义属性的问题 (#2027)

💎 功能优化

  • icon: 优化组件 click 事件,在组件中进行封装透传 (#2030)

🆎 类型修正

  • checkbox: 修复 value 值缺少类型的问题 (#2029)