Skip to content

Commit 192a0de

Browse files
authored
release: 15.0.0 (#3281)
1 parent 58f0db9 commit 192a0de

File tree

16 files changed

+42
-32
lines changed

16 files changed

+42
-32
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="15.0.0"></a>
2+
# [15.0.0](https://github.com/akveo/nebular/compare/v14.0.2...v15.0.0) (2025-02-16)
3+
4+
* **angular:** update to Angular 19 ([#3280](https://github.com/akveo/nebular/pull/3280)) ([58f0db9](https://github.com/akveo/nebular/commit/58f0db9))
5+
6+
17
<a name="14.0.2"></a>
28
## [14.0.2](https://github.com/akveo/nebular/compare/v14.0.1...v14.0.2) (2024-11-05)
39

docs/versions.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
3-
"checkoutTarget": "v14.0.2",
4-
"name": "14.0.2",
3+
"checkoutTarget": "v15.0.0",
4+
"name": "15.0.0",
55
"path": "/nebular/",
66
"isCurrent": true
77
},
@@ -11,8 +11,8 @@
1111
"path": "/nebular/next/"
1212
},
1313
{
14-
"checkoutTarget": "13.0.x",
15-
"name": "13.0.x",
16-
"path": "/nebular/13.0.x/"
14+
"checkoutTarget": "14.0.x",
15+
"name": "14.0.x",
16+
"path": "/nebular/14.0.x/"
1717
}
1818
]

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nebular",
3-
"version": "14.0.2",
3+
"version": "15.0.0",
44
"license": "MIT",
55
"author": "akveo <[email protected]>",
66
"private": true,

packages-smoke/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages-smoke/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "packages-smoke",
3-
"version": "14.0.2",
3+
"version": "15.0.0",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

src/framework/auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/auth",
3-
"version": "14.0.2",
3+
"version": "15.0.0",
44
"description": "@nebular/auth",
55
"author": "akveo",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"@angular/core": "^19.1.6",
2929
"@angular/router": "^19.1.6",
3030
"@angular/forms": "^19.1.6",
31-
"@nebular/theme": "14.0.2",
31+
"@nebular/theme": "15.0.0",
3232
"rxjs": "^6.5.3 || ^7.4.0"
3333
},
3434
"dependencies": {

src/framework/bootstrap/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/bootstrap",
3-
"version": "14.0.2",
3+
"version": "15.0.0",
44
"description": "@nebular/bootstrap",
55
"author": "akveo",
66
"license": "MIT",
@@ -22,7 +22,7 @@
2222
],
2323
"peerDependencies": {
2424
"bootstrap": "^5.0.0",
25-
"@nebular/theme": "14.0.2"
25+
"@nebular/theme": "15.0.0"
2626
},
2727
"exports": {
2828
"./styles/prebuilt/corporate.css": {

src/framework/date-fns/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/date-fns",
3-
"version": "14.0.2",
3+
"version": "15.0.0",
44
"description": "@nebular/date-fns",
55
"author": "akveo",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"nebular"
2222
],
2323
"peerDependencies": {
24-
"@nebular/theme": "14.0.2",
24+
"@nebular/theme": "15.0.0",
2525
"date-fns": "^2.0.0"
2626
},
2727
"dependencies": {

src/framework/eva-icons/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/eva-icons",
3-
"version": "14.0.2",
3+
"version": "15.0.0",
44
"description": "@nebular/eva-icons",
55
"author": "akveo",
66
"license": "MIT",
@@ -23,7 +23,7 @@
2323
"eva-icons"
2424
],
2525
"peerDependencies": {
26-
"@nebular/theme": "14.0.2",
26+
"@nebular/theme": "15.0.0",
2727
"eva-icons": "^1.1.3"
2828
},
2929
"dependencies": {

src/framework/firebase-auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/firebase-auth",
3-
"version": "14.0.2",
3+
"version": "15.0.0",
44
"description": "@nebular/firebase-auth",
55
"author": "akveo",
66
"license": "MIT",
@@ -26,7 +26,7 @@
2626
],
2727
"peerDependencies": {
2828
"@angular/core": "^19.1.6",
29-
"@nebular/auth": "14.0.2",
29+
"@nebular/auth": "15.0.0",
3030
"rxjs": "^6.5.3 || ^7.4.0",
3131
"firebase": "^11.3.1",
3232
"@angular/fire": "^19.0.0"

src/framework/moment/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/moment",
3-
"version": "14.0.2",
3+
"version": "15.0.0",
44
"description": "@nebular/moment",
55
"author": "akveo",
66
"license": "MIT",
@@ -21,7 +21,7 @@
2121
"nebular"
2222
],
2323
"peerDependencies": {
24-
"@nebular/theme": "14.0.2",
24+
"@nebular/theme": "15.0.0",
2525
"moment": "^2.22.2"
2626
},
2727
"dependencies": {

src/framework/security/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/security",
3-
"version": "14.0.2",
3+
"version": "15.0.0",
44
"description": "@nebular/security",
55
"author": "akveo",
66
"license": "MIT",

src/framework/theme/components/route-tabset/_route-tabset.component.theme.scss

+5-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
nb-theme(route-tabset-scrollbar-width)
1515
);
1616

17-
background-color: nb-theme(route-tabset-background-color);
18-
border-radius: nb-theme(route-tabset-border-radius);
19-
box-shadow: nb-theme(route-tabset-shadow);
17+
& {
18+
background-color: nb-theme(route-tabset-background-color);
19+
border-radius: nb-theme(route-tabset-border-radius);
20+
box-shadow: nb-theme(route-tabset-shadow);
21+
}
2022

2123
.route-tabset {
2224
border-bottom: nb-theme(route-tabset-divider-width) nb-theme(route-tabset-divider-style)

src/framework/theme/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nebular/theme",
3-
"version": "14.0.2",
3+
"version": "15.0.0",
44
"description": "@nebular/theme",
55
"author": "akveo",
66
"license": "MIT",

src/framework/theme/styles/core/_mixins.scss

+6-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,12 @@
2727
background: $bg;
2828
}
2929

30-
// TODO: remove
31-
// For Internet Explorer
32-
scrollbar-face-color: $fg;
33-
scrollbar-track-color: $bg;
30+
& {
31+
// TODO: remove
32+
// For Internet Explorer
33+
scrollbar-face-color: $fg;
34+
scrollbar-track-color: $bg;
35+
}
3436
}
3537

3638
@mixin nb-headings($from: 1, $to: 6) {

0 commit comments

Comments
 (0)