Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ng-bootstrap/ng-bootstrap

Package Overview
Dependencies
Maintainers
5
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ng-bootstrap/ng-bootstrap - npm Package Versions

13
16

15.0.0

Diff

Changelog

Source

15.0.0 (2023-05-25)

This release bumps minimum supported version of Angular to 16.0.0.

No new features are introduced since 14.x, apart from some inputs becoming required.

Bug Fixes

  • datepicker: remove navigation arrow .right class (#3922) (3735699)

Features

BREAKING CHANGES

  • datepicker: Might be breaking, if datepicker arrows are customized. Datepicker navigation arrow markup.

BEFORE:

<div class="ngb-dp-arrow">       <!-- left -->
<div class="ngb-dp-arrow right"> <!-- right -->

AFTER:

<div class="ngb-dp-arrow ngb-dp-arrow-prev"> <!-- prev -->
<div class="ngb-dp-arrow ngb-dp-arrow-next"> <!-- next -->
maxokorokov
published 14.2.0 •

Changelog

Source

14.2.0 (2023-05-23)

Bug Fixes

Features

  • datepicker: add 'contentTemplate' to input datepicker (2bfc212), closes #4497
  • datepicker: allow accessing i18n from the instance (0864688)
  • dropdown: replace NgbNavbar usage by DOM call to closest() (#4471) (c524384), closes #4462
  • modal: allow update options of opened modal (e945442), closes #4281 #4396 #4446
  • typeahead: add selectOnExact option (4eb6cc7), closes #4371
maxokorokov
published 14.1.1 •

Changelog

Source

14.1.1 (2023-05-02)

Bug Fixes

  • accordion: fix inconsistent closeOthers behavior (#4490) (77f667d)
  • pagination: remove .visually-hidden spans (#4492) (c819b6c), closes #3870
  • popover: avoid moving sibling elements on open (0c45ae8), closes #4494
  • tooltip: avoid moving sibling elements on open (65c1db9), closes #4494
maxokorokov
published 14.1.0 •

Changelog

Source

14.1.0 (2023-04-03)

This release improves navs accessibility and introduces a new accordion implementation based on directives. The new implementation is more flexible and allows for easier customization. Old accordion implementation is still available, but deprecated and will be removed in one of the future major releases.

See the documentation for more details.

Bug Fixes

  • accordion: fix OnPush change detection strategy behavior (#4480) (d39d508)
  • nav: add 'presentation' role to nav items (e88c5c5), closes #4398

Features

  • accordion: export NgbAccordionItem directive to the template (#4479) (c0c6358)
  • accordion: add NgbAccordionButton directive (f1eefe0)
  • accordion: new accordion implemented with directives (#4437) (fd56d0e)
  • nav: allow using NgbNavLink on a button element (7db38b8)
  • rating: allow customizing aria-textvalue (#4453) (064fef3)
maxokorokov
published 14.0.1 •

Changelog

Source

14.0.1 (2023-01-09)

Fixes a DI issue with modal dependencies in lazy-loaded modules introduced in 14.0.0.

Bug Fixes

  • modal: provide NgbModal at the correct level (#4464) (8ac01c2), closes #4447
  • positioning: use inject for NgbRTL dependency (7f2146d), closes #4403
  • progressbar: add aria attributes in parent and text-bg-color class when no textType (#4461) (54bf804)
  • schematics: correct 'bootstrap/scss/bootstrap' imports (#4465) (56b166b), closes #4463
maxokorokov
published 14.0.0 •

Changelog

Source

14.0.0 (2022-12-07)

This release bumps minimum supported versions to Angular 15.0.0, Bootstrap 5.2.3 and Popper 2.11.6.

It also introduces support for standalone components, which means that you can now import ng-bootstrap inside your standalone components in 3 ways:

imports: [NgbModule]                     // import all ng-bootstrap components
imports: [NgbNavModule]                  // import a certain type of components
imports: [NgbNav, NgbNavOutlet, etc... ] // import required components individually

The demo site, stackblitzes and documentation have been updated to reflect these changes.

Bug Fixes

  • accordion: add missing forwardRef (9e01092)
  • datepicker: add missing forwardRef (1e68c9b)

Features

  • migrate all components and directives to standalone (5e6d11c)
maxokorokov
published 14.0.0-rc.1 •

maxokorokov
published 14.0.0-rc.0 •

maxokorokov
published 13.1.1 •

Changelog

Source

13.1.1 (2022-11-17)

Bug Fixes

  • toast: update toast transitions to match Bootstrap 5.2 (#4411) (f1c2a09)
  • typeahead: remove aria-multiline attribute (#4409) (9bd749c), closes #4181
maxokorokov
published 13.1.0 •

Changelog

Source

13.1.0 (2022-10-18)

This release adds several features, notably:

Bug Fixes

  • collapse: restore previous transition logic (#4388) (ec372c3)
  • collapse: solved running transition twice (#4374) (9c8bf98)
  • datepicker: add NgbDateStructAdapter to export list (#4335) (a6e9f2e)
  • positioning: generate correct RTL placements for popper (5379cd0)
  • offcanvas: change animations to be like in Bootstrap 5.2.0 (#4366) (cb4406d)
  • schematics: install @angular/localize to devDependencies (5289e8a)
  • timepicker: add exportAs property for ngbTimepicker (#3980) (94e7b35)

Features

  • positioning: allow configuring Popper via popperOptions API (#4323) (a6f6803)
  • collapse: add horizontal collapse (98f0527)
  • offcanvas: add static backdrop option (#4367) (fe4c798)
  • popover: allow specifying target for popover (711bfd3)
  • progressbar: add aria-label (6a3ebaa), closes #4133
  • rating: allow overriding tabindex with provided value (#4309) (9d80e66)
  • tooltip: allow specifying target for tooltip (dc82372)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc