diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76ec0668ac..e29c99281f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,114 +1,108 @@
-
-# [9.1.0-rc.8](https://github.com/akveo/nebular/compare/v9.1.0-rc.7...v9.1.0-rc.8) (2022-11-17)
+
+# [10.0.0](https://github.com/akveo/nebular/compare/v9.1.0-rc.8...v10.0.0) (2022-12-02)
+
+### BREAKING CHANGES
+
+- **bootstrap:** remove `bootstrap`, `ng-bootstrap` packages, remove `bootstrap` from `playground/without-styles/bootstrap`. `ng-bootstrap` doesn't support Angular v14.2.x ([#3146](https://github.com/akveo/nebular/issues/3146)) ([f3f05ce](https://github.com/akveo/nebular/commit/f3f05ce))
### Features
-* **menu component:** improve accessibility ([#3136](https://github.com/akveo/nebular/issues/3136)) ([7ce24c0](https://github.com/akveo/nebular/commit/7ce24c0))
-* **timepicker:** add disabled state ([#3127](https://github.com/akveo/nebular/issues/3127)) ([7af5a8d](https://github.com/akveo/nebular/commit/7af5a8d))
+- update to Angular 14.2.x ([#3143](https://github.com/akveo/nebular/issues/3143)) ([275edf3](https://github.com/akveo/nebular/commit/275edf3))
+#### Other
+- Minimal required Angular version is `14.2.x`
-
-# [9.1.0-rc.7](https://github.com/akveo/nebular/compare/v9.1.0-rc.6...v9.1.0-rc.7) (2022-10-10)
+
+
+# [9.1.0-rc.8](https://github.com/akveo/nebular/compare/v9.1.0-rc.7...v9.1.0-rc.8) (2022-11-17)
+### Features
-### Bug Fixes
+- **menu component:** improve accessibility ([#3136](https://github.com/akveo/nebular/issues/3136)) ([7ce24c0](https://github.com/akveo/nebular/commit/7ce24c0))
+- **timepicker:** add disabled state ([#3127](https://github.com/akveo/nebular/issues/3127)) ([7af5a8d](https://github.com/akveo/nebular/commit/7af5a8d))
-* **themes:** fix typo in layout component style ([#3098](https://github.com/akveo/nebular/issues/3098)) ([5740682](https://github.com/akveo/nebular/commit/5740682))
+
+# [9.1.0-rc.7](https://github.com/akveo/nebular/compare/v9.1.0-rc.6...v9.1.0-rc.7) (2022-10-10)
-### Features
+### Bug Fixes
-* **datepicker:** improve date and time inputs combination ([#3117](https://github.com/akveo/nebular/issues/3117)) ([8387967](https://github.com/akveo/nebular/commit/8387967))
+- **themes:** fix typo in layout component style ([#3098](https://github.com/akveo/nebular/issues/3098)) ([5740682](https://github.com/akveo/nebular/commit/5740682))
+### Features
+- **datepicker:** improve date and time inputs combination ([#3117](https://github.com/akveo/nebular/issues/3117)) ([8387967](https://github.com/akveo/nebular/commit/8387967))
-# [9.1.0-rc.6](https://github.com/akveo/nebular/compare/v9.1.0-rc.5...v9.1.0-rc.6) (2022-09-22)
+# [9.1.0-rc.6](https://github.com/akveo/nebular/compare/v9.1.0-rc.5...v9.1.0-rc.6) (2022-09-22)
### Bug Fixes
-* **select-with-autocomplete:** fix select autocomplete width ([#3113](https://github.com/akveo/nebular/issues/3113)) ([078c9f3](https://github.com/akveo/nebular/commit/078c9f3))
-
-
+- **select-with-autocomplete:** fix select autocomplete width ([#3113](https://github.com/akveo/nebular/issues/3113)) ([078c9f3](https://github.com/akveo/nebular/commit/078c9f3))
-# [9.1.0-rc.5](https://github.com/akveo/nebular/compare/v9.1.0-rc.4...v9.1.0-rc.5) (2022-09-15)
+# [9.1.0-rc.5](https://github.com/akveo/nebular/compare/v9.1.0-rc.4...v9.1.0-rc.5) (2022-09-15)
### Bug Fixes
-* **select-with-autocomplete:** improve select open after input changed ([#3110](https://github.com/akveo/nebular/issues/3110)) ([eaa036b](https://github.com/akveo/nebular/commit/eaa036b))
-
-
+- **select-with-autocomplete:** improve select open after input changed ([#3110](https://github.com/akveo/nebular/issues/3110)) ([eaa036b](https://github.com/akveo/nebular/commit/eaa036b))
-# [9.1.0-rc.4](https://github.com/akveo/nebular/compare/v9.1.0-rc.3...v9.1.0-rc.4) (2022-09-09)
+# [9.1.0-rc.4](https://github.com/akveo/nebular/compare/v9.1.0-rc.3...v9.1.0-rc.4) (2022-09-09)
### Features
-* **input:** add more input color options ([#3108](https://github.com/akveo/nebular/issues/3108)) ([54da714](https://github.com/akveo/nebular/commit/54da714))
-
-
+- **input:** add more input color options ([#3108](https://github.com/akveo/nebular/issues/3108)) ([54da714](https://github.com/akveo/nebular/commit/54da714))
-# [9.1.0-rc.3](https://github.com/akveo/nebular/compare/v9.1.0-rc.2...v9.1.0-rc.3) (2022-09-08)
+# [9.1.0-rc.3](https://github.com/akveo/nebular/compare/v9.1.0-rc.2...v9.1.0-rc.3) (2022-09-08)
### Bug Fixes
-* **select-with-autocomplete:** fix first render with disabled autocomplete ([#3104](https://github.com/akveo/nebular/issues/3104)) ([efcd690](https://github.com/akveo/nebular/commit/efcd690))
-
-
+- **select-with-autocomplete:** fix first render with disabled autocomplete ([#3104](https://github.com/akveo/nebular/issues/3104)) ([efcd690](https://github.com/akveo/nebular/commit/efcd690))
-# [9.1.0-rc.2](https://github.com/akveo/nebular/compare/v9.1.0-rc.1...v9.1.0-rc.2) (2022-08-31)
+# [9.1.0-rc.2](https://github.com/akveo/nebular/compare/v9.1.0-rc.1...v9.1.0-rc.2) (2022-08-31)
### Features
-* add keyboad navigation to select with autocomplete ([#3097](https://github.com/akveo/nebular/issues/3097)) ([c52fe3a](https://github.com/akveo/nebular/commit/c52fe3a))
-
-
+- add keyboad navigation to select with autocomplete ([#3097](https://github.com/akveo/nebular/issues/3097)) ([c52fe3a](https://github.com/akveo/nebular/commit/c52fe3a))
-# [9.1.0-rc.1](https://github.com/akveo/nebular/compare/v9.0.3...v9.1.0-rc.1) (2022-08-04)
+# [9.1.0-rc.1](https://github.com/akveo/nebular/compare/v9.0.3...v9.1.0-rc.1) (2022-08-04)
### Bug Fixes
-* **timepicker:** change position adjustment to "counterclockwise" ([#3085](https://github.com/akveo/nebular/issues/3085)) ([a546295](https://github.com/akveo/nebular/commit/a546295))
-
+- **timepicker:** change position adjustment to "counterclockwise" ([#3085](https://github.com/akveo/nebular/issues/3085)) ([a546295](https://github.com/akveo/nebular/commit/a546295))
### Features
-* **select:** options search ([#3091](https://github.com/akveo/nebular/issues/3091)) ([ff4f738](https://github.com/akveo/nebular/commit/ff4f738))
-
-
+- **select:** options search ([#3091](https://github.com/akveo/nebular/issues/3091)) ([ff4f738](https://github.com/akveo/nebular/commit/ff4f738))
-## [9.0.3](https://github.com/akveo/nebular/compare/v9.0.2...v9.0.3) (2022-05-26)
+## [9.0.3](https://github.com/akveo/nebular/compare/v9.0.2...v9.0.3) (2022-05-26)
### Bug Fixes
-* **select:** disable opening disabled select after clicking on content ([#3068](https://github.com/akveo/nebular/issues/3068)) ([1c6ef1b](https://github.com/akveo/nebular/commit/1c6ef1b))
-
-
+- **select:** disable opening disabled select after clicking on content ([#3068](https://github.com/akveo/nebular/issues/3068)) ([1c6ef1b](https://github.com/akveo/nebular/commit/1c6ef1b))
-## [9.0.2](https://github.com/akveo/nebular/compare/v9.0.1...v9.0.2) (2022-04-07)
+## [9.0.2](https://github.com/akveo/nebular/compare/v9.0.1...v9.0.2) (2022-04-07)
### Bug Fixes
- **datepicker:** fix initial value render ([#3050](https://github.com/akveo/nebular/issues/3050)) ([e821643](https://github.com/akveo/nebular/commit/e821643))
-
-
## [9.0.1](https://github.com/akveo/nebular/compare/v9.0.0...v9.0.1) (2022-01-31)
diff --git a/docs/versions.json b/docs/versions.json
index 2c447ee78d..7672748e54 100644
--- a/docs/versions.json
+++ b/docs/versions.json
@@ -1,7 +1,7 @@
[
{
- "checkoutTarget": "v9.0.3",
- "name": "9.0.3",
+ "checkoutTarget": "v10.0.0",
+ "name": "10.0.0",
"path": "/nebular/",
"isCurrent": true
},
@@ -11,8 +11,8 @@
"path": "/nebular/next/"
},
{
- "checkoutTarget": "8.0.x",
- "name": "8.0.x",
- "path": "/nebular/8.0.x/"
+ "checkoutTarget": "9.1.x",
+ "name": "9.1.x",
+ "path": "/nebular/9.1.x/"
}
]
diff --git a/package-lock.json b/package-lock.json
index bd5a1839a2..57b45c01de 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "nebular",
- "version": "9.1.0-rc.8",
+ "version": "10.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nebular",
- "version": "9.1.0-rc.8",
+ "version": "10.0.0",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
diff --git a/package.json b/package.json
index 67124762b0..b12d87e140 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "nebular",
- "version": "9.1.0-rc.8",
+ "version": "10.0.0",
"license": "MIT",
"author": "akveo ",
"private": true,
diff --git a/packages-smoke/package-lock.json b/packages-smoke/package-lock.json
index 6310175d25..e0bfdf1bd6 100644
--- a/packages-smoke/package-lock.json
+++ b/packages-smoke/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "packages-smoke",
- "version": "9.1.0-rc.8",
+ "version": "10.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "packages-smoke",
- "version": "9.1.0-rc.8",
+ "version": "10.0.0",
"dependencies": {
"@angular/animations": "~14.2.0",
"@angular/cdk": "~14.2.0",
@@ -64,7 +64,8 @@
}
},
".lib/auth": {
- "version": "9.1.0-rc.7",
+ "name": "@nebular/auth",
+ "version": "10.0.0",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
@@ -74,45 +75,49 @@
"@angular/core": "^14.0.0",
"@angular/forms": "^14.0.0",
"@angular/router": "^14.0.0",
- "@nebular/theme": "9.1.0-rc.7",
+ "@nebular/theme": "10.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
}
},
".lib/date-fns": {
- "version": "9.1.0-rc.7",
+ "name": "@nebular/date-fns",
+ "version": "10.0.0",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
- "@nebular/theme": "9.1.0-rc.7",
+ "@nebular/theme": "10.0.0",
"date-fns": "2"
}
},
".lib/eva-icons": {
- "version": "9.1.0-rc.7",
+ "name": "@nebular/eva-icons",
+ "version": "10.0.0",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
- "@nebular/theme": "9.1.0-rc.7",
+ "@nebular/theme": "10.0.0",
"eva-icons": "^1.1.2"
}
},
".lib/moment": {
- "version": "9.1.0-rc.7",
+ "name": "@nebular/moment",
+ "version": "10.0.0",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
"peerDependencies": {
- "@nebular/theme": "9.1.0-rc.7",
+ "@nebular/theme": "10.0.0",
"moment": "^2.22.2"
}
},
".lib/security": {
- "version": "9.1.0-rc.7",
+ "name": "@nebular/security",
+ "version": "10.0.0",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
@@ -125,7 +130,8 @@
}
},
".lib/theme": {
- "version": "9.1.0-rc.7",
+ "name": "@nebular/theme",
+ "version": "10.0.0",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
diff --git a/packages-smoke/package.json b/packages-smoke/package.json
index 154687189a..b9eedaad25 100644
--- a/packages-smoke/package.json
+++ b/packages-smoke/package.json
@@ -1,6 +1,6 @@
{
"name": "packages-smoke",
- "version": "9.1.0-rc.8",
+ "version": "10.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
diff --git a/src/framework/auth/package.json b/src/framework/auth/package.json
index 8c4377c7b1..d7e2d0afa8 100644
--- a/src/framework/auth/package.json
+++ b/src/framework/auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/auth",
- "version": "9.1.0-rc.8",
+ "version": "10.0.0",
"description": "@nebular/auth",
"author": "akveo",
"license": "MIT",
@@ -28,7 +28,7 @@
"@angular/core": "^14.0.0",
"@angular/router": "^14.0.0",
"@angular/forms": "^14.0.0",
- "@nebular/theme": "9.1.0-rc.8",
+ "@nebular/theme": "10.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 652585c75d..a972b23e8c 100644
--- a/src/framework/bootstrap/package.json
+++ b/src/framework/bootstrap/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/bootstrap",
- "version": "9.1.0-rc.8",
+ "version": "10.0.0",
"description": "@nebular/bootstrap",
"author": "akveo",
"license": "MIT",
@@ -22,7 +22,7 @@
],
"peerDependencies": {
"bootstrap": "^5.0.0",
- "@nebular/theme": "9.1.0-rc.8"
+ "@nebular/theme": "10.0.0"
},
"exports": {
"./styles/prebuilt/corporate.css": {
diff --git a/src/framework/date-fns/package.json b/src/framework/date-fns/package.json
index ced5754c8e..7921bf8abf 100644
--- a/src/framework/date-fns/package.json
+++ b/src/framework/date-fns/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/date-fns",
- "version": "9.1.0-rc.8",
+ "version": "10.0.0",
"description": "@nebular/date-fns",
"author": "akveo",
"license": "MIT",
@@ -21,7 +21,7 @@
"nebular"
],
"peerDependencies": {
- "@nebular/theme": "9.1.0-rc.8",
+ "@nebular/theme": "10.0.0",
"date-fns": "2"
},
"dependencies": {
diff --git a/src/framework/eva-icons/package.json b/src/framework/eva-icons/package.json
index 427fa7f515..4af34840b7 100644
--- a/src/framework/eva-icons/package.json
+++ b/src/framework/eva-icons/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/eva-icons",
- "version": "9.1.0-rc.8",
+ "version": "10.0.0",
"description": "@nebular/eva-icons",
"author": "akveo",
"license": "MIT",
@@ -23,7 +23,7 @@
"eva-icons"
],
"peerDependencies": {
- "@nebular/theme": "9.1.0-rc.8",
+ "@nebular/theme": "10.0.0",
"eva-icons": "^1.1.2"
},
"dependencies": {
diff --git a/src/framework/firebase-auth/package.json b/src/framework/firebase-auth/package.json
index e3cd3b9334..00ccedf2c0 100644
--- a/src/framework/firebase-auth/package.json
+++ b/src/framework/firebase-auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/firebase-auth",
- "version": "9.1.0-rc.8",
+ "version": "10.0.0",
"description": "@nebular/firebase-auth",
"author": "akveo",
"license": "MIT",
@@ -26,7 +26,7 @@
],
"peerDependencies": {
"@angular/core": "^14.0.0",
- "@nebular/auth": "9.1.0-rc.8",
+ "@nebular/auth": "10.0.0",
"rxjs": "^6.5.3 || ^7.4.0",
"firebase": "^9.4.0",
"@angular/fire": "^7.2.0"
diff --git a/src/framework/moment/package.json b/src/framework/moment/package.json
index e5fa810213..74f91a80c0 100644
--- a/src/framework/moment/package.json
+++ b/src/framework/moment/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/moment",
- "version": "9.1.0-rc.8",
+ "version": "10.0.0",
"description": "@nebular/moment",
"author": "akveo",
"license": "MIT",
@@ -21,7 +21,7 @@
"nebular"
],
"peerDependencies": {
- "@nebular/theme": "9.1.0-rc.8",
+ "@nebular/theme": "10.0.0",
"moment": "^2.22.2"
},
"dependencies": {
diff --git a/src/framework/security/package.json b/src/framework/security/package.json
index bdf8132060..40d024e9a2 100644
--- a/src/framework/security/package.json
+++ b/src/framework/security/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/security",
- "version": "9.1.0-rc.8",
+ "version": "10.0.0",
"description": "@nebular/security",
"author": "akveo",
"license": "MIT",
diff --git a/src/framework/theme/components/tabset/tabset.component.ts b/src/framework/theme/components/tabset/tabset.component.ts
index b4e282a6e3..65555bc1e9 100644
--- a/src/framework/theme/components/tabset/tabset.component.ts
+++ b/src/framework/theme/components/tabset/tabset.component.ts
@@ -147,7 +147,7 @@ export class NbTabComponent {
* Lazy load content before tab selection
* @docs-private
* @deprecated This setting never worked. Wrap content into a `nbTabContent` to make it lazy.
- * @breaking-change Remove 10.0.0
+ * @breaking-change Remove 11.0.0
*/
@Input()
set lazyLoad(val: boolean) {
@@ -179,7 +179,7 @@ export class NbTabComponent {
/**
* @deprecated
- * @breaking-change Remove 10.0.0
+ * @breaking-change Remove 11.0.0
* @docs-private
*/
init: boolean = false;
diff --git a/src/framework/theme/package.json b/src/framework/theme/package.json
index 9cd16ecde8..cb4221c54a 100644
--- a/src/framework/theme/package.json
+++ b/src/framework/theme/package.json
@@ -1,6 +1,6 @@
{
"name": "@nebular/theme",
- "version": "9.1.0-rc.8",
+ "version": "10.0.0",
"description": "@nebular/theme",
"author": "akveo",
"license": "MIT",