fix(deps): update dependency @ng-bootstrap/ng-bootstrap to v16 #511
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:
^14.0.0
->^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 #4541v15.1.2
Compare Source
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)v15.1.1
Compare Source
Bug Fixes
destroyOnHide
correctly (#4545) (e0f15c6), closes #4541v15.1.0
Compare Source
This release introduces Scrollspy service and directives.
Features
15.0.1 (2023-06-06)
Bug Fixes
display
when inside a navbar and guarded byngIf
(#4521) (05eafb2), closes #4520--name
option (be75dcc)--standalone
flag (7f5f7b6), closes #4511v15.0.1
Compare Source
Bug Fixes
display
when inside a navbar and guarded byngIf
(#4521) (05eafb2), closes #4520--name
option (be75dcc)--standalone
flag (7f5f7b6), closes #4511v15.0.0
Compare Source
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
.right
class (#3922) (3735699)Features
BREAKING CHANGES
Datepicker navigation arrow markup.
BEFORE:
AFTER:
v14.2.0
Compare Source
Bug Fixes
toggle()
too early (#4506) (08585a3), closes #4505NgbAccordionBody
(#4507) (aedbab9), closes #4502Features
NgbNavbar
usage by DOM call toclosest()
(#4471) (c524384), closes #4462selectOnExact
option (4eb6cc7), closes #437114.1.1 (2023-05-02)
Bug Fixes
closeOthers
behavior (#4490) (77f667d).visually-hidden
spans (#4492) (c819b6c), closes #3870Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.