Skip to content

12.0.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@maxokorokov maxokorokov released this 22 Nov 18:59
· 438 commits to master since this release

This is a republsih of 12.0.0-beta.3 that was corrupted.

This 4th beta release for Bootstrap 5 adds Angular 13 support and uses Popper.js for positioning. Schematics are not yet updated for this version.

Apologies for the version mixup with this release, please use this guide:

  • ng-bootstrap 10 (stable) -> Angular 12 and Bootstrap 4
  • ng-bootstrap 11 (rc) -> Angular 13 and Bootstrap 4
  • ng-bootstrap 12 (beta) -> Angular 13 and Bootstrap 5

Features

  • positioning: use popper 2 for positioning (#4129) (5842eb5)

BREAKING CHANGES

  • positioning: ng-bootstrap adds "@popperjs/core": "^2.10.2" as a peer dependency. All positioning logic for datepicker, dropdown, popover, tooltip and typeahead is outsourced to popper.js.