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(menu): fixed MenuOptionFactory typings to support IMenuOptionGroup #428

Merged
merged 2 commits into from
Nov 27, 2023

Conversation

DRiFTy17
Copy link
Collaborator

@DRiFTy17 DRiFTy17 commented Nov 9, 2023

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added/updated: N
  • Docs have been added/updated: Y
  • Does this PR introduce a breaking change? N
  • I have linked any related GitHub issues to be closed when this PR is merged? Y

Describe the new behavior?

The MenuOptionFactory type will now properly allows IMenuOptionGroup object types.

Along with this, some minor bugs were fixed that were related to the more strict typings being in place.

Additional information

Fixes #426

@DRiFTy17 DRiFTy17 added the patch Increment the patch version when merged label Nov 9, 2023
@DRiFTy17 DRiFTy17 requested a review from a team as a code owner November 9, 2023 19:09
Copy link

stackblitz bot commented Nov 9, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@DRiFTy17 DRiFTy17 merged commit 1d85d3b into main Nov 27, 2023
8 checks passed
@DRiFTy17 DRiFTy17 deleted the fix/menu-typings branch November 27, 2023 14:49
@github-actions github-actions bot added the released This issue/pull request has been released. label Nov 27, 2023
Copy link
Contributor

github-actions bot commented Dec 1, 2023

🚀 PR was released in v3.0.0-next.15 🚀

@github-actions github-actions bot added the prerelease This change relates to a prerelease. label Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged prerelease This change relates to a prerelease. released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[menu] typings for MenuOptionFactory do not support IMenuOptionGroup
3 participants