Skip to content

Commit

Permalink
release(7.6.0): release 7.6.0 (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk authored Jun 2, 2019
1 parent 1a88bfd commit 4371521
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [7.6.0](https://github.com/ng-alain/delon/compare/7.5.0...7.6.0) (2019-06-02)


### Bug Fixes

* **abc:st:** fix trigger area in sub buttons ([#585](https://github.com/ng-alain/delon/issues/585)) ([3f7f9a5](https://github.com/ng-alain/delon/commit/3f7f9a5))
* **cli:** fix lint in windows ([#586](https://github.com/ng-alain/delon/issues/586)) ([1782498](https://github.com/ng-alain/delon/commit/1782498))


### Features

* **abc:st:** add `filteredData` property in component ([#588](https://github.com/ng-alain/delon/issues/588)) ([f74e589](https://github.com/ng-alain/delon/commit/f74e589))
* **abc:st:** add virtual scroll ([#590](https://github.com/ng-alain/delon/issues/590)) ([1a88bfd](https://github.com/ng-alain/delon/commit/1a88bfd))
* **form:date:** add `year` in `mode` property ([#587](https://github.com/ng-alain/delon/issues/587)) ([935b8c2](https://github.com/ng-alain/delon/commit/935b8c2))



# [7.5.0](https://github.com/ng-alain/delon/compare/7.4.0...7.5.0) (2019-05-25)


Expand Down
19 changes: 19 additions & 0 deletions docs/changelog.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@ NG-ALAIN strictly follows [Semantic Versioning 2.0.0](http://semver.org/lang/zh-

---

# [7.6.0](https://github.com/ng-alain/delon/compare/7.5.0...7.6.0) (2019-06-02)

### Scaffold

* refactor code styles config ([#1119](https://github.com/ng-alain/ng-alain/pull/1119))

### Bug Fixes

* **abc:st:** fix trigger area in sub buttons ([#585](https://github.com/ng-alain/delon/issues/585)) ([3f7f9a5](https://github.com/ng-alain/delon/commit/3f7f9a5))
* **cli:** fix lint in windows ([#586](https://github.com/ng-alain/delon/issues/586)) ([1782498](https://github.com/ng-alain/delon/commit/1782498))

### Features

* **abc:st:** add `filteredData` property in component ([#588](https://github.com/ng-alain/delon/issues/588)) ([f74e589](https://github.com/ng-alain/delon/commit/f74e589))
* **abc:st:** add virtual scroll ([#590](https://github.com/ng-alain/delon/issues/590)) ([1a88bfd](https://github.com/ng-alain/delon/commit/1a88bfd))
* **abc:st:** add function type in button `text` property ([#585](https://github.com/ng-alain/delon/issues/585)) ([3f7f9a5](https://github.com/ng-alain/delon/commit/3f7f9a5))
* **form:date:** add `year` in `mode` property ([#587](https://github.com/ng-alain/delon/issues/587)) ([935b8c2](https://github.com/ng-alain/delon/commit/935b8c2))


# [7.5.0](https://github.com/ng-alain/delon/compare/7.4.0...7.5.0) (2019-05-25)

### Scaffold
Expand Down
19 changes: 19 additions & 0 deletions docs/changelog.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@ NG-ALAIN 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/)

---

# [7.6.0](https://github.com/ng-alain/delon/compare/7.5.0...7.6.0) (2019-06-02)

### Scaffold

* 重构代码风格指南配置 ([#1119](https://github.com/ng-alain/ng-alain/pull/1119))

### Bug Fixes

* **abc:st:** 修复子菜单空白区域无法触发事件 ([#585](https://github.com/ng-alain/delon/issues/585)) ([3f7f9a5](https://github.com/ng-alain/delon/commit/3f7f9a5))
* **cli:** 修复 windows 下部分命令行失效 ([#586](https://github.com/ng-alain/delon/issues/586)) ([1782498](https://github.com/ng-alain/delon/commit/1782498))

### Features

* **abc:st:** 新增 `filteredData` 属性用于获取过滤后所有数据 ([#588](https://github.com/ng-alain/delon/issues/588)) ([f74e589](https://github.com/ng-alain/delon/commit/f74e589))
* **abc:st:** 新增虚拟滚动条,用于巨量数据加载 ([#590](https://github.com/ng-alain/delon/issues/590)) ([1a88bfd](https://github.com/ng-alain/delon/commit/1a88bfd))
* **abc:st:** 新增按钮 `text` 属性支持函数 ([#585](https://github.com/ng-alain/delon/issues/585)) ([3f7f9a5](https://github.com/ng-alain/delon/commit/3f7f9a5))
* **form:date:** 新增 `year` 模式 ([#587](https://github.com/ng-alain/delon/issues/587)) ([935b8c2](https://github.com/ng-alain/delon/commit/935b8c2))


# [7.5.0](https://github.com/ng-alain/delon/compare/7.4.0...7.5.0) (2019-05-25)

### Scaffold
Expand Down
2 changes: 2 additions & 0 deletions docs/getting-started.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ You will need [node](http://nodejs.org/) and [git](https://git-scm.com/). The pr
Please make sure global Angular Cli is [7.x](https://github.com/ng-alain/ng-alain/issues/1118) via `ng version` command, please refer to [CLI Command Reference](https://angular.cn/cli) for how to upgrade.

```bash
# Install global @angular/cli
# yarn global add @angular/[email protected]
ng new my-project --style less
cd my-project
ng add ng-alain
Expand Down
2 changes: 2 additions & 0 deletions docs/getting-started.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ NG-ALAIN 是一个企业级中后台前端/设计解决方案脚手架,我们
请先通过 `ng version` 命令确认全局 Angular Cli 版本为 `7.x` (ng-alain目前还不支持Angular8,见 [#1118](https://github.com/ng-alain/ng-alain/issues/1118)),有关如何升级请参考[CLI 命令参考手册](https://angular.cn/cli)

```bash
# Install global @angular/cli
# yarn global add @angular/[email protected]
ng new my-project --style less
cd my-project
ng add ng-alain
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "delon",
"version": "7.5.0",
"version": "7.6.0",
"typings": "index.d.ts",
"description": "Delon is a set of essential modules for NG-ALAIN.",
"keywords": [
Expand Down

0 comments on commit 4371521

Please sign in to comment.