Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @ng-bootstrap/ng-bootstrap to v16 #3072

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ng-bootstrap/ng-bootstrap ^14.2.0 -> ^16.0.0 age adoption passing confidence

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 Bootstrap 5.3.2.

Main features:

  • dark mode support for all components and demo site.
  • new stacked progressbar markup in Bootstrap 5.3 allowed us to do the long-standing stacked progressbar feature request.
  • Ethiopian calendar for datepicker.
  • old component-based accordion implementation is removed (it was deprecated in 14.1.0 in favor of directive-based implementation).
  • we're using new control flow syntax internally and for all demos.

Please make sure to check the BREAKING CHANGES section below.

Bug Fixes
Features
  • bootstrap 5.3 and dark mode (99c2162), closes #​4450
  • add axe a11y tests of the demo site (#​4588) (b573a2b)
  • progressbar: add stacked progressbar (#​4621) (1982133)
  • datepicker: add ethiopian date picker (bf02fb0), closes #​4499
  • migrate to the new control flow syntax (6c3570b)
  • accordion: remove type from configuration (ed7732a)
  • accordion: remove component-based version (7aab9e3)
  • dropdown: remove deprecated NgbNavbar directive (c2c8061)
BREAKING CHANGES
  • minimum required versions are now Angular 17.0.0, Bootstrap 5.3.2 and Popper 2.11.8
  • accordion: removed component-based accordion. It was deprecated in 14.1.0
  • accordion: removed type property from the NgbAccordionConfig. It was deprecated in 14.1.0.
  • we use 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.
  • nav: NgbNavbar directive is removed, as it is no longer required. It was deprecated in 14.2.0.
  • nav: default value for the @Input() keyboard: boolean | 'changeWithArrows' was changed from false to true, 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 set keyboard to false either on the individual NgbNav or via NgbNavConfig

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
  • accordion: initialize destroyOnHide from configuration (a8b39be)
  • rating: generate correct aria-readonly/disabled attributes (#​4586) (f99bc96)
  • tooltip: align closing behavior with Bootstrap (55f45fd), closes #​3889
  • tooltip: fixed closing on hover from arrow direction (4417ee6), closes #​3997
  • tooltip: remove padding for non-standard placements (c7c0978), closes #​4369

15.1.1 (2023-08-07)

Bug Fixes
  • accordion: override destroyOnHide correctly (#​4545) (e0f15c6), closes #​4541
  • dropdown: fix arrow navigation inside shadow dom (#​4548) (995d22d), closes #​4540
  • scrollspy: change active to '' (empty) after explicit stop (cec803d)
  • scrollspy: recompute active when unobserving fragments (4dac691)

v15.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
  • accordion: initialize destroyOnHide from configuration (a8b39be)
  • rating: generate correct aria-readonly/disabled attributes (#​4586) (f99bc96)
  • tooltip: align closing behavior with Bootstrap (55f45fd), closes #​3889
  • tooltip: fixed closing on hover from arrow direction (4417ee6), closes #​3997
  • tooltip: remove padding for non-standard placements (c7c0978), closes #​4369

v15.1.1

Compare Source

Bug Fixes
  • accordion: override destroyOnHide correctly (#​4545) (e0f15c6), closes #​4541
  • dropdown: fix arrow navigation inside shadow dom (#​4548) (995d22d), closes #​4540
  • scrollspy: change active to '' (empty) after explicit stop (cec803d)
  • scrollspy: recompute active when unobserving fragments (4dac691)

v15.1.0

Compare Source

This release introduces Scrollspy service and directives.

Features

15.0.1 (2023-06-06)

Bug Fixes

v15.0.1

Compare Source

Bug Fixes

v15.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
Features
BREAKING CHANGES
  • datepicker: Might be breaking, if datepicker arrows are customized.
    Datepicker navigation arrow markup.

BEFORE:

<div class="ngb-dp-arrow">       <!-- left -->
<div class="ngb-dp-arrow right"> <!-- right -->

AFTER:

<div class="ngb-dp-arrow ngb-dp-arrow-prev"> <!-- prev -->
<div class="ngb-dp-arrow ngb-dp-arrow-next"> <!-- next -->

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 25, 2023
Copy link

Updated dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@ng-bootstrap/ng-bootstrap 14.2.0...16.0.0 None +40/-0 368 MB maxokorokov

@renovate renovate bot force-pushed the renovate/ng-bootstrap-ng-bootstrap-16.x branch from db7211f to 5e6cf73 Compare November 26, 2023 18:59
@renovate renovate bot force-pushed the renovate/ng-bootstrap-ng-bootstrap-16.x branch from 5e6cf73 to d4d8ceb Compare November 26, 2023 22:43
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@pYassine pYassine closed this Nov 26, 2023
Copy link
Contributor Author

renovate bot commented Nov 26, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 16.x releases. But if you manually upgrade to 16.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/ng-bootstrap-ng-bootstrap-16.x branch November 26, 2023 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants