Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 6.0.0 #2467

Merged
merged 2 commits into from
Jul 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
<a name="6.0.0"></a>
# [6.0.0](https://github.com/akveo/nebular/compare/v5.1.0...v6.0.0) (2020-07-31)


### Bug Fixes

* **datepicker:** background and border theming ([#2418](https://github.com/akveo/nebular/issues/2418)) ([381eb00](https://github.com/akveo/nebular/commit/381eb00))
* **form field:** addon alignment ([#2460](https://github.com/akveo/nebular/issues/2460)) ([dc154ab](https://github.com/akveo/nebular/commit/dc154ab))
* **nbButton:** allow specifying custom tabindex ([#2452](https://github.com/akveo/nebular/issues/2452)) ([e9f84be](https://github.com/akveo/nebular/commit/e9f84be))


### Code Refactoring

* **nb-icon:** return null if icon wasn't found ([#2466](https://github.com/akveo/nebular/issues/2466)) ([4af8924](https://github.com/akveo/nebular/commit/4af8924))


### Features

* upgrade to Angular 10 ([#2464](https://github.com/akveo/nebular/issues/2464)) ([540ee46](https://github.com/akveo/nebular/commit/540ee46))


### BREAKING CHANGES

* **nb-icon:** `NbIconLibraries.getSvgIcon` and `NbIconLibraries.getIcon` could return null if icon wasn't found and won't throw. As methods don't throw now, you need to handle possible `null` return value.
* **Angular:** Nebular packages now require Angular 10+. Nebular packages no longer include ESM5 and FESM5 bundles as per Angular Package Format 10.
* **NbBasePicker**: Angular lifecycle methods moved to `NbBasePickerComponent`. If you use `NbBasePicker` as a base class of your custom picker change it to `NbBasePickerComponent`.

<a name="5.1.0"></a>
# [5.1.0](https://github.com/akveo/nebular/compare/v5.0.0...v5.1.0) (2020-06-03)

Expand Down
10 changes: 5 additions & 5 deletions docs/versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"checkoutTarget": "4a3cc1a7f7a4c1ddeb577540d40ea0abce72f904",
"name": "5.1.0",
"checkoutTarget": "v6.0.0",
"name": "6.0.0",
"path": "/nebular/",
"isCurrent": true
},
Expand All @@ -11,8 +11,8 @@
"path": "/nebular/next/"
},
{
"checkoutTarget": "4.6.x",
"name": "4.6.0",
"path": "/nebular/4.6.0/"
"checkoutTarget": "5.1.x",
"name": "5.1.x",
"path": "/nebular/5.1.x/"
}
]
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nebular",
"version": "5.1.0",
"version": "6.0.0",
"license": "MIT",
"author": "akveo <contact@akveo.com>",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages-smoke/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages-smoke/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "packages-smoke",
"version": "5.1.0",
"version": "6.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down
4 changes: 2 additions & 2 deletions src/framework/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/auth",
"version": "5.1.0",
"version": "6.0.0",
"description": "@nebular/auth",
"author": "akveo",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@angular/core": "^10.0.0",
"@angular/router": "^10.0.0",
"@angular/forms": "^10.0.0",
"@nebular/theme": "5.1.0",
"@nebular/theme": "6.0.0",
"rxjs": "^6.5.1"
},
"sideEffects": false
Expand Down
4 changes: 2 additions & 2 deletions src/framework/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/bootstrap",
"version": "5.1.0",
"version": "6.0.0",
"description": "@nebular/bootstrap",
"author": "akveo",
"license": "MIT",
Expand All @@ -22,6 +22,6 @@
],
"peerDependencies": {
"bootstrap": "^4.0.0",
"@nebular/theme": "5.1.0"
"@nebular/theme": "6.0.0"
}
}
4 changes: 2 additions & 2 deletions src/framework/date-fns/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/date-fns",
"version": "5.1.0",
"version": "6.0.0",
"description": "@nebular/date-fns",
"author": "akveo",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"nebular"
],
"peerDependencies": {
"@nebular/theme": "5.1.0",
"@nebular/theme": "6.0.0",
"date-fns": "2"
},
"sideEffects": false
Expand Down
4 changes: 2 additions & 2 deletions src/framework/eva-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/eva-icons",
"version": "5.1.0",
"version": "6.0.0",
"description": "@nebular/eva-icons",
"author": "akveo",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"eva-icons"
],
"peerDependencies": {
"@nebular/theme": "5.1.0",
"@nebular/theme": "6.0.0",
"eva-icons": "^1.1.2"
},
"sideEffects": false
Expand Down
4 changes: 2 additions & 2 deletions src/framework/firebase-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/firebase-auth",
"version": "5.1.0",
"version": "6.0.0",
"description": "@nebular/firebase-auth",
"author": "akveo",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
],
"peerDependencies": {
"@angular/core": "^10.0.0",
"@nebular/auth": "5.1.0",
"@nebular/auth": "6.0.0",
"rxjs": "^6.5.1",
"firebase": "^7.14.5",
"@angular/fire": "^6.0.0"
Expand Down
4 changes: 2 additions & 2 deletions src/framework/moment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/moment",
"version": "5.1.0",
"version": "6.0.0",
"description": "@nebular/moment",
"author": "akveo",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"nebular"
],
"peerDependencies": {
"@nebular/theme": "5.1.0",
"@nebular/theme": "6.0.0",
"moment": "^2.22.2"
},
"sideEffects": false
Expand Down
2 changes: 1 addition & 1 deletion src/framework/security/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/security",
"version": "5.1.0",
"version": "6.0.0",
"description": "@nebular/security",
"author": "akveo",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/framework/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nebular/theme",
"version": "5.1.0",
"version": "6.0.0",
"description": "@nebular/theme",
"author": "akveo",
"license": "MIT",
Expand Down