Skip to content

ChangeLog 2.4.0

杨奕 edited this page May 27, 2018 · 8 revisions

新特性

  • 综合
    • 使用原生 webpack 作为构建和打包工具,#11216
  • Autocomplete
    • 新增 hide-loading 属性,#11260
  • Button
    • 现在圆形按钮也支持通过 size 属性改变其尺寸了,#11275

修复

  • Input
    • 修复使用中文输入法快速输入文字时会导致视图重新渲染的问题,#11235(by @STLighter)
  • Popover
    • 修复当触发元素为 Radio 或 Checkbox 时控制台报错的问题,#11265
  • Breadcrumb
    • 修复 to 属性不支持动态更新的问题,#11286
  • Upload
    • 修复在 beforeUpload 方法返回的 Promise 中 resolve 一个 File 时控制台报错的问题,#11297(by @qusiba)
  • Tooltip
    • 修复内容为空时箭头错位的问题,#11335

New features

  • General
    • Dev tool and bundler is switched to native webpack, #11216
  • Autocomplete
    • Added hide-loading attribute, #11260
  • Button
    • Now you can use the size attribute on circle buttons to control their sizes, #11275

Bug fixes

  • Input
    • Fixed an issue that causes a re-render when using the Chinese IME to quickly input text, #11235 (by @STLighter)
  • Popover
    • Fixed the console error when the triggering element is Radio or Checkbox, #11265
  • Breadcrumb
    • Fixed the to attribute not supporting dynamic update, #11286
  • Upload
    • Fixed the console error when a File is resolved in the returned Promise of the beforeUpload method, #11297 (by @qusiba)
  • Tooltip
    • Fixed arrow not positioned correctly when content is empty, #11335
Clone this wiki locally