Skip to content

Commit a5a0766

Browse files
committed
ci: release 1.6.2
1 parent 38274e4 commit a5a0766

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44
> [中文迭代文档](https://github.com/Jacksgong/JKeyboardPanelSwitch/blob/master/CHANGELOG_zh.md)
55
6-
### Version 1.6.0 (2018-01-12)
6+
### Version 1.6.2 (2018-10-09)
7+
8+
- Feat: carry back the clicked view to the SwitchClickListener closes #87
9+
10+
### Version 1.6.1 (2018-01-12)
711

812
- Fix(crash): Cover the case of user-root-view not ready on global-changed callback, refs: http://crashes.to/s/00beea75992
913

CHANGELOG_zh.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33

44
> [Change log in english](https://github.com/Jacksgong/JKeyboardPanelSwitch/blob/master/CHANGELOG.md)
55
6-
### Version 1.6.0 (2016-08-11)
6+
### Version 1.6.2 (2018-10-09)
7+
8+
- 需求: 在`SwitchClickListener`的点击事件返回被点击的`View`。 closes #87
9+
10+
### Version 1.6.1 (2016-08-11)
711

812
- 修复(crash): 覆盖在 `GlobalLayoutChanged`回调中用户层级父view还没有ready的情况。 refs: http://crashes.to/s/00beea75992
913

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.6.2-SNAPSHOT
1+
VERSION_NAME=1.6.2
22
BUILD_TOOLS_VERSION=27.0.3
33
COMPILE_SDK_VERSION=27
44

0 commit comments

Comments
 (0)