Skip to content

Commit

Permalink
release: 0.3.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Dec 13, 2017
1 parent 045e207 commit 09de71b
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 6 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.3.0-rc.2

`2017-12-13`

- @delon/theme
- **BREAKING CHANGES** MenuService: `setDefault` 已过期,使用 `openedByUrl` 替代; RC 后将移除。
- _HttpClient:修复JSONP参数转换URL错误问题
- @delon/abc
- 修复 `sidebar-nav` 当Edge浏览器中收缩侧边栏时错位问题,[#100](https://github.com/cipchk/ng-alain/pull/100)
- 取消 `mini-bar` 在 Tooltip 时显示辅助框
- @delon/acl
- 修复 `can()` 方法传递角色数组时总是返回 `false`

### 0.3.0-rc.1

`2017-12-12`
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": "0.3.0-rc.1",
"version": "0.3.0-rc.2",
"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
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.3.0-rc.1",
"version": "0.3.0-rc.2",
"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.3.0-rc.1",
"version": "0.3.0-rc.2",
"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.3.0-rc.1",
"version": "0.3.0-rc.2",
"description": "@delon/auth",
"main": "./bundles/auth.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.3.0-rc.1",
"version": "0.3.0-rc.2",
"description": "@delon/theme",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
Expand Down

0 comments on commit 09de71b

Please sign in to comment.