Skip to content

Commit

Permalink
release: 0.5.0, close #11
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jan 5, 2018
1 parent a9229a0 commit acc31f3
Show file tree
Hide file tree
Showing 17 changed files with 128 additions and 52 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ delong is a production-ready solution for admin business components packages, Bu
| @delon/abc | [![NPM version](https://img.shields.io/npm/v/@delon/abc.svg)](https://www.npmjs.com/package/@delon/abc) | [![NPM version](https://img.shields.io/npm/v/@delon/abc/next.svg)](https://www.npmjs.com/package/@delon/abc) |
| @delon/acl | [![NPM version](https://img.shields.io/npm/v/@delon/acl.svg)](https://www.npmjs.com/package/@delon/acl) | [![NPM version](https://img.shields.io/npm/v/@delon/acl/next.svg)](https://www.npmjs.com/package/@delon/acl) |
| @delon/auth | [![NPM version](https://img.shields.io/npm/v/@delon/auth.svg)](https://www.npmjs.com/package/@delon/auth) | [![NPM version](https://img.shields.io/npm/v/@delon/auth/next.svg)](https://www.npmjs.com/package/@delon/auth) |
| @delon/mock | - | [![NPM version](https://img.shields.io/npm/v/@delon/mock/next.svg)](https://www.npmjs.com/package/@delon/mock) |
| @delon/mock | [![NPM version](https://img.shields.io/npm/v/@delon/mock.svg)](https://www.npmjs.com/package/@delon/mock) | [![NPM version](https://img.shields.io/npm/v/@delon/mock/next.svg)](https://www.npmjs.com/package/@delon/mock) |

## Links

Expand Down
48 changes: 16 additions & 32 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,30 @@ title:
type: Other
---

### 0.5.0-rc.7 (@next
### 0.5.0

`2018-1-3`

- @delon/abc
- 修复 `zip` 组件依赖问题,[#164](https://github.com/cipchk/ng-alain/issues/164)

### 0.5.0-rc.6 (@next

`2018-1-2`
`2018-1-5`

- ng-alain 脚手架
- 新增 `full-content``zip``full-content` 示例页
- @delon/theme
- 修复快捷菜单项 `externalLink` 属性无效值问题,[#169](https://github.com/cipchk/ng-alain/issues/169)
- @delon/abc
- 新增 `full-content` 全屏工作区组件,[Document](//ng-alain.com/components/full-content)
- 新增 `zip` 组件,[Document](//ng-alain.com/components/zip)
- 新增 `xlsx` 组件,[Document](//ng-alain.com/components/xlsx)
- `simple-table` 变更:
- **BREAKING CHANGES** 列描述 `url` 属性由 `data` 代替,数据源统一一个属性名,`0.6.0` 后将移除 `url` 属性
- 新增列描述 `i18n` 属性,支持国际化
- 新增 `simple-table` 组件导出 Excel 方法,[Demo](//cipchk.github.io/ng-alain/tables/simple-table)
- 新增列描述、按钮组、过滤、选择项的 `acl` 参数,用于权限控制,[#158](https://github.com/cipchk/ng-alain/issues/158)
- `export()` 支持指定数组数据,[#162](https://github.com/cipchk/ng-alain/issues/162)

### 0.5.0-rc.5 (@next

`2018-1-1`

- @delon/abc
- 新增 `xlsx` 组件,[Document](//ng-alain.com/components/xlsx)
- 新增 `simple-table` 组件导出 Excel 方法,[Demo](//cipchk.github.io/ng-alain/tables/simple-table)

### 0.5.0-rc.4 (@next

`2017-12-30`

- 新增 `export()` 支持指定数组数据,[#162](https://github.com/cipchk/ng-alain/issues/162)
- 优化 `tag-cloud` 云词组件
- @delon/mock
- Angular 里 Mock Http数据,适用于所有 Angular 项目,[Document](//ng-alain.com/docs/mock)
- @delon/auth
- 修复Angular模块暂不支持正则参数([#14187](https://github.com/angular/angular/issues/14187))问题,[#170](https://github.com/cipchk/ng-alain/issues/170)


### 0.4.4

Expand All @@ -58,15 +51,6 @@ type: Other
- @delon/auth
- `token_send_template` 支持多属性(例如:`${uid}-${token}`),[#154](https://github.com/cipchk/ng-alain/issues/154)

### 0.5.0-rc.2 (@next

`2017-12-27`

- ng-alain 脚手架
- 新增 `full-content` [示例页](//cipchk.github.io/ng-alain/tables/fs-table)
- @delon/abc
- 新增 `full-content` 全屏工作区组件,[Document](//ng-alain.com/components/full-content)

### 0.4.2

> `0.4.1` invalid
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ng-alain is a production-ready solution for admin interfaces based on ng-zorro-a
| @delon/abc | [![NPM version](https://img.shields.io/npm/v/@delon/abc.svg)](https://www.npmjs.com/package/@delon/abc) | [![NPM version](https://img.shields.io/npm/v/@delon/abc/next.svg)](https://www.npmjs.com/package/@delon/abc) |
| @delon/acl | [![NPM version](https://img.shields.io/npm/v/@delon/acl.svg)](https://www.npmjs.com/package/@delon/acl) | [![NPM version](https://img.shields.io/npm/v/@delon/acl/next.svg)](https://www.npmjs.com/package/@delon/acl) |
| @delon/auth | [![NPM version](https://img.shields.io/npm/v/@delon/auth.svg)](https://www.npmjs.com/package/@delon/auth) | [![NPM version](https://img.shields.io/npm/v/@delon/auth/next.svg)](https://www.npmjs.com/package/@delon/auth) |
| @delon/mock | - | [![NPM version](https://img.shields.io/npm/v/@delon/mock/next.svg)](https://www.npmjs.com/package/@delon/mock) |
| @delon/mock | [![NPM version](https://img.shields.io/npm/v/@delon/mock.svg)](https://www.npmjs.com/package/@delon/mock) | [![NPM version](https://img.shields.io/npm/v/@delon/mock/next.svg)](https://www.npmjs.com/package/@delon/mock) |

## Installation

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ng-alain 是一个基于 ng-zorro-antd 的企业级中后台前端脚手架,
| @delon/abc | [![NPM version](https://img.shields.io/npm/v/@delon/abc.svg)](https://www.npmjs.com/package/@delon/abc) | [![NPM version](https://img.shields.io/npm/v/@delon/abc/next.svg)](https://www.npmjs.com/package/@delon/abc) |
| @delon/acl | [![NPM version](https://img.shields.io/npm/v/@delon/acl.svg)](https://www.npmjs.com/package/@delon/acl) | [![NPM version](https://img.shields.io/npm/v/@delon/acl/next.svg)](https://www.npmjs.com/package/@delon/acl) |
| @delon/auth | [![NPM version](https://img.shields.io/npm/v/@delon/auth.svg)](https://www.npmjs.com/package/@delon/auth) | [![NPM version](https://img.shields.io/npm/v/@delon/auth/next.svg)](https://www.npmjs.com/package/@delon/auth) |
| @delon/mock | - | [![NPM version](https://img.shields.io/npm/v/@delon/mock/next.svg)](https://www.npmjs.com/package/@delon/mock) |
| @delon/mock | [![NPM version](https://img.shields.io/npm/v/@delon/mock.svg)](https://www.npmjs.com/package/@delon/mock) | [![NPM version](https://img.shields.io/npm/v/@delon/mock/next.svg)](https://www.npmjs.com/package/@delon/mock) |

## 安装

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "delon",
"version": "0.5.0-rc.7",
"version_laster": "0.4.4",
"version": "0.5.0",
"version_laster": "0.5.0",
"version_next": "0.5.0-rc.7",
"typings": "index.d.ts",
"description": "Delon is a set of essential modules for ng-alain.",
Expand Down Expand Up @@ -60,7 +60,7 @@
"release:validity": "npm run version:bump && npm run release:prepare",
"temp:release:mock": "npm run release:prepare && npm publish --access=public .lib/mock",
"release:next": "npm run release:validity:next && npm publish --tag next --access=public .lib/theme && npm publish --tag next --access=public .lib/abc && npm publish --tag next --access=public .lib/acl && npm publish --tag next --access=public .lib/auth && npm publish --tag next --access=public .lib/mock",
"release": "npm run release:validity && npm publish --access=public .lib/theme && npm publish --access=public .lib/abc && npm publish --access=public .lib/acl && npm publish --access=public .lib/auth",
"release": "npm run release:validity && npm publish --access=public .lib/theme && npm publish --access=public .lib/abc && npm publish --access=public .lib/acl && npm publish --access=public .lib/auth && npm publish --access=public .lib/mock",
"scaffold:install": "cd ./scaffold && npm install",
"scaffold:start": "cd ./scaffold && npm run start",
"scaffold:analyze": "cd ./scaffold && npm run analyze",
Expand Down
2 changes: 1 addition & 1 deletion scaffold
22 changes: 21 additions & 1 deletion src/core/abc/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,21 @@
### @delon/abc module
# @delon/abc module

[Document](//ng-alain.com/components)

## Architecture

![Architecture](https://github.com/cipchk/delon/blob/master/_screenshot/architecture.png)

## Troubleshooting

Please follow this guidelines when reporting bugs and feature requests:

1. Use [GitHub Issues](https://github.com/cipchk/delon/issues) board to report bugs and feature requests (not our email address)
2. Please **always** write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.

Thanks for understanding!

### License

The MIT License (see the [LICENSE](https://github.com/cipchk/delon/blob/master/LICENSE) file for the full text)

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.5.0-rc.7",
"version": "0.5.0",
"description": "@delon/abc",
"main": "./bundles/abc.umd.js",
"module": "./index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/core/abc/reuse-tab/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module: AdReuseTabModule

复用标签在中台系统非常常见,本质是解决不同路由页切换时组件数据不丢失问题。

> 控制台会打印很多日志,在组件未发布正式版之前,若发现BUG可以提供更多信息;`0.4.0` 正式版后将会移除
最新打开的永远是当前页,而路由复用是指当我们离开当前页时若符合复用条件(即:匹配模式)则保存当前路由所有组件状态(包括子组件),待下一次进入相同路由(即:匹配模式)时再从中缓存中获取到

## 匹配模式

Expand Down
21 changes: 20 additions & 1 deletion src/core/acl/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
### @delon/acl module
# @delon/acl module

[Document](//ng-alain.com/docs/acl)

## Architecture

![Architecture](https://github.com/cipchk/delon/blob/master/_screenshot/architecture.png)

## Troubleshooting

Please follow this guidelines when reporting bugs and feature requests:

1. Use [GitHub Issues](https://github.com/cipchk/delon/issues) board to report bugs and feature requests (not our email address)
2. Please **always** write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.

Thanks for understanding!

### License

The MIT License (see the [LICENSE](https://github.com/cipchk/delon/blob/master/LICENSE) file for the full text)
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.5.0-rc.7",
"version": "0.5.0",
"description": "@delon/acl",
"main": "./bundles/acl.umd.js",
"module": "./index.js",
Expand Down
21 changes: 19 additions & 2 deletions src/core/auth/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### @delon/auth module
# @delon/auth module

[Document](http://ng-alain.com/docs/auth)
[Document](//ng-alain.com/docs/auth)

## Architecture

![Architecture](https://github.com/cipchk/delon/blob/master/_screenshot/architecture.png)

## Troubleshooting

Please follow this guidelines when reporting bugs and feature requests:

1. Use [GitHub Issues](https://github.com/cipchk/delon/issues) board to report bugs and feature requests (not our email address)
2. Please **always** write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.

Thanks for understanding!

### License

The MIT License (see the [LICENSE](https://github.com/cipchk/delon/blob/master/LICENSE) file for the full text)
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.5.0-rc.7",
"version": "0.5.0",
"description": "@delon/auth",
"main": "./bundles/auth.umd.js",
"module": "./index.js",
Expand Down
21 changes: 19 additions & 2 deletions src/core/mock/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
### @delon/mock module
# @delon/mock module

[Document](http://ng-alain.com/docs/mock)
[Document](//ng-alain.com/docs/mock)

## Architecture

![Architecture](https://github.com/cipchk/delon/blob/master/_screenshot/architecture.png)

## Troubleshooting

Please follow this guidelines when reporting bugs and feature requests:

1. Use [GitHub Issues](https://github.com/cipchk/delon/issues) board to report bugs and feature requests (not our email address)
2. Please **always** write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.

Thanks for understanding!

### License

The MIT License (see the [LICENSE](https://github.com/cipchk/delon/blob/master/LICENSE) file for the full text)
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.5.0-rc.7",
"version": "0.5.0",
"description": "@delon/mock",
"main": "./bundles/mock.umd.js",
"module": "./index.js",
Expand Down
21 changes: 20 additions & 1 deletion src/core/theme/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
### @delon/theme module
# @delon/theme module

[Document](//ng-alain.com/docs/theme)

## Architecture

![Architecture](https://github.com/cipchk/delon/blob/master/_screenshot/architecture.png)

## Troubleshooting

Please follow this guidelines when reporting bugs and feature requests:

1. Use [GitHub Issues](https://github.com/cipchk/delon/issues) board to report bugs and feature requests (not our email address)
2. Please **always** write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.

Thanks for understanding!

### License

The MIT License (see the [LICENSE](https://github.com/cipchk/delon/blob/master/LICENSE) file for the full text)
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.5.0-rc.7",
"version": "0.5.0",
"description": "@delon/theme",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
Expand Down

0 comments on commit acc31f3

Please sign in to comment.