Skip to content

Releases: ZhongAnTech/zarm

v2.9.12

30 Nov 12:44
Compare
Choose a tag to compare
  • Bug Fix

    • [SwipeAction] 修复内容超出区域的 bug。#772
    • [Popup] 修复服务端渲染时,进入页面默认开启弹层的情况下报错的 bug。#798
    • [Affix] 修复服务端渲染时报错的 bug。#807
    • [Tabs] 修复 tab 项动态渲染时返回 null 或者 undefined 出错的 bug。#836
    • [Icon] 修复 iconfont 的使用方式在 vite 生产环境下报错的 bug。#834
    • [Progress] 修复当 percent 属性为 null 时进度展示有误的 bug。#839
  • Perf

    • [Popper] 优化内部使用的 Array.prototype.includes 不兼容的方法。#5344d0b

v2.9.9

28 Sep 07:50
Compare
Choose a tag to compare
  • Bug Fix

    • [Popup] 修复当 mountContainer 为 false 时,丢失容器 div 的 bug。#769

v2.9.8

13 Sep 02:50
Compare
Choose a tag to compare
  • Bug Fix

    • [Pull] 修复当 window 作为滚动容器时,触发事件的临界点判断错误的 bug。#760

v2.9.6

30 Jul 12:23
Compare
Choose a tag to compare
  • Bug Fix

    • [Calendar] 修复日历组件不支持国际化的 bug。#738

v2.9.5

29 Jul 03:27
Compare
Choose a tag to compare
  • Bug Fix

    • 修复 Loading 和 Toast 静态方法使用后实例未销毁的 bug。#710
    • [Pull] 修复因滚动容器变更导致原有容器事件监听未解除的 bug。#734

v2.9.4

08 Jul 12:09
Compare
Choose a tag to compare
  • Bug Fix

    • [Collapse] 修复同时设置 activeKey 和 defaultActiveKey 属性属性导致的 bug。#698

    • [Modal] 修复 Modal 静态方法 Modal.confirmModal.alert 使用后实例未销毁的 bug。#710

  • Perf

    • [Button] 优化按钮点击 300ms 延时。#701

v2.9.3

29 Jun 03:31
Compare
Choose a tag to compare
  • Bug Fix

    • [Button] 修复 primary 主题下 loading 状态活动指示器不可见的 bug。#692

v2.9.1

01 Jun 06:48
Compare
Choose a tag to compare
  • Bug Fix

    • [Input] 修复包含虚拟键盘的 Input 无法在外部获取焦点的 bug。#638
    • [Picker] 修复因低版本 better-scroll 引起的快速点确定按钮无法正确取值的问题。#649
  • Perf

    • 增加 @babel/runtime 依赖,以满足在 vite 中使用的场景。#636
    • [Carousel] 优化滑动后出现闪烁的问题。#647 #648 [@jianhuagao]

v2.9.0

13 May 08:48
Compare
Choose a tag to compare
  • Bug Fix

    • [ImagePreview] 修复组件异步获取数据报错的 bug。#613
    • [DatePickerView] 修复当 mode="date" 展示错误的 bug。#624
    • [ConfigProvider] 修复服务端渲染时报的 document is not defined 的 bug。#631
  • Perf

    • [ImagePreview] 异步获取数据时增加 loading 用于等待图片加载。#615
    • [Message] 优化消息组件可点区域的鼠标显示状态。#445a935
  • Feature

v2.8.2

16 Apr 12:36
Compare
Choose a tag to compare
  • Bug Fix

    • [Affix] 修复部分浏览器无法获取节点报错的 bug。#605
    • [SwipeAction] 修复点击按钮后没有自动关闭的 bug。#6133a8c
    • [DateSelect] 修复在 PC 端部分浏览器报错的 bug。#608
    • [StackPicker] 修复受控组件下内部设置了 visible 的状态导致的 bug。#609
  • Perf

    • [Affix] 优化节流参数,让滚动过程更加流畅。#fa29e5f
    • 优化部分组件 Passive Event Listeners 引起的浏览器控制台报错。#606 #9104d57 [@leonwgc]