Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed Aug 24, 2017
1 parent 62577bf commit ad3b3b0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# 版本更新日志

## v1.0.12
- Bug Fix
- Bug Fix
- 修复`SwipeAction`组件上下滑动时影响了页面scroll滚动的bug。([#69](https://github.com/ZhonganTechENG/zarm/pull/67)
- 修复`Input`组件计算输入字数长度产生性能问题的bug。([f385e48](https://github.com/ZhonganTechENG/zarm/commit/d22c652ef25e63accba306a0d3a58117616a1351))
- 修复`Input`组件showLength为true时初始长度未计算的bug。([c0c5c7f](https://github.com/ZhonganTechENG/zarm/commit/64e3bc308fac9347c9d87e4bc47f843e649f9c19)

## v1.0.11
- Feature
- Feature
- `Checkbox`新增属性id,并调整文字的显示样式。([4149c01](https://github.com/ZhonganTechENG/zarm/commit/b7135ade392d6edfeb70f90b42ee056d0d969dde)
- `Tab`新增canSwipe属性,支持左右滑动切换。`Swipe`新增showPagination属性,用于是否显示圆点分页。([406c0b4](https://github.com/ZhonganTechENG/zarm/commit/168ea1944917211614603f0691b5f79337b8ad17))
- `Message`新增属性icon,用于设置图标。新增hasArrow、onClick属性,用于显示箭头并支持点击事件。新增hasClosable属性,用于关闭消息。
- 新增`NoticeBar`组件。

- Improve && Enhancement
- Improve && Enhancement
- `Swipe`体验优化。循环轮播返回到第一个item时pagination位置更新在动画结束前就执行。([8270305](https://github.com/ZhonganTechENG/zarm/commit/3d8de9671d8d633bd729d4f28ce17d1e1fd4b512)

## v1.0.10
Expand Down

0 comments on commit ad3b3b0

Please sign in to comment.