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(typings): add additional transition events to DOMAttributes #4645

Merged
merged 1 commit into from
Aug 1, 2023

Commits on Jul 31, 2023

  1. fix(typings): add additional transition events to DOMAttributes

    this commit adds function declarations for the following events:
    - [`onTransitionCancel`](https://developer.mozilla.org/en-US/docs/Web/API/Element/transitioncancel_event)
    - [`onTransitionRun`](https://developer.mozilla.org/en-US/docs/Web/API/Element/transitionrun_event)
    - [`onTransitionStart`](https://developer.mozilla.org/en-US/docs/Web/API/Element/transitionstart_event)
    
    note that `onTransitionCancel` was  not natively supported by Chrome &
    Edge until v87. this version falls _after_ stencil's currently supported
    version of v79+ for both. this commit does not transpile code for the
    event/provide a polyfill for versions of Chrome/Edge released before
    2020.11.17
    
    fixes: #4643
    rwaskiewicz committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    fa7bed4 View commit details
    Browse the repository at this point in the history