diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5b6da02d..25746cf404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ + +# [15.0.0](https://github.com/akveo/nebular/compare/v14.0.2...v15.0.0) (2025-02-16) + +* **angular:** update to Angular 19 ([#3280](https://github.com/akveo/nebular/pull/3280)) ([58f0db9](https://github.com/akveo/nebular/commit/58f0db9)) + + ## [14.0.2](https://github.com/akveo/nebular/compare/v14.0.1...v14.0.2) (2024-11-05) diff --git a/docs/versions.json b/docs/versions.json index f11f361180..8075bc38f5 100644 --- a/docs/versions.json +++ b/docs/versions.json @@ -1,7 +1,7 @@ [ { - "checkoutTarget": "v14.0.2", - "name": "14.0.2", + "checkoutTarget": "v15.0.0", + "name": "15.0.0", "path": "/nebular/", "isCurrent": true }, @@ -11,8 +11,8 @@ "path": "/nebular/next/" }, { - "checkoutTarget": "13.0.x", - "name": "13.0.x", - "path": "/nebular/13.0.x/" + "checkoutTarget": "14.0.x", + "name": "14.0.x", + "path": "/nebular/14.0.x/" } ] diff --git a/package-lock.json b/package-lock.json index 030faf2f5a..caf41b9353 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nebular", - "version": "14.0.2", + "version": "15.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nebular", - "version": "14.0.2", + "version": "15.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1e5722f0e8..a72aa1fa34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nebular", - "version": "14.0.2", + "version": "15.0.0", "license": "MIT", "author": "akveo ", "private": true, diff --git a/packages-smoke/package-lock.json b/packages-smoke/package-lock.json index cfc8c45eb4..128690e911 100644 --- a/packages-smoke/package-lock.json +++ b/packages-smoke/package-lock.json @@ -1,12 +1,12 @@ { "name": "packages-smoke", - "version": "14.0.2", + "version": "15.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "packages-smoke", - "version": "14.0.2", + "version": "15.0.0", "dependencies": { "@angular/animations": "~19.1.6", "@angular/cdk": "~19.1.4", diff --git a/packages-smoke/package.json b/packages-smoke/package.json index ecf082936b..cb93530393 100644 --- a/packages-smoke/package.json +++ b/packages-smoke/package.json @@ -1,6 +1,6 @@ { "name": "packages-smoke", - "version": "14.0.2", + "version": "15.0.0", "scripts": { "ng": "ng", "start": "ng serve", diff --git a/src/framework/auth/package.json b/src/framework/auth/package.json index 1d211dd140..6b1ccd8cb0 100644 --- a/src/framework/auth/package.json +++ b/src/framework/auth/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/auth", - "version": "14.0.2", + "version": "15.0.0", "description": "@nebular/auth", "author": "akveo", "license": "MIT", @@ -28,7 +28,7 @@ "@angular/core": "^19.1.6", "@angular/router": "^19.1.6", "@angular/forms": "^19.1.6", - "@nebular/theme": "14.0.2", + "@nebular/theme": "15.0.0", "rxjs": "^6.5.3 || ^7.4.0" }, "dependencies": { diff --git a/src/framework/bootstrap/package.json b/src/framework/bootstrap/package.json index cc57641fb8..1e512b63a0 100644 --- a/src/framework/bootstrap/package.json +++ b/src/framework/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/bootstrap", - "version": "14.0.2", + "version": "15.0.0", "description": "@nebular/bootstrap", "author": "akveo", "license": "MIT", @@ -22,7 +22,7 @@ ], "peerDependencies": { "bootstrap": "^5.0.0", - "@nebular/theme": "14.0.2" + "@nebular/theme": "15.0.0" }, "exports": { "./styles/prebuilt/corporate.css": { diff --git a/src/framework/date-fns/package.json b/src/framework/date-fns/package.json index ca4a935cfb..75816ab31d 100644 --- a/src/framework/date-fns/package.json +++ b/src/framework/date-fns/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/date-fns", - "version": "14.0.2", + "version": "15.0.0", "description": "@nebular/date-fns", "author": "akveo", "license": "MIT", @@ -21,7 +21,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "14.0.2", + "@nebular/theme": "15.0.0", "date-fns": "^2.0.0" }, "dependencies": { diff --git a/src/framework/eva-icons/package.json b/src/framework/eva-icons/package.json index 13c4199f07..c21101508e 100644 --- a/src/framework/eva-icons/package.json +++ b/src/framework/eva-icons/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/eva-icons", - "version": "14.0.2", + "version": "15.0.0", "description": "@nebular/eva-icons", "author": "akveo", "license": "MIT", @@ -23,7 +23,7 @@ "eva-icons" ], "peerDependencies": { - "@nebular/theme": "14.0.2", + "@nebular/theme": "15.0.0", "eva-icons": "^1.1.3" }, "dependencies": { diff --git a/src/framework/firebase-auth/package.json b/src/framework/firebase-auth/package.json index e5043b42af..2055a0a186 100644 --- a/src/framework/firebase-auth/package.json +++ b/src/framework/firebase-auth/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/firebase-auth", - "version": "14.0.2", + "version": "15.0.0", "description": "@nebular/firebase-auth", "author": "akveo", "license": "MIT", @@ -26,7 +26,7 @@ ], "peerDependencies": { "@angular/core": "^19.1.6", - "@nebular/auth": "14.0.2", + "@nebular/auth": "15.0.0", "rxjs": "^6.5.3 || ^7.4.0", "firebase": "^11.3.1", "@angular/fire": "^19.0.0" diff --git a/src/framework/moment/package.json b/src/framework/moment/package.json index eb2029cfd9..5b5fb7b220 100644 --- a/src/framework/moment/package.json +++ b/src/framework/moment/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/moment", - "version": "14.0.2", + "version": "15.0.0", "description": "@nebular/moment", "author": "akveo", "license": "MIT", @@ -21,7 +21,7 @@ "nebular" ], "peerDependencies": { - "@nebular/theme": "14.0.2", + "@nebular/theme": "15.0.0", "moment": "^2.22.2" }, "dependencies": { diff --git a/src/framework/security/package.json b/src/framework/security/package.json index 63d361f9b6..346a08d141 100644 --- a/src/framework/security/package.json +++ b/src/framework/security/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/security", - "version": "14.0.2", + "version": "15.0.0", "description": "@nebular/security", "author": "akveo", "license": "MIT", diff --git a/src/framework/theme/components/route-tabset/_route-tabset.component.theme.scss b/src/framework/theme/components/route-tabset/_route-tabset.component.theme.scss index 811b0af114..e0fac81337 100644 --- a/src/framework/theme/components/route-tabset/_route-tabset.component.theme.scss +++ b/src/framework/theme/components/route-tabset/_route-tabset.component.theme.scss @@ -14,9 +14,11 @@ nb-theme(route-tabset-scrollbar-width) ); - background-color: nb-theme(route-tabset-background-color); - border-radius: nb-theme(route-tabset-border-radius); - box-shadow: nb-theme(route-tabset-shadow); + & { + background-color: nb-theme(route-tabset-background-color); + border-radius: nb-theme(route-tabset-border-radius); + box-shadow: nb-theme(route-tabset-shadow); + } .route-tabset { border-bottom: nb-theme(route-tabset-divider-width) nb-theme(route-tabset-divider-style) diff --git a/src/framework/theme/package.json b/src/framework/theme/package.json index 1368cab204..bfee6f805d 100644 --- a/src/framework/theme/package.json +++ b/src/framework/theme/package.json @@ -1,6 +1,6 @@ { "name": "@nebular/theme", - "version": "14.0.2", + "version": "15.0.0", "description": "@nebular/theme", "author": "akveo", "license": "MIT", diff --git a/src/framework/theme/styles/core/_mixins.scss b/src/framework/theme/styles/core/_mixins.scss index f63d6961f9..a636e19378 100644 --- a/src/framework/theme/styles/core/_mixins.scss +++ b/src/framework/theme/styles/core/_mixins.scss @@ -27,10 +27,12 @@ background: $bg; } - // TODO: remove - // For Internet Explorer - scrollbar-face-color: $fg; - scrollbar-track-color: $bg; + & { + // TODO: remove + // For Internet Explorer + scrollbar-face-color: $fg; + scrollbar-track-color: $bg; + } } @mixin nb-headings($from: 1, $to: 6) {