Skip to content

Commit

Permalink
releases: 1.0.0-beta.10, closes #55
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed May 11, 2018
1 parent ed91cee commit 456e8bb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ title:
type: Other
---

### 1.0.0-beta.10@next

`2018-5-11`

- 重构所有 `@delon/*` 的强制依赖关系
- 脚手架
- **BREAKING CHANGES** 重构路由复用组件用法,需要手动注册 `RouteReuseStrategy`,未使用该组件不受影响,[6713c4](https://github.com/cipchk/ng-alain/commit/6713c4)
- **BREAKING CHANGES**`@delon/abc` 抽离 `AdUtilModule` 模块为 `@delon/util` 新类库,[66b0ea](https://github.com/cipchk/ng-alain/commit/66b0ea)
- 添加二维码示例页,[70fbfd](https://github.com/cipchk/ng-alain/commit/70fbfd)
- @delon/util:新工具集类库
- @delon/form
- 增加 `tag``checkbox` 变更回调事件,[#426](https://github.com/cipchk/ng-alain/issues/426)
- 修复无效导入路径,[#65](https://github.com/cipchk/delon/issues/65)
- @delon/abc
- `reuse-tab`**BREAKING CHANGES** 重构路由复用组件用法,需要手动注册 `RouteReuseStrategy`
- `qr`:增加生成二维码组件
- `simple-table`:文档细节,[@NitronPlus](https://github.com/NitronPlus)
- @delon/cli
- 修复若干bug
- 升级文档站

### 1.0.0-beta.9@next

`2018-5-7`
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.0-beta.9",
"version": "1.0.0-beta.10",
"typings": "index.d.ts",
"description": "Delon is a set of essential modules for ng-alain.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion scaffold

0 comments on commit 456e8bb

Please sign in to comment.