@ng-bootstrap/ng-bootstrap
Advanced tools
Changelog
13.0.0 (2022-07-28)
This release adds Angular 14.1 and Bootstrap 5.2.0 support. It also removes deprecated checkboxes and radio buttons.
-bs-xxx
variables for colors (3012aaf)ComponentFactory
with new createComponent
API (9a011f3), closes #4343setInput()
API instead of setting inputs manually (eec4e43)Changelog
12.1.2 (2022-05-17)
Bugfixes for popper positioning related to tooltip/popover arrow placement and overall performance.
Changelog
12.0.2 (2022-04-07)
More bugfixes for the Bootstrap 5 release
Changelog
11.0.1 (2022-04-07)
This release contains some bugfixes for those who still remain on Bootstrap 4
Changelog
12.0.1 (2022-03-21)
This release contains a couple of bugfixes for the Bootstrap 5 release.
ng-bootstrap web site was updated with documentation for older releases (now there is a dropdown in the header to switch between versions).
Changelog
12.0.0 (2022-02-14)
This release adds Bootstrap 5 support.
"@popperjs/core": "^2.10.2"
as a peer dependency. All positioning logic for datepicker, dropdown, popover, tooltip and typeahead is outsourced to popper.js.Before:
NgbSlideEventDirection.LEFT
NgbSlideEventDirection.RIGHT
After:
NgbSlideEventDirection.START
NgbSlideEventDirection.END
.ngb-toasts
class has been removed, as Bootstrap has its own .toast-container
.Changelog
11.0.0 (2021-12-16)
This release adds Angular 13 support.
Apologies for the version mixup with this release, please use this guide: