From 6a13e40b73014e27bf2530009138b0d3231c60e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=B0=29=29=29=29=E5=BD=A1?= Date: Thu, 18 Apr 2019 14:37:04 +0800 Subject: [PATCH] release(0.11.9): release 0.11.9 (#388) --- CHANGELOG.md | 24 +++++++++++++++++++ components/core/util/icon.ts | 2 +- components/package.json | 2 +- components/steps/demo/basic.ts | 2 +- components/steps/steps.component.spec.ts | 2 +- docs/changelog.en-US.md | 21 ++++++++++++++++ docs/changelog.zh-CN.md | 20 ++++++++++++++++ .../src/assets/fonts/Lato/Lato-Regular.svg | 2 +- .../src/assets/fonts/Raleway/Raleway.svg | 2 +- .../site/_site/src/assets/fonts/iconfont.svg | 2 +- scripts/site/_site/src/assets/img/angular.svg | 2 +- scripts/site/_site/src/assets/img/logo.svg | 2 +- scripts/site/_site/src/assets/img/zorro.svg | 2 +- 13 files changed, 75 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4afa8e8d..39e25158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/components/core/util/icon.ts b/components/core/util/icon.ts index 5b0e3b85..d40fee0d 100755 --- a/components/core/util/icon.ts +++ b/components/core/util/icon.ts @@ -5,7 +5,7 @@ import { Injectable } from '@angular/core'; const svgSprite = contents => ` - + diff --git a/components/steps/steps.component.spec.ts b/components/steps/steps.component.spec.ts index a84c9f29..aab31ae7 100644 --- a/components/steps/steps.component.spec.ts +++ b/components/steps/steps.component.spec.ts @@ -75,7 +75,7 @@ describe('StepsComponent', () => { - + diff --git a/docs/changelog.en-US.md b/docs/changelog.en-US.md index fe9af62d..f6de6c16 100755 --- a/docs/changelog.en-US.md +++ b/docs/changelog.en-US.md @@ -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 diff --git a/docs/changelog.zh-CN.md b/docs/changelog.zh-CN.md index 4e868f8e..d91009b5 100755 --- a/docs/changelog.zh-CN.md +++ b/docs/changelog.zh-CN.md @@ -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 diff --git a/scripts/site/_site/src/assets/fonts/Lato/Lato-Regular.svg b/scripts/site/_site/src/assets/fonts/Lato/Lato-Regular.svg index cc32dda5..8f819dec 100644 --- a/scripts/site/_site/src/assets/fonts/Lato/Lato-Regular.svg +++ b/scripts/site/_site/src/assets/fonts/Lato/Lato-Regular.svg @@ -1,6 +1,6 @@ - + - + - + Created by FontForge 20120731 at Fri Mar 17 19:08:59 2017 By admin diff --git a/scripts/site/_site/src/assets/img/angular.svg b/scripts/site/_site/src/assets/img/angular.svg index c5000ef5..2447a028 100644 --- a/scripts/site/_site/src/assets/img/angular.svg +++ b/scripts/site/_site/src/assets/img/angular.svg @@ -1,6 +1,6 @@ -