Skip to content

Commit

Permalink
release: 4.0.0-rc.2 (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored May 1, 2019
1 parent ae6e221 commit 6ae213c
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 21 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
<a name="4.0.0-rc.2"></a>
# [4.0.0-rc.2](https://github.com/akveo/nebular/compare/v4.0.0-rc.1...v4.0.0-rc.2) (2019-05-01)


### Bug Fixes

* **docs:** prefix root css urls with base path ([#1453](https://github.com/akveo/nebular/issues/1453)) ([ae6e221](https://github.com/akveo/nebular/commit/ae6e221))
* **docs:** trigger change detection if tab updated ([#1445](https://github.com/akveo/nebular/issues/1445)) ([a11c93d](https://github.com/akveo/nebular/commit/a11c93d))
* **docs:** update examples after Eva migration ([#1448](https://github.com/akveo/nebular/issues/1448)) ([40cd424](https://github.com/akveo/nebular/commit/40cd424))
* **docs:** use current tab component property ([#1447](https://github.com/akveo/nebular/issues/1447)) ([9e305e9](https://github.com/akveo/nebular/commit/9e305e9))
* **schematics:** fix eva-icons schematic ([#1380](https://github.com/akveo/nebular/issues/1380)) ([0e66c56](https://github.com/akveo/nebular/commit/0e66c56))
* **tabset:** prevent select call if no active tab found ([#1444](https://github.com/akveo/nebular/issues/1444)) ([3ca5b06](https://github.com/akveo/nebular/commit/3ca5b06))


### Chores

* update angular to 8.0.0-rc.2 ([#1449](https://github.com/akveo/nebular/issues/1449)) ([17bdb28](https://github.com/akveo/nebular/commit/17bdb28))


### Features

* **docs:** add redirect to 'next' subdirectory ([#1446](https://github.com/akveo/nebular/issues/1446)) ([b245105](https://github.com/akveo/nebular/commit/b245105))


### BREAKING CHANGES

* Angular 8+ now required

**Limitation:**
For the time being Nebular doesn't have `ES2015` bundle and therefore can't be used in applications with target `ES2015`. You have to manually change target `ES5`.


<a name="4.0.0-rc.1"></a>
# [4.0.0-rc.1](https://github.com/akveo/nebular/compare/v3.5.0...v4.0.0-rc.1) (2019-04-29)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nebular",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.2",
"license": "MIT",
"author": "akveo <[email protected]>",
"browserslist": [
Expand Down Expand Up @@ -180,4 +180,4 @@
"uglifyjs-webpack-plugin": "2.1.2"
},
"schematics": "./schematics/dist/collection.json"
}
}
2 changes: 1 addition & 1 deletion packages-smoke/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages-smoke/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packages-smoke",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.2",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -54,4 +54,4 @@
"tslint": "5.8.0",
"typescript": "3.4.5"
}
}
}
6 changes: 3 additions & 3 deletions src/framework/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/auth",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.2",
"description": "@nebular/auth",
"main": "./bundles/auth.umd.js",
"module": "./index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@angular/core": "^8.0.0-rc.2",
"@angular/router": "^8.0.0-rc.2",
"@angular/forms": "^8.0.0-rc.2",
"@nebular/theme": "4.0.0-rc.1",
"@nebular/theme": "4.0.0-rc.2",
"rxjs": "^6.5.1"
}
}
}
4 changes: 2 additions & 2 deletions src/framework/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/bootstrap",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.2",
"description": "@nebular/bootstrap",
"author": "akveo",
"license": "MIT",
Expand All @@ -22,6 +22,6 @@
],
"peerDependencies": {
"bootstrap": "^4.0.0",
"@nebular/theme": "4.0.0-rc.1"
"@nebular/theme": "4.0.0-rc.2"
}
}
4 changes: 2 additions & 2 deletions src/framework/date-fns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/date-fns",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.2",
"description": "@nebular/date-fns",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
Expand All @@ -24,7 +24,7 @@
"nebular"
],
"peerDependencies": {
"@nebular/theme": "4.0.0-rc.1",
"@nebular/theme": "4.0.0-rc.2",
"date-fns": ">=2.0.0-alpha.16 <=2.0.0-alpha.27"
}
}
4 changes: 2 additions & 2 deletions src/framework/eva-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/eva-icons",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.2",
"description": "@nebular/eva-icons",
"main": "./bundles/eva-icons.umd.js",
"module": "./index.js",
Expand All @@ -26,7 +26,7 @@
"eva-icons"
],
"peerDependencies": {
"@nebular/theme": "4.0.0-rc.1",
"@nebular/theme": "4.0.0-rc.2",
"eva-icons": "^1.1.1"
}
}
4 changes: 2 additions & 2 deletions src/framework/moment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/moment",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.2",
"description": "@nebular/moment",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
Expand All @@ -24,7 +24,7 @@
"nebular"
],
"peerDependencies": {
"@nebular/theme": "4.0.0-rc.1",
"@nebular/theme": "4.0.0-rc.2",
"moment": "^2.22.2"
}
}
4 changes: 2 additions & 2 deletions src/framework/security/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/security",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.2",
"description": "@nebular/security",
"main": "./bundles/security.umd.js",
"module": "./index.js",
Expand Down Expand Up @@ -34,4 +34,4 @@
"@angular/router": "^8.0.0-rc.2",
"rxjs": "^6.5.1"
}
}
}
4 changes: 2 additions & 2 deletions src/framework/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/theme",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.2",
"description": "@nebular/theme",
"main": "./bundles/theme.umd.js",
"module": "./index.js",
Expand Down Expand Up @@ -35,4 +35,4 @@
"intersection-observer": "0.5.0"
},
"schematics": "./schematics/collection.json"
}
}

0 comments on commit 6ae213c

Please sign in to comment.