Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@nebular/bootstrap
Advanced tools
9.0.0 (2021-12-01)
CSS custom properties mode for theming is enabled by default since Angular dropped support for Internet Explorer and also removed the ability to use node-sass
to compile sass. Read details and how to opt-out here.
This change doesn't affect users who use prebuilt Nebular themes. For prebult themes users we also ship prebuilt themes with custom properties. See usage guide here.
@nebular/theme/styles/_components.scss
file removed. Replace imports from this files with:
@import '@nebular/theme/styles/theming';
@import '@nebular/theme/styles/themes';
layout-window-mode-max-width
, tabset-tab-text-hide-breakpoint
, route-tabset-tab-text-hide-breakpoint
theme properties removed. Migration guide.NbTriggerStrategyBase
's isNotOnHostOrContainer
, isOnHostOrContainer
, isOnHost
, isOnContainer
methods now expect Element
instead of Event
as the first parameter. Pass event.target as Element
instead of event
.NbSidebarComponent.toggleResponsive
method removed. Change method call to sidebar.responsive = !sidebar.responsive
.STATE_EXPANDED
, STATE_COLLAPSED
, STATE_COMPACTED
static properties removed. Use NbSidebarState
type values ('expanded'
, 'collapsed'
, 'compacted'
).RESPONSIVE_STATE_MOBILE
, RESPONSIVE_STATE_TABLET
, RESPONSIVE_STATE_PC
static properties removed. Use NbSidebarResponsiveState
type values ('mobile'
, 'tablet'
, 'pc'
).NbRouteTabsetComponent.tabs
property type changed from any
to NbRouteTab
.NbRouteTabsetComponent.changeTab
property type changed from EventEmitter<any>
to EventEmitter<NbRouteTab>
.tab
parameter type of the NbRouteTabsetComponent.selectTab
method changed from any
to NbRouteTab
.NbScrollableContainerDimentions
class renamed to NbScrollableContainerDimensions
. Use updated class name.NbOAuth2AuthStrategy.buildAuthHeader
return type changed from any
to HttpHeaders | undefined
. If the method is overridden in a derived class, update its return type as well.focusInputOnValueChange
property removed from NbAutocompleteDirective
class. Now autocomplete focuses input only when value is selected by option click or via keyboard.NbRangepickerComponent
's min
, max
properties are expecting Date
(or moment
if using moment adapter) type. filter
function parameter also corrected to Date
.NbDatepicker
now a has second generic D
to use for min
, max
, and filter
arguments. It should be set to Date
or moment
type.noop
(nbContextMenuTrigger="noop"
).13
dateTimeChange
output (#2816) (73a6b5a)routerLinkActiveOptions
per tab (#2907) (276d610)<a name="8.0.0"></a>
FAQs
@nebular/bootstrap
The npm package @nebular/bootstrap receives a total of 0 weekly downloads. As such, @nebular/bootstrap popularity was classified as not 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.