From 6ae213cefd487e3036f933ba24dacf977a0592a5 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Wed, 1 May 2019 19:17:11 +0300 Subject: [PATCH] release: 4.0.0-rc.2 (#1452) --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 4 ++-- packages-smoke/package-lock.json | 2 +- packages-smoke/package.json | 4 ++-- src/framework/auth/package.json | 6 +++--- src/framework/bootstrap/package.json | 4 ++-- src/framework/date-fns/package.json | 4 ++-- src/framework/eva-icons/package.json | 4 ++-- src/framework/moment/package.json | 4 ++-- src/framework/security/package.json | 4 ++-- src/framework/theme/package.json | 4 ++-- 12 files changed, 53 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65bca137f8..68cf4e66ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ + +# [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`. + + # [4.0.0-rc.1](https://github.com/akveo/nebular/compare/v3.5.0...v4.0.0-rc.1) (2019-04-29) diff --git a/package-lock.json b/package-lock.json index 453f258fbd..6fab61afcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nebular", - "version": "4.0.0-rc.1", + "version": "4.0.0-rc.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 57d0a734e0..71cfd99bb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nebular", - "version": "4.0.0-rc.1", + "version": "4.0.0-rc.2", "license": "MIT", "author": "akveo ", "browserslist": [ @@ -180,4 +180,4 @@ "uglifyjs-webpack-plugin": "2.1.2" }, "schematics": "./schematics/dist/collection.json" -} +} \ No newline at end of file diff --git a/packages-smoke/package-lock.json b/packages-smoke/package-lock.json index 882587987e..0657ebd013 100644 --- a/packages-smoke/package-lock.json +++ b/packages-smoke/package-lock.json @@ -1,6 +1,6 @@ { "name": "packages-smoke", - "version": "4.0.0-rc.1", + "version": "4.0.0-rc.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages-smoke/package.json b/packages-smoke/package.json index 0e97195f87..019df25819 100644 --- a/packages-smoke/package.json +++ b/packages-smoke/package.json @@ -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", @@ -54,4 +54,4 @@ "tslint": "5.8.0", "typescript": "3.4.5" } -} +} \ No newline at end of file diff --git a/src/framework/auth/package.json b/src/framework/auth/package.json index 1dff77a63e..373326b035 100644 --- a/src/framework/auth/package.json +++ b/src/framework/auth/package.json @@ -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", @@ -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" } -} +} \ No newline at end of file diff --git a/src/framework/bootstrap/package.json b/src/framework/bootstrap/package.json index d3c54586d1..7fcdbf59f0 100644 --- a/src/framework/bootstrap/package.json +++ b/src/framework/bootstrap/package.json @@ -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", @@ -22,6 +22,6 @@ ], "peerDependencies": { "bootstrap": "^4.0.0", - "@nebular/theme": "4.0.0-rc.1" + "@nebular/theme": "4.0.0-rc.2" } } \ No newline at end of file diff --git a/src/framework/date-fns/package.json b/src/framework/date-fns/package.json index c4fa3ca5b8..688ee3effd 100644 --- a/src/framework/date-fns/package.json +++ b/src/framework/date-fns/package.json @@ -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", @@ -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" } } \ No newline at end of file diff --git a/src/framework/eva-icons/package.json b/src/framework/eva-icons/package.json index 6eb3f6ed97..3cb6d59151 100644 --- a/src/framework/eva-icons/package.json +++ b/src/framework/eva-icons/package.json @@ -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", @@ -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" } } \ No newline at end of file diff --git a/src/framework/moment/package.json b/src/framework/moment/package.json index 86fecfec89..d258333d06 100644 --- a/src/framework/moment/package.json +++ b/src/framework/moment/package.json @@ -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", @@ -24,7 +24,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "4.0.0-rc.1", + "@nebular/theme": "4.0.0-rc.2", "moment": "^2.22.2" } } \ No newline at end of file diff --git a/src/framework/security/package.json b/src/framework/security/package.json index a43d7ab9f1..af96489906 100644 --- a/src/framework/security/package.json +++ b/src/framework/security/package.json @@ -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", @@ -34,4 +34,4 @@ "@angular/router": "^8.0.0-rc.2", "rxjs": "^6.5.1" } -} +} \ No newline at end of file diff --git a/src/framework/theme/package.json b/src/framework/theme/package.json index 6d35d2cea0..dbf8845273 100644 --- a/src/framework/theme/package.json +++ b/src/framework/theme/package.json @@ -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", @@ -35,4 +35,4 @@ "intersection-observer": "0.5.0" }, "schematics": "./schematics/collection.json" -} +} \ No newline at end of file