Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@nebular/bootstrap
Advanced tools
5.0.0 (2020-03-09)
requireValidToken
set to true by default.
Now if response contains invalid token NbAuthIllegalTokenError
is thrown.
To enable old behavior, set requireValidToken: false
in the auth strategy method config, e.g.:NbPasswordAuthStrategy.setup({
// ...
login: {
// ...
requireValidToken: false,
},
});
or
NbOAuth2AuthStrategy.setup({
// ...
authorize: {
// ...
requireValidToken: false,
},
});
Badge, button, progress bar, toastr components now use basic status as a default.
calendar:
NbCalendarHeaderComponent
removed. Along with that showHeader
property removed from following components:
NbBaseCalendarComponent
NbCalendarRangeComponent
NbCalendarComponent
NbBasePicker
NbBasePickerComponent
medium
and size-medium
css classes were removed along with medium
/isMedium
properties from the following classes:
NbCalendarDayPickerComponent
NbCalendarMonthPickerComponent
NbCalendarYearPickerComponent
NbBaseCalendarComponent
NbCalendarWeekNumberComponent
Properties date
, changeMode
, isRtl
removed from NbCalendarPageableNavigationComponent
File nb-calendar-week-number.component
renamed to calendar-week-number.component
YEARS_IN_VIEW, YEARS_IN_ROW
constants removed. Use NbCalendarYearModelService
s getYearsInView
and getRowInView
methods.
NbCalendarNavigationComponent
replaced with NbCalendarViewModeComponent
.
initYears
method removed from NbCalendarYearPickerComponent
.
calendar-range-cells.ts
file split into calendar-range-day-cell.component.ts
, calendar-range-month-cell.component.ts
and calendar-range-year-cell.component.ts
.
Following theme properties were removed:
calendar-body-height
calendar-header-text-color
calendar-header-text-font-family
calendar-header-title-text-font-size
calendar-header-title-text-font-weight
calendar-header-title-text-line-height
calendar-header-sub-title-text-font-size
calendar-header-sub-title-text-font-weight
calendar-header-sub-title-text-line-height
calendar-navigation-button-width
calendar-large-body-height
calendar-cell-in-range-background-color
calendar-cell-disabled-background-color
datepicker-text-color
datepicker-arrow-size
cdk: NbPlatform and NbScrollStrategyOptions from theme/components/cdk/overlay/mapping.ts removed. Use NbPlatform from theme/components/cdk/platform/platform-service.ts and NbScrollStrategyOptions from theme/components/cdk/adapter/block-scroll-strategy-adapter.ts. NbPlatformModule removed.
select: select-option-*
theme properties renamed to option-
. nb-option
and nb-option-group
components moved to own options
directory.
select: Generic value type removed from NbSelectComponent.
Angular: Nebular packages now require Angular 9+.
tslib: We no longer have a direct dependency on tslib. Instead it is now listed a peerDependency. This matches Angular framework. Users not using the Angular CLI will need to manually install tslib via:
yarn add tslib
# or
npm install tslib --save
<a name="4.6.0"></a>
FAQs
@nebular/bootstrap
The npm package @nebular/bootstrap receives a total of 1,166 weekly downloads. As such, @nebular/bootstrap popularity was classified as popular.
We found that @nebular/bootstrap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.