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

Prefix custom event names #257

Merged
merged 7 commits into from
Nov 4, 2021
Merged

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    b0db703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75f7256 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    0bfa482 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b0d007 View commit details
    Browse the repository at this point in the history
  3. refactor(Components): Namespace custom DOM events with a prefix

    Because HTML attributes are case insensitive, browsers interpret any
    uppercase characters as lowercase. This can cause problems across frameworks.
    As such, for standardized usage we use lowercased kebab-style formatting for
    custom events.
    alex-ketch committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    2d5f6da View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. refactor(Events): Rename custom events to be more standardized

    BREAKING CHANGE: Event names have changed, please refer to the component
    README for updated versions.
    alex-ketch committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    aee7c17 View commit details
    Browse the repository at this point in the history
  2. chore(CodeChunk): Remove deprecated data-programmingLanguage attriubte

    BREAKING CHANGE: Please use `programmingLanguage` prop,
    or `programming-language` HTML attribute instead.
    alex-ketch committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    4527944 View commit details
    Browse the repository at this point in the history