Skip to content

Commit

Permalink
releases: 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Feb 27, 2018
1 parent 6944339 commit 8575496
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 10 deletions.
17 changes: 17 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ title:
type: Other
---

### 0.6.7

`2018-2-27`

- 脚手架
- 新增 [nz-schema-form](https://github.com/cipchk/nz-schema-form) 导入,([af77281](https://github.com/cipchk/ng-alain/commit/af77281))
- 新增 package-lock.json 文件,更健壮构建环境,[#298](https://github.com/cipchk/ng-alain/issues/298)
- 修复 acl 粒度控制时变更权限时无法生效问题,以及更友好的支持懒模块,[#291](https://github.com/cipchk/ng-alain/issues/291),([a8c07fc](https://github.com/cipchk/ng-alain/commit/a8c07fc))
- 修复 toggleCollapsedSideabar 方法名更改为 toggleCollapsedSidebar,[#248](https://github.com/cipchk/ng-alain/pull/248) [@dusdong](https://github.com/dusdong)
- @delon/abc
- 修复 `pie` 百分比显示问题,[#288](https://github.com/cipchk/ng-alain/issues/288)
- 修复 `pro-header` 当无任何面包屑数据时不显示该组件
- 新增 `yuan` 支持小数点,[#38](https://github.com/cipchk/delon/pull/38)
- @delon/cli
- 新增 [nz-schema-form](https://github.com/cipchk/nz-schema-form) 导入
- 新增 page 命令

### 0.6.6

`2018-2-2`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "delon",
"version": "0.6.6",
"version_laster": "0.6.6",
"version": "0.6.7",
"version_laster": "0.6.7",
"version_next": "0.6.0-rc.3",
"typings": "index.d.ts",
"description": "Delon is a set of essential modules for ng-alain.",
Expand Down
2 changes: 1 addition & 1 deletion scaffold
2 changes: 1 addition & 1 deletion src/core/abc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delon/abc",
"version": "0.6.6",
"version": "0.6.7",
"description": "@delon/abc",
"main": "./bundles/abc.umd.js",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core/acl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delon/acl",
"version": "0.6.6",
"version": "0.6.7",
"description": "@delon/acl",
"main": "./bundles/acl.umd.js",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delon/auth",
"version": "0.6.6",
"version": "0.6.7",
"description": "@delon/auth",
"main": "./bundles/auth.umd.js",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delon/cache",
"version": "0.6.6",
"version": "0.6.7",
"description": "@delon/cache",
"main": "./bundles/cache.umd.js",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delon/cli",
"version": "0.6.6",
"version": "0.6.7",
"description": "Schematics for ng-alain",
"main": "./bundles/cli.umd.js",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core/mock/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delon/mock",
"version": "0.6.6",
"version": "0.6.7",
"description": "@delon/mock",
"main": "./bundles/mock.umd.js",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@delon/theme",
"version": "0.6.6",
"version": "0.6.7",
"description": "@delon/theme",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
Expand Down

0 comments on commit 8575496

Please sign in to comment.