Skip to content

Commit 1d7a6d3

Browse files
committed
chore: release 2.3.1
1 parent d14bd84 commit 1d7a6d3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [2.3.1](https://github.com/nervjs/taro-ui/compare/v2.3.0...v2.3.1) (2020-03-14)
2+
3+
4+
### Bug Fixes
5+
6+
* 修复文档编译 ([8d2d91d](https://github.com/nervjs/taro-ui/commit/8d2d91d6ea57ff5337d662436e80c181c3c644c5))
7+
* 添加 AtActionSheetItem 导出 close [#981](https://github.com/nervjs/taro-ui/issues/981) ([f8938c2](https://github.com/nervjs/taro-ui/commit/f8938c21919f4bc44734c4d68e579700944eb9bd))
8+
* 移动 AtCalendar 的类型声明 close [#968](https://github.com/nervjs/taro-ui/issues/968) ([d14bd84](https://github.com/nervjs/taro-ui/commit/d14bd848194d765651c36cc4190ffdcefb0f665a))
9+
* **range:** 组件位置计算问题 close [#969](https://github.com/nervjs/taro-ui/issues/969) ([#970](https://github.com/nervjs/taro-ui/issues/970)) ([31f3af9](https://github.com/nervjs/taro-ui/commit/31f3af999f8f4ef7170e37078fedc4bb6a6b0fff))
10+
11+
12+
### Features
13+
14+
* 修改 AtTextarea onChange 的方法签名与 AtInput 一致 close [#967](https://github.com/nervjs/taro-ui/issues/967) ([908c1b7](https://github.com/nervjs/taro-ui/commit/908c1b7cc5e712b301ea517b35090b44a5ebfb67))
15+
* **tab-bar:** 增加了 AtTabBar 的 paddingBottom close [#958](https://github.com/nervjs/taro-ui/issues/958) ([#959](https://github.com/nervjs/taro-ui/issues/959)) ([625b886](https://github.com/nervjs/taro-ui/commit/625b88651c156b1971e6ece44892de6b96f06da5))
16+
17+
18+
119
# [2.3.0](https://github.com/nervjs/taro-ui/compare/v2.2.4...v2.3.0) (2020-02-29)
220

321

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taro-ui",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "UI KIT for Taro",
55
"main": "dist/index.js",
66
"main:h5": "dist/h5/index.js",

0 commit comments

Comments
 (0)