diff --git a/CHANGELOG.md b/CHANGELOG.md index 454cdd95fd..886c2fabbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ + +# [4.0.0-rc.8](https://github.com/akveo/nebular/compare/v4.0.0-rc.7...v4.0.0-rc.8) (2019-06-03) + + +### Bug Fixes + +* **accordion:** fix incorrect accordion mapping ([#1535](https://github.com/akveo/nebular/issues/1535)) ([3a0382c](https://github.com/akveo/nebular/commit/3a0382c)) +* **bootstrap:** button group, modal and input ([#1540](https://github.com/akveo/nebular/issues/1540)) ([2a177c0](https://github.com/akveo/nebular/commit/2a177c0)) +* add missing public api entries ([#1545](https://github.com/akveo/nebular/issues/1545)) ([fe56655](https://github.com/akveo/nebular/commit/fe56655)) +* **docs:** change features section background ([#1556](https://github.com/akveo/nebular/issues/1556)) ([c33442b](https://github.com/akveo/nebular/commit/c33442b)) +* **docs:** disable custom outline as it breaks Eva components ([#1537](https://github.com/akveo/nebular/issues/1537)) ([c48caaf](https://github.com/akveo/nebular/commit/c48caaf)) +* **docs:** example row helper ([#1548](https://github.com/akveo/nebular/issues/1548)) ([c0d404f](https://github.com/akveo/nebular/commit/c0d404f)) +* **docs:** fix component styles table ([#1543](https://github.com/akveo/nebular/issues/1543)) ([ab166fd](https://github.com/akveo/nebular/commit/ab166fd)) +* **docs:** fix transparent background color ([#1536](https://github.com/akveo/nebular/issues/1536)) ([0aed7b6](https://github.com/akveo/nebular/commit/0aed7b6)) +* **docs:** update changed component theme vars link ([#1550](https://github.com/akveo/nebular/issues/1550)) ([ae73257](https://github.com/akveo/nebular/commit/ae73257)) +* **radio:** prevent circles distraction ([#1549](https://github.com/akveo/nebular/issues/1549)) ([abb50df](https://github.com/akveo/nebular/commit/abb50df)) + + +### Features + +* **docs:** add Eva section ([#1552](https://github.com/akveo/nebular/issues/1552)) ([1209d65](https://github.com/akveo/nebular/commit/1209d65)) +* **docs:** add routing loader ([#1533](https://github.com/akveo/nebular/issues/1533)) ([dd33a22](https://github.com/akveo/nebular/commit/dd33a22)) +* **schematics:** add dark theme ([#1534](https://github.com/akveo/nebular/issues/1534)) ([c5d15c6](https://github.com/akveo/nebular/commit/c5d15c6)) +* **typography:** specify body, paragraph and list styles ([#1546](https://github.com/akveo/nebular/issues/1546)) ([310127b](https://github.com/akveo/nebular/commit/310127b)) + + + # [4.0.0-rc.7](https://github.com/akveo/nebular/compare/v4.0.0-rc.6...v4.0.0-rc.7) (2019-05-29) diff --git a/package-lock.json b/package-lock.json index 3c53c7a93a..db3508553b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nebular", - "version": "4.0.0-rc.7", + "version": "4.0.0-rc.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2b93aa35c0..52e33ff22b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nebular", - "version": "4.0.0-rc.7", + "version": "4.0.0-rc.8", "license": "MIT", "author": "akveo ", "private": true, diff --git a/packages-smoke/package-lock.json b/packages-smoke/package-lock.json index fd4992bdd3..d27a520c98 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.5", + "version": "4.0.0-rc.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages-smoke/package.json b/packages-smoke/package.json index c301dfbe4a..3e5f1137cc 100644 --- a/packages-smoke/package.json +++ b/packages-smoke/package.json @@ -1,6 +1,6 @@ { "name": "packages-smoke", - "version": "4.0.0-rc.7", + "version": "4.0.0-rc.8", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/framework/auth/package.json b/src/framework/auth/package.json index 53a3f91420..e4e0bd046e 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.7", + "version": "4.0.0-rc.8", "description": "@nebular/auth", "author": "akveo", "license": "MIT", @@ -28,7 +28,7 @@ "@angular/core": "^8.0.0", "@angular/router": "^8.0.0", "@angular/forms": "^8.0.0", - "@nebular/theme": "4.0.0-rc.7", + "@nebular/theme": "4.0.0-rc.8", "rxjs": "^6.5.1" }, "sideEffects": false diff --git a/src/framework/bootstrap/package.json b/src/framework/bootstrap/package.json index f8c5d87818..5a994fe29e 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.7", + "version": "4.0.0-rc.8", "description": "@nebular/bootstrap", "author": "akveo", "license": "MIT", @@ -22,6 +22,6 @@ ], "peerDependencies": { "bootstrap": "^4.0.0", - "@nebular/theme": "4.0.0-rc.7" + "@nebular/theme": "4.0.0-rc.8" } } diff --git a/src/framework/date-fns/package.json b/src/framework/date-fns/package.json index f015c0f650..6b89b1718a 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.7", + "version": "4.0.0-rc.8", "description": "@nebular/date-fns", "author": "akveo", "license": "MIT", @@ -21,7 +21,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "4.0.0-rc.7", + "@nebular/theme": "4.0.0-rc.8", "date-fns": ">=2.0.0-alpha.16 <=2.0.0-alpha.27" }, "sideEffects": false diff --git a/src/framework/eva-icons/package.json b/src/framework/eva-icons/package.json index f875ab932c..81b7eb5d8c 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.7", + "version": "4.0.0-rc.8", "description": "@nebular/eva-icons", "author": "akveo", "license": "MIT", @@ -23,7 +23,7 @@ "eva-icons" ], "peerDependencies": { - "@nebular/theme": "4.0.0-rc.7", + "@nebular/theme": "4.0.0-rc.8", "eva-icons": "^1.1.1" }, "sideEffects": false diff --git a/src/framework/moment/package.json b/src/framework/moment/package.json index f72d970a1f..e20c45a096 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.7", + "version": "4.0.0-rc.8", "description": "@nebular/moment", "author": "akveo", "license": "MIT", @@ -21,7 +21,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "4.0.0-rc.7", + "@nebular/theme": "4.0.0-rc.8", "moment": "^2.22.2" }, "sideEffects": false diff --git a/src/framework/security/package.json b/src/framework/security/package.json index b9abbfbd17..cd10091822 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.7", + "version": "4.0.0-rc.8", "description": "@nebular/security", "author": "akveo", "license": "MIT", diff --git a/src/framework/theme/package.json b/src/framework/theme/package.json index 9ce599b5b8..b6003fbe6d 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.7", + "version": "4.0.0-rc.8", "description": "@nebular/theme", "author": "akveo", "license": "MIT",