Skip to content

Commit

Permalink
releases: 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Mar 16, 2018
1 parent 02a36b1 commit 8635122
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 11 deletions.
15 changes: 15 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ title:
type: Other
---

### 0.8.1

`2018-3-16`

- 脚手架
- 增加 Lodop 打印[示例页](https://cipchk.github.io/ng-alain/other/print)
- @delon/abc
- 增加 [Lodop](http://ng-alain.com/components/lodop) 组件,最强打印插件
- 修复 `LazyService` 延迟加载资源的JS脚本的判断规则
- 修复 `Pip` 饼图 tooltip 百分比显示错误,[#331](https://github.com/cipchk/ng-alain/issues/331)
- @delon/cli
- 修复 @delon 使用新版本
- site
- 修复链接错误,[#333](https://github.com/cipchk/ng-alain/issues/333)

### 0.8.0

`2018-3-13`
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.8.0",
"version_laster": "0.8.0",
"version": "0.8.1",
"version_laster": "0.8.1",
"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 site/app/delon.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ import { AlainThemeModule } from '@delon/theme';
// region: global config functions

import { AdLodopConfig } from '@delon/abc';
function adLodopConfig(): AdLodopConfig {
export function adLodopConfig(): AdLodopConfig {
return Object.assign(new AdLodopConfig(), {
license: `A59B099A586B3851E0F0D7FDBF37B603`,
licenseA: `C94CEE276DB2187AE6B65D56B3FC2848`
Expand Down
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.8.0",
"version": "0.8.1",
"description": "@delon/abc",
"main": "./bundles/index.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.8.0",
"version": "0.8.1",
"description": "@delon/acl",
"main": "./bundles/index.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.8.0",
"version": "0.8.1",
"description": "@delon/auth",
"main": "./bundles/index.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.8.0",
"version": "0.8.1",
"description": "@delon/cache",
"main": "./bundles/index.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.8.0",
"version": "0.8.1",
"description": "Schematics for ng-alain",
"main": "./bundles/index.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.8.0",
"version": "0.8.1",
"description": "@delon/mock",
"main": "./bundles/index.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.8.0",
"version": "0.8.1",
"description": "@delon/theme",
"main": "./bundles/index.js",
"module": "./index.js",
Expand Down

0 comments on commit 8635122

Please sign in to comment.