Skip to content

fix(declarations): add missing event handler types#5964

Merged
christian-bromann merged 1 commit intomainfrom
cb/missing-events
Aug 30, 2024
Merged

fix(declarations): add missing event handler types#5964
christian-bromann merged 1 commit intomainfrom
cb/missing-events

Conversation

@christian-bromann
Copy link
Copy Markdown
Member

What is the current behavior?

GitHub Issue Number: fixes #5963

What is the new behavior?

Added missing event handlers to the public runtime. I am not sure if onBeforeToggleCapture or onToggleCapture are a thing but it seems it makes sense to follow the existing pattern. Happy to remove these.

Documentation

Does this introduce a breaking change?

  • Yes
  • No

Testing

n/a

Other information

n/a

@christian-bromann christian-bromann requested a review from a team as a code owner August 30, 2024 07:02
@christian-bromann christian-bromann merged commit 6ef1334 into main Aug 30, 2024
@christian-bromann christian-bromann deleted the cb/missing-events branch August 30, 2024 16:14
@christian-bromann
Copy link
Copy Markdown
Member Author

Released in Stencil v4.22.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: Missing "beforetoggle" and "toggle" events on HTMLElement

2 participants