Skip to content

Commit

Permalink
build: build 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeLin committed May 18, 2020
1 parent e3bb8d1 commit 42cb4fe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,18 @@
# 版本更新日志

## v2.3.0
- Bug Fix
- [BackToTop] 修复点击返回顶部时触发的 `onScroll` 事件,在安卓低版本不兼容的问题。[#455](https://github.com/ZhongAnTech/zarm/pull/455)
- [Input] 修复Input值为undefined时的异常显示,以及成为受控组件时的bug。[#459](https://github.com/ZhongAnTech/zarm/pull/459)
- [Input] 修复Input作为受控组件时出现异常的bug。[#459](https://github.com/ZhongAnTech/zarm/pull/459)

- Break Change
- [ActionSheet, Alert, Confirm, Popup, Pciker, Select, DatePicker, DateSelect, KeyboardPicker, Loading, Modal, Toast] 修复包含挂载容器的组件,设置自定义className属性时挂载位置不正确的bug,修改为统一挂载外层容器中。[#456](https://github.com/ZhongAnTech/zarm/pull/456)

- Perf
- 优化es模块打包编译。[#e3e451a](https://github.com/ZhongAnTech/zarm/commit/e3e451a861e7f7587433c490d865e2a3e4d820cd)


## v2.2.0
- Feature
- [Input] 多行文本设置高度自适应时,删除内容支持自动缩小高度。[#445](https://github.com/ZhongAnTech/zarm/pull/445)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "zarm",
"version": "2.3.0-alpha.2",
"version": "2.3.0",
"description": "基于 React 的移动端UI库",
"tags": [
"zarm",
Expand Down

0 comments on commit 42cb4fe

Please sign in to comment.