Skip to content

Commit

Permalink
releases: 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed May 28, 2018
1 parent 0b73da0 commit 6669aab
Show file tree
Hide file tree
Showing 22 changed files with 73 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Delon

delong is a production-ready solution for admin business components packages, Built on the design principles developed by Ant Design.
delon is a production-ready solution for admin business components packages, Built on the design principles developed by Ant Design.

[![Build Status](https://travis-ci.org/cipchk/delon.svg?branch=master)](https://travis-ci.org/cipchk/delon)
[![Dependency Status](https://david-dm.org/cipchk/delon/status.svg)](https://david-dm.org/cipchk/delon)
Expand Down
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
---

### 1.0.5

`2018-5-28`

- @delon/abc
- 修复 `simple-table` 无法导出 Excel 问题,[#469](https://github.com/cipchk/ng-alain/issues/469)
- 修复 `file-saves``ngx-countdown` 依赖关系
- @delon/form
- 增加全局配置 `ui` 参数
- 增加 `textarea` 默认 `autosize: true`
- 修复 `upload` 无效参数 `name`[@vellengs](https://github.com/vellengs)
- Schematics
- 重构 `ng g`
- 新增 `ng g ng-alain:module` 指令
- 新增 `codeStyle``npm` 插件
- 优化业务模板

### 1.0.4

`2018-5-24`
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": "1.0.4",
"version": "1.0.5",
"typings": "index.d.ts",
"description": "Delon is a set of essential modules for ng-alain.",
"repository": {
Expand Down
2 changes: 2 additions & 0 deletions packages/abc/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @delon/abc module [![Build Status](https://travis-ci.org/cipchk/delon.svg?branch=master)](https://travis-ci.org/cipchk/delon) [![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)

Common business components of ng-alain.

## Links

- [Api Document](http://ng-alain.com/components)
Expand Down
10 changes: 9 additions & 1 deletion packages/abc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@
"url": "https://github.com/cipchk/delon/issues"
},
"homepage": "https://github.com/cipchk/delon#readme",
"keywords": ["delon", "ng-alain", "alain", "antd", "ng-zorro-antd"],
"keywords": [
"delon",
"ng-alain",
"alain",
"antd",
"ng-zorro-antd",
"angular",
"component"
],
"dependencies": {
"file-saver": "^1.3.3",
"ngx-countdown": "^3.0.0"
Expand Down
2 changes: 2 additions & 0 deletions packages/acl/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @delon/acl module [![Build Status](https://travis-ci.org/cipchk/delon.svg?branch=master)](https://travis-ci.org/cipchk/delon) [![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)

A simple role-based access control.

## Links

- [Api Document](http://ng-alain.com/acl)
Expand Down
4 changes: 3 additions & 1 deletion packages/acl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"alain",
"antd",
"ng-zorro-antd",
"acl"
"acl",
"angular",
"component"
],
"peerDependencies": {}
}
2 changes: 2 additions & 0 deletions packages/auth/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @delon/auth module [![Build Status](https://travis-ci.org/cipchk/delon.svg?branch=master)](https://travis-ci.org/cipchk/delon) [![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)

Simple user authentication, support Json Web Token & Simple Token.

## Links

- [Api Document](http://ng-alain.com/auth)
Expand Down
2 changes: 2 additions & 0 deletions packages/cache/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @delon/cache module [![Build Status](https://travis-ci.org/cipchk/delon.svg?branch=master)](https://travis-ci.org/cipchk/delon) [![NPM version](https://img.shields.io/npm/v/@delon/cache.svg)](https://www.npmjs.com/package/@delon/cache) [![NPM version](https://img.shields.io/npm/v/@delon/cache/next.svg)](https://www.npmjs.com/package/@delon/cache)

Cache the dictionary, city data etc.

## Links

- [Api Document](http://ng-alain.com/cache)
Expand Down
4 changes: 3 additions & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"ng cache",
"ngx cache",
"antd",
"ng-zorro-antd"
"ng-zorro-antd",
"angular",
"component"
],
"peerDependencies": {}
}
2 changes: 2 additions & 0 deletions packages/form/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @delon/form module [![Build Status](https://travis-ci.org/cipchk/delon.svg?branch=master)](https://travis-ci.org/cipchk/delon) [![NPM version](https://img.shields.io/npm/v/@delon/form.svg)](https://www.npmjs.com/package/@delon/form) [![NPM version](https://img.shields.io/npm/v/@delon/form/next.svg)](https://www.npmjs.com/package/@delon/form)

Angular form generation based on JSON-Schema.

## Links

- [Api Document](http://ng-alain.com/form)
Expand Down
4 changes: 3 additions & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
"ng form",
"ngx form",
"antd",
"ng-zorro-antd"
"ng-zorro-antd",
"angular",
"component"
],
"peerDependencies": {
"ng-zorro-antd": "ZORRO-0.0.0-PLACEHOLDER",
Expand Down
2 changes: 2 additions & 0 deletions packages/mock/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @delon/mock module [![Build Status](https://travis-ci.org/cipchk/delon.svg?branch=master)](https://travis-ci.org/cipchk/delon) [![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)

Generate random data, intercept http requests.

## Links

- [Api Document](http://ng-alain.com/mock)
Expand Down
4 changes: 3 additions & 1 deletion packages/mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"ng mock",
"ngx-mock",
"antd",
"ng-zorro-antd"
"ng-zorro-antd",
"angular",
"component"
],
"peerDependencies": {
}
Expand Down
2 changes: 2 additions & 0 deletions packages/schematics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[![NPM version](https://img.shields.io/npm/v/ng-alain/next.svg)](https://www.npmjs.com/package/ng-alain)
[![prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://prettier.io/)

Angular CLI Schematics of ng-alain.

# ng-alain

[Ng-zorro-antd](https://github.com/NG-ZORRO/ng-zorro-antd) admin panel front-end framework.
Expand Down
2 changes: 1 addition & 1 deletion packages/schematics/docs/generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ng g ng-alain:<command name> <name> [options]

ng-alain 有自己的一套文件组织结构,当你破坏这些结构时,可能会导致下列指令产生异常。

## Module 模块(待发布)
## Module 模块

生成一个 `trade` 模块:

Expand Down
4 changes: 2 additions & 2 deletions packages/schematics/docs/plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ng g ng-alain:plugin <plugin name> -t=[add | remove]

G2图表。

### codeStyle(待发布)
### codeStyle

代码风格,有几个规则:

Expand All @@ -43,6 +43,6 @@ G2图表。

ng-alain 默认提供了一部分的代码风格配置方案,你可以在项目的根目录下找到这些配置信息,依照你自己的风格进行修饰。

### npm(待发布)
### npm

在国内使用 npm 始终是一个“痛”,因此你可以增加一个使用淘宝镜像配置文件 `.npmrc`,来解决网络问题。
2 changes: 2 additions & 0 deletions packages/theme/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @delon/theme module [![Build Status](https://travis-ci.org/cipchk/delon.svg?branch=master)](https://travis-ci.org/cipchk/delon) [![NPM version](https://img.shields.io/npm/v/@delon/theme.svg)](https://www.npmjs.com/package/@delon/theme) [![NPM version](https://img.shields.io/npm/v/@delon/theme/next.svg)](https://www.npmjs.com/package/@delon/theme)

ng-alain theme system library.

## Links

- [Api Document](http://ng-alain.com)
Expand Down
10 changes: 9 additions & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@
"url": "https://github.com/cipchk/delon/issues"
},
"homepage": "https://github.com/cipchk/delon#readme",
"keywords": ["delon", "ng-alain", "alain", "antd", "ng-zorro-antd"],
"keywords": [
"delon",
"ng-alain",
"alain",
"antd",
"ng-zorro-antd",
"angular",
"component"
],
"peerDependencies": {
"ng-zorro-antd": "ZORRO-0.0.0-PLACEHOLDER",
"@delon/acl": "PEER-0.0.0-PLACEHOLDER"
Expand Down
2 changes: 2 additions & 0 deletions packages/util/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @delon/util module [![Build Status](https://travis-ci.org/cipchk/delon.svg?branch=master)](https://travis-ci.org/cipchk/delon) [![NPM version](https://img.shields.io/npm/v/@delon/util.svg)](https://www.npmjs.com/package/@delon/util) [![NPM version](https://img.shields.io/npm/v/@delon/util/next.svg)](https://www.npmjs.com/package/@delon/util)

Universal toolset of ng-alain.

## Links

- [Api Document](http://ng-alain.com/util)
Expand Down
3 changes: 2 additions & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"ng-alain",
"alain",
"utility",
"utils"
"utils",
"angular"
],
"peerDependencies": {
"extend": "^3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion scaffold

0 comments on commit 6669aab

Please sign in to comment.