Skip to content

Commit

Permalink
release(0.11.9): release 0.11.9 (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisherspy authored Apr 18, 2019
1 parent d5128af commit 6a13e40
Show file tree
Hide file tree
Showing 13 changed files with 75 additions and 10 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [0.11.9](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/compare/0.11.8...0.11.9) (2019-04-18)


### Bug Fixes

* **calendar:** fix calendar concat antd mobile css bug ([#385](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/385)) ([cee534a](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/cee534a))
* **datepickerview:** fix days can't select 31 ([#383](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/383)) ([aac65b6](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/aac65b6))
* **inputitem:** fixed style flash ([#377](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/377)) ([97bf63e](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/97bf63e))
* **picker:** fix style error. ([#387](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/387)) ([d5128af](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/d5128af))
* **carousel:** fix if carousel Out of sight stop carousel play. ([#382](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/382)) ([362245f](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/362245f))


### Features

* **styles:** styles in sync with antd mobile of react ([#376](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/376)) ([0c4b966](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/0c4b966))
* **textarea:** modify warp style ([#379](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/379)) ([bcd5d1f](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/bcd5d1f))


### Performance Improvements

* **site:** use https by default ([#373](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/373)) ([cc693e5](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/cc693e5))



## [0.11.8](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/compare/0.11.7...0.11.8) (2019-04-04)


Expand Down
2 changes: 1 addition & 1 deletion components/core/util/icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Injectable } from '@angular/core';

const svgSprite = contents => `
<svg
xmlns="https://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="https://www.w3.org/1999/xlink"
id="__ANTD_MOBILE_SVG_SPRITE_NODE__"
style="position:absolute;width:0;height:0"
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.11.8",
"version": "0.11.9",
"description": "An enterprise-class mobile UI components based on Ant Design and Angular",
"schematics": "./schematics/collection.json",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion components/steps/demo/basic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ import { Component, OnInit } from '@angular/core';
</div>
<ng-template #customIcon>
<svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 42 42" class="am-icon am-icon-md">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42 42" class="am-icon am-icon-md">
<g fillRule="evenodd" stroke="transparent" strokeWidth="4">
<path d="M21 0C9.402 0 0 9.402 0 21c0 11.6 9.402 21 21 21s21-9.4 21-21C42 9.402 32.598 0 21 0z" />
<path fill="#FFF" d="M29 18.73c0-.55-.447-1-1-1H23.36l4.428-5.05c.407-.46.407-1.208 0-1.668-.407-.46-1.068-.46-1.476 0l-5.21 5.89-5.21-5.89c-.406-.46-1.067-.46-1.475 0-.406.46-.406 1.207 0 1.667l4.43 5.05H14.23c-.55 0-.998.45-.998 1 0 .554.448.97 1 .97h5.9v3.942h-5.9c-.552 0-1 .448-1 1s.448.985 1 .985h5.9v4.896c0 .552.448 1 1 1 .55 0 .968-.284.968-.836v-5.06H28c.553 0 1-.433 1-.985s-.447-1-1-1h-5.9v-3.94H28c.553 0 1-.418 1-.97z" />
Expand Down
2 changes: 1 addition & 1 deletion components/steps/steps.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe('StepsComponent', () => {
</Steps>
<ng-template #customIcon>
<svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 42 42" class="am-icon am-icon-md">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42 42" class="am-icon am-icon-md">
<g fillRule="evenodd" stroke="transparent" strokeWidth="4">
<path d="M21 0C9.402 0 0 9.402 0 21c0 11.6 9.402 21 21 21s21-9.4 21-21C42 9.402 32.598 0 21 0z" />
<path fill="#FFF" d="M29 18.73c0-.55-.447-1-1-1H23.36l4.428-5.05c.407-.46.407-1.208 0-1.668-.407-.46-1.068-.46-1.476 0l-5.21 5.89-5.21-5.89c-.406-.46-1.067-.46-1.475 0-.406.46-.406 1.207 0 1.667l4.43 5.05H14.23c-.55 0-.998.45-.998 1 0 .554.448.97 1 .97h5.9v3.942h-5.9c-.552 0-1 .448-1 1s.448.985 1 .985h5.9v4.896c0 .552.448 1 1 1 .55 0 .968-.284.968-.836v-5.06H28c.553 0 1-.433 1-.985s-.447-1-1-1h-5.9v-3.94H28c.553 0 1-.418 1-.97z" />
Expand Down
21 changes: 21 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,27 @@ 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.11.9 (2019-04-18)

### Bug Fixes

* **calendar:** fix calendar concat antd mobile css bug ([#385](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/385)) ([cee534a](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/cee534a))
* **datepickerview:** fix days can't select 31 ([#383](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/383)) ([aac65b6](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/aac65b6))
* **inputitem:** fixed style flash ([#377](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/377)) ([97bf63e](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/97bf63e))
* **picker:** fix style error. ([#387](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/387)) ([d5128af](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/d5128af))
* **carousel:** fix if carousel Out of sight stop carousel play. ([#382](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/382)) ([362245f](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/362245f))


### Features

* **styles:** styles in sync with antd mobile of react ([#376](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/376)) ([0c4b966](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/0c4b966))
* **textarea:** modify warp style ([#379](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/379)) ([bcd5d1f](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/bcd5d1f))


### Performance Improvements

* **site:** use https by default ([#373](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/373)) ([cc693e5](https://github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/cc693e5))

## 0.11.8 (2019-04-04)

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

## 0.11.9 (2019-04-18)

### Bug Fixes

* **calendar:** 修复样式更新后出现的样式问题 ([#385](//github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/385)) ([cee534a](//github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/cee534a))
* **datepickerview:** 修复日选择无法选中31号的问题 ([#383](//github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/383)) ([aac65b6](//github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/aac65b6))
* **inputitem:** 修复样式更新后出现的样式问题 ([#377](//github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/377)) ([97bf63e](//github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/97bf63e))
* **picker:** 修复样式更新后出现的样式问题 ([#387](//github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/387)) ([d5128af](//github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/d5128af))
* **carousel:** 修复走马灯不在视图内且页面没重新渲染的情况下会停止轮播的问题 ([#382](//github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/382)) ([362245f](//github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/362245f))

### Features

* **styles:** 与React版本进行样式同步 ([#376](//github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/376)) ([0c4b966](//github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/0c4b966))
* **textarea:** 更改样式 ([#379](//github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/379)) ([bcd5d1f](//github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/bcd5d1f))


### Performance Improvements

* **site:** 资源链接默认使用https ([#373](//github.com/NG-ZORRO/ng-zorro-antd-mobile/issues/373)) ([cc693e5](//github.com/NG-ZORRO/ng-zorro-antd-mobile/commit/cc693e5))

## 0.11.8 (2019-04-04)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion scripts/site/_site/src/assets/fonts/Lato/Lato-Regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scripts/site/_site/src/assets/fonts/Raleway/Raleway.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scripts/site/_site/src/assets/fonts/iconfont.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scripts/site/_site/src/assets/img/angular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scripts/site/_site/src/assets/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion scripts/site/_site/src/assets/img/zorro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6a13e40

Please sign in to comment.