Skip to content

Latest commit

 

History

History
171 lines (67 loc) · 4.93 KB

CHANGELOG.md

File metadata and controls

171 lines (67 loc) · 4.93 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.10.1 (2022-09-16)

Features

  • 新增 debounce、throttle 工具方法 (6d5dae5)

Bug Fixes

  • 修复 Table 组件一处渲染问题 (a5530bc)

0.10.0 (2019-08-25)

BREAKING CHANGES

  • Tabbar 组件原 color 属性现修改为 inactive-color

  • 修改 Tabbar 组件一处 prop (9fe1f37)

Features

  • 新增 prefixInteger 工具方法 (4f4e6c4)

0.9.0 (2019-06-09)

Bug Fixes

  • 修复 Sticky 组件一处兼容性问题 (ce32409)

Features

  • Button 组件新增自定义颜色功能,优化部分样式 (eb00c63)
  • 新增 Table 组件 (be9c353)

0.8.0 (2019-06-06)

Bug Fixes

  • 修复 Tabs 组件 name (cd50b88)
  • 修复 Tabs 组件在 window resize 时指示条样式错乱问题 (c528e48)

Features

  • Modal、Toast 不全局引入也能调用了 (e711710)
  • 文档 demo 新增扫码预览功能 (ea8f27c)
  • 新增 Tabs 组件 (7b35893)

BREAKING CHANGES

  • i-tab -> i-tabs

0.7.0 (2019-06-05)

Features

  • Modal、Toast 不全局引入也能调用了 (e711710)
  • 文档 demo 新增扫码预览功能 (ea8f27c)
  • 新增 Tabs 组件 (7b35893)

0.6.0 (2019-05-28)

Features

  • Button 组件新增 plain、dashed、circle 属性,调整默认按钮样式 (40a88ba)

0.5.0 (2019-05-28)

Bug Fixes

  • 修复 Toast 样式显示问题 (360b20d)

Features

  • Button 组件 type 属性新增几个值,修改 Button 组件 loading 样式 (f040a56)

0.4.2 (2019-05-27)

Bug Fixes

  • 修复 Field、Toast、Modal 引入时报错问题 (75f39af)

0.4.1 (2019-05-27)

Bug Fixes

0.4.0 (2019-05-27)

Features

  • 新增修改主题功能 (d8c43c1)

0.3.0 (2019-05-24)

Features

  • 新增 Actionsheet 组件 (328123f)

0.2.5 (2019-05-21)

Bug Fixes

  • 修复 npm 发布 bug,不影响代码 (759dfab)

0.2.3 (2019-05-20)

Bug Fixes

0.2.2 (2019-05-20)

Bug Fixes

  • 修复某些组件中 icon 不显示问题 (69b7373)

0.2.0 (2019-05-16)

Features

  • 完善 Toast 组件和 Field 组件,新增 Popup 组件 (a55db1c)
  • 新增 Modal 组件 (3349437)