feat(Dependencies): Update dependency @ng-bootstrap/ng-bootstrap to v16 - autoclosed #5974
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^15.0.1
->^16.0.0
Release Notes
ng-bootstrap/ng-bootstrap (@ng-bootstrap/ng-bootstrap)
v16.0.0
Compare Source
This release bumps minimum required versions to Angular
17.0.0
and Bootstrap5.3.2
.Main features:
5.3
allowed us to do the long-standing stacked progressbar feature request.14.1.0
in favor of directive-based implementation).Please make sure to check the
BREAKING CHANGES
section below.Bug Fixes
setInput
where possible for dynamic components (f29a7b5)show
class to dropdown toggle when dropdown is open (#4532) (6bf2ab0), closes #4531NgbNavLinkBase
matches multiple times (02ab48b), closes #4594getMainFilePath()
to get main project file (acd635a)startDate
type should accept dates with days (#4618) (81ec20a), closes #4616Features
type
from configuration (ed7732a)NgbNavbar
directive (c2c8061)BREAKING CHANGES
17.0.0
, Bootstrap5.3.2
and Popper2.11.8
14.1.0
type
property from theNgbAccordionConfig
. It was deprecated in14.1.0
.inject
function internally more than before, so constructor signatures have changed for all components. If you extend our components (and you really shouldn't do it), you might need to update your code.NgbNavbar
directive is removed, as it is no longer required. It was deprecated in14.2.0
.@Input() keyboard: boolean | 'changeWithArrows'
was changed fromfalse
totrue
, meaning that all navs are now keyboard accessible by default and focus between navs moves with arrow keys. Focusing behavior follows the WAI-ARIA tab recommendation as well as Bootstrap's nav implementation. To turn off keyboard support setkeyboard
tofalse
either on the individualNgbNav
or viaNgbNavConfig
15.1.2 (2023-10-24)
This release aligns tooltip closing behavior with Bootstrap (both desktop and mobile), fixes a long-standing bug with tooltip opening issues.
While we don't consider it a breaking change, some complex existing tooltips might behave differently.
Bug Fixes
destroyOnHide
from configuration (a8b39be)aria-readonly/disabled
attributes (#4586) (f99bc96)15.1.1 (2023-08-07)
Bug Fixes
destroyOnHide
correctly (#4545) (e0f15c6), closes #4541Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.