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

Bump @ng-bootstrap/ng-bootstrap from 11.0.0-beta.1 to 11.0.0-beta.2 #154

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 6, 2021

Bumps @ng-bootstrap/ng-bootstrap from 11.0.0-beta.1 to 11.0.0-beta.2.

Release notes

Sourced from @​ng-bootstrap/ng-bootstrap's releases.

11.0.0-beta.2

This release adds Angular 12 support for the Bootstrap 5 beta version along with a couple of bugfixes.

Bug Fixes

  • accordion: fix broken collapse animation (801093a)
  • datepicker: fix header colors (c24880c)
Changelog

Sourced from @​ng-bootstrap/ng-bootstrap's changelog.

11.0.0-beta.2 (2021-07-05)

This release adds Angular 12 support for the Bootstrap 5 beta version along with a couple of bugfixes.

Bug Fixes

  • accordion: fix broken collapse animation (801093a)
  • datepicker: fix header colors (c24880c)

10.0.0 (2021-07-01)

This release adds Angular 12 support

BREAKING CHANGES

  • datepicker: The deprecated datepicker @Input() showWeekdays: boolean is removed from NgbDatepicker and NgbInputDatepicker. It was replaced by @Input() weekdays: TranslationWidth | boolean; that also allows providing TranslationWidth if necessary.

BEFORE:

<!-- datepicker -->
<ngb-datepicker [showWeekdays]="true"></ngb-datepicker>
<input ngbDatepicker [showWeekdays]="true"></input>

<!-- datepicker config --> constructor(config: NgbDatepickerConfig) { config.showWeekdays = true; }

AFTER:

<!-- datepicker -->
<ngb-datepicker [weekdays]="true"></ngb-datepicker>
<input ngbDatepicker [weekdays]="true"></input>

<!-- datepicker config --> constructor(config: NgbDatepickerConfig) { config.weekdays = TranslationWidth.Short; }

  • datepicker: This change concerns you if you're creating custom datepicker calendars and i18ns.

The deprecated datepicker getWeekdayShortName(weekday: number): string; is removed from NgbDatepickerI18n. It was replaced by getWeekdayLabel(weekday: number, width?: TranslationWidth): string; to add TranslationWidth option and align naming.

BEFORE:

@Injectable()
</tr></table> 

... (truncated)

Commits
  • 9598506 docs: release 11.0.0-beta.2
  • 6714a89 build: bump bootstrap to 5.0.2 (#4124)
  • 425ecb1 demo(accordion): fix custom header demo (#4123)
  • 1a8e4f1 Merge branch 'master' into bootstrap5
  • 11708c8 docs: release 10.0.0
  • 08886af build: make tslib dependency less restrictive
  • 98d5cd8 docs: add version 10 requirements to the getting started page
  • a0789b3 build(schematics): bump to version 10
  • 84d302c demo: fix deprecated router.isActive() call (#4117)
  • 9e208a3 build: remove deprecated --prod option (#4115)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@ng-bootstrap/ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap) from 11.0.0-beta.1 to 11.0.0-beta.2.
- [Release notes](https://github.com/ng-bootstrap/ng-bootstrap/releases)
- [Changelog](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/CHANGELOG.md)
- [Commits](ng-bootstrap/ng-bootstrap@11.0.0-beta.1...11.0.0-beta.2)

---
updated-dependencies:
- dependency-name: "@ng-bootstrap/ng-bootstrap"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 6, 2021
@dtrouillet dtrouillet merged commit 3f33deb into master Jul 7, 2021
@dtrouillet dtrouillet deleted the dependabot/npm_and_yarn/ng-bootstrap/ng-bootstrap-11.0.0-beta.2 branch July 7, 2021 08:10
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.

1 participant