Skip to content

Commit

Permalink
release(0.9.6): release 0.9.6 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisherspy authored Oct 24, 2018
1 parent 18e42df commit 5083e29
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="0.9.6"></a>
## [0.9.6](https://github.com/fisherspy/ng-zorro-antd-mobile/compare/0.9.5...0.9.6) (2018-10-24)


### Bug Fixes

* **carousel:** add stopPropagation when touch action is triggered ([#61](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/61)) ([c44ba59](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/c44ba59))
* **carousel:** fix carouselslide no width when vertical:false ([#67](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/67)) ([8dd703f](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/8dd703f))
* **carousel:** fix mousemove action when carousel only has two carouselslide ([#56](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/56)) ([bc02951](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/bc02951))
* **icon:** fix icon line-height([#46](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/46)) ([#47](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/47)) ([28d76f2](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/28d76f2))
* **pulltorefresh:** fix drag up touch bug ([#51](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/51)) ([8b905cc](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/8b905cc))
* **textarea:** fixed textarea-item test case error ([#50](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/50)) ([f2bbdfb](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/f2bbdfb))
* **showcase:** replace dingtalk qrcode ([#74](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/74)) ([b4e7483](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/b4e7483))


<a name="0.9.5"></a>
## [0.9.5](https://github.com/fisherspy/ng-zorro-antd-mobile/compare/0.9.4...0.9.5) (2018-10-15)

Expand Down
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-zorro-antd-mobile",
"version": "0.9.5",
"version": "0.9.6",
"description": "An enterprise-class mobile UI components based on Ant Design and Angular",
"schematics": "./schematics/collection.json",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ timeline: true
- Monthly release: minor version at the end of every month for new features.
- Major version release is not included in this schedule for breadking change and new features.

## 0.9.6 (2018-10-24)

### Bug Fixes
* **carousel:** add stopPropagation when touch action is triggered ([#61](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/61)) ([c44ba59](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/c44ba59))
* **carousel:** fix carouselslide no width when vertical:false ([#67](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/67)) ([8dd703f](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/8dd703f))
* **carousel:** fix mousemove action when carousel only has two carouselslide ([#56](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/56)) ([bc02951](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/bc02951))
* **icon:** fix icon line-height([#46](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/46)) ([#47](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/47)) ([28d76f2](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/28d76f2))
* **pulltorefresh:** fix drag up touch bug ([#51](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/51)) ([8b905cc](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/8b905cc))
* **textarea:** fixed textarea-item test case error ([#50](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/50)) ([f2bbdfb](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/f2bbdfb))
* **showcase:** replace dingtalk qrcode ([#74](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/74)) ([b4e7483](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/b4e7483))

---
## 0.9.5 (2018-10-15)

Expand Down
12 changes: 12 additions & 0 deletions docs/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ timeline: true
- 次版本号:每月发布一个带有新特性的向下兼容的版本。
- 主版本号:含有破坏性更新和新特性,不在发布周期内。


## 0.9.6 (2018-10-24)

### Bug Fixes
* **carousel:** 触摸响应时禁止冒泡传递([#61](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/61)) ([c44ba59](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/c44ba59))
* **carousel:** 当vertical:false时修复走马灯无宽度问题([#67](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/67)) ([8dd703f](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/8dd703f))
* **carousel:** 只有2页幻灯片时修复 mousemove 问题 ([#56](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/56)) ([bc02951](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/bc02951))
* **icon:** 修复 icon 的 line-height ([#46](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/46)) ([#47](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/47)) ([28d76f2](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/28d76f2))
* **pulltorefresh:** 修复 drag up touch 问题 ([#51](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/51)) ([8b905cc](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/8b905cc))
* **textarea:** 修复 textarea-item test case 错误 ([#50](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/50)) ([f2bbdfb](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/f2bbdfb))
* **showcase:** 替换正确的钉钉QR码 ([#74](https://github.com/fisherspy/ng-zorro-antd-mobile/issues/74)) ([b4e7483](https://github.com/fisherspy/ng-zorro-antd-mobile/commit/b4e7483))

---
## 0.9.5 (2018-10-15)

Expand Down

0 comments on commit 5083e29

Please sign in to comment.