This release adds Angular 14.1 and Bootstrap 5.2.0 support. It also removes deprecated checkboxes and radio buttons.
Bug Fixes
- datepicker: better display for a disabled datepicker (52ec5b5)
- datepicker: use
-bs-xxx
variables for colors (3012aaf) - replace
ComponentFactory
with newcreateComponent
API (9a011f3), closes #4343 - use new
setInput()
API instead of setting inputs manually (eec4e43)
BREAKING CHANGES
- buttons: Checkbox and Radio buttons are no longer a part of ng-bootstrap, please use native Angular. They were deprecated in ng-bootstrap 12, see this page for more details.