Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

build(deps): update dependency @ng-bootstrap/ng-bootstrap to v14 (latest) #8210

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from

Conversation

angular-robot
Copy link
Contributor

@angular-robot angular-robot commented Dec 8, 2022

This PR contains the following updates:

Package Type Update Change
@ng-bootstrap/ng-bootstrap dependencies major 12.1.2 -> 14.0.1

Release Notes

ng-bootstrap/ng-bootstrap

v14.0.1

Compare Source

Fixes a DI issue with modal dependencies in lazy-loaded modules introduced in 14.0.0.

Bug Fixes

v14.0.0

Compare Source

This release bumps minimum supported versions to Angular 15.0.0, Bootstrap 5.2.3 and Popper 2.11.6.

It also introduces support for standalone components, which means that you can now import ng-bootstrap inside your
standalone components in 3 ways:

imports: [NgbModule]                     // import all ng-bootstrap components
imports: [NgbNavModule]                  // import a certain type of components
imports: [NgbNav, NgbNavOutlet, etc... ] // import required components individually

The demo site, stackblitzes and documentation have been updated to reflect these changes.

Bug Fixes
  • accordion: add missing forwardRef (9e01092)
  • datepicker: add missing forwardRef (1e68c9b)
Features
  • migrate all components and directives to standalone (5e6d11c)

v13.1.1

Compare Source

Bug Fixes

v13.1.0

Compare Source

This release adds several features, notably:

Bug Fixes
  • collapse: restore previous transition logic (#​4388) (ec372c3)
  • collapse: solved running transition twice (#​4374) (9c8bf98)
  • datepicker: add NgbDateStructAdapter to export list (#​4335) (a6e9f2e)
  • positioning: generate correct RTL placements for popper (5379cd0)
  • offcanvas: change animations to be like in Bootstrap 5.2.0 (#​4366) (cb4406d)
  • schematics: install @angular/localize to devDependencies (5289e8a)
  • timepicker: add exportAs property for ngbTimepicker (#​3980) (94e7b35)
Features
  • positioning: allow configuring Popper via popperOptions API (#​4323) (a6f6803)
  • collapse: add horizontal collapse (98f0527)
  • offcanvas: add static backdrop option (#​4367) (fe4c798)
  • popover: allow specifying target for popover (711bfd3)
  • progressbar: add aria-label (6a3ebaa), closes #​4133
  • rating: allow overriding tabindex with provided value (#​4309) (9d80e66)
  • tooltip: allow specifying target for tooltip (dc82372)

v13.0.0

Compare Source

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 new createComponent 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.

12.1.2 (2022-05-17)

Bugfixes for popper positioning related to tooltip/popover arrow placement and overall performance.

Bug Fixes
  • positioning: not all classnames are removed correctly after change detection (9775246), closes #​4327
  • pagination: allow for custom and null 'size' values (8df5f74), closes #​3816
  • datepicker: schedule positioning calculations correctly (745a64d)
  • dropdown: schedule positioning calculations correctly (077047e)
  • popover: schedule positioning calculations correctly (6b16b8d)
  • tooltip: schedule positioning calculations correctly (662f2b6), closes #​4321
  • typeahead: schedule positioning calculations correctly (79454d1)

12.1.1 (2022-04-29)

Bug Fixes
  • offcanvas: use correct rxjs import for the 'finalize' operator (#​4317) (428d666)

Configuration

📅 Schedule: Branch creation - "before 7am every weekday,after 6pm every weekday,every weekend" in timezone America/Tijuana, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 Renovate Bot.

@angular-robot angular-robot enabled auto-merge (rebase) December 8, 2022 03:17
@angular-robot angular-robot force-pushed the ng-renovate/latest-ng-bootstrap-ng-bootstrap-14-x branch from 5e0acfe to 38a6b79 Compare January 9, 2023 14:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant