Skip to content

Commit

Permalink
releases: 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jan 24, 2018
1 parent 7e8c3cd commit a303b54
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 9 deletions.
13 changes: 13 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ title:
type: Other
---

### 0.6.5

`2018-1-24`

- 脚手架
- 修复切换语言时无同步更改标题问题,[#28](https://github.com/cipchk/delon/issues/28) ([80b0fce](https://github.com/cipchk/ng-alain/commit/80b0fce))
- @delon/abc
- 新增 `simple-table` 方法 `reset()`,用于[重置](http://ng-alain.com/components/simple-table#components-simple-table-form)表单
- 新增 `sidebar-nav` 小于 `992` 以下切换路由时自动关闭侧边栏
- 新增 `pro-header` 配置项,例如自定义 Home 内容
- 修复 `reuse-tab` 自定义标题错位问题,[#25](https://github.com/cipchk/delon/issues/25) [#247](https://github.com/cipchk/ng-alain/issues/247)
- 优化更可靠的深度拷贝

### 0.6.4

`2018-1-22`
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.4",
"version_laster": "0.6.4",
"version": "0.6.5",
"version_laster": "0.6.5",
"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.4",
"version": "0.6.5",
"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.4",
"version": "0.6.5",
"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.4",
"version": "0.6.5",
"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.4",
"version": "0.6.5",
"description": "@delon/cache",
"main": "./bundles/cache.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.4",
"version": "0.6.5",
"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.4",
"version": "0.6.5",
"description": "@delon/theme",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
Expand Down

0 comments on commit a303b54

Please sign in to comment.