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(modal): fix modal events #71

Merged
merged 1 commit into from
Dec 14, 2024
Merged

fix(modal): fix modal events #71

merged 1 commit into from
Dec 14, 2024

Conversation

Sukaato
Copy link
Member

@Sukaato Sukaato commented Dec 12, 2024

fixes: #70

What is the current behavior?

modal does not emit event on prensent and dismiss

What is the new behavior?

  • rename didPresent to present
  • rename didDismiss to dismiss

Does this introduce a breaking change?

  • Yes
  • No

the breaking change is due to event name rename

Other information

@Sukaato Sukaato requested a review from Xenxia December 12, 2024 20:19
@github-actions github-actions bot added bug Something isn't working package: vue @poppy-ui/vue package related package: core @poppy-ui/core package related labels Dec 12, 2024
@Sukaato Sukaato force-pushed the fix/70-fix-modal-events branch from 541b811 to 12aad1d Compare December 12, 2024 20:20
@Sukaato Sukaato merged commit 95fe769 into main Dec 14, 2024
16 checks passed
@Sukaato Sukaato deleted the fix/70-fix-modal-events branch December 14, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working package: core @poppy-ui/core package related package: vue @poppy-ui/vue package related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug (core): modal never emit present and dismiss events
2 participants