Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stenciljs/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.22.1
Choose a base ref
...
head repository: stenciljs/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.22.2
Choose a head ref
  • 5 commits
  • 7 files changed
  • 7 contributors

Commits on Oct 11, 2024

  1. fix(types): add controlslist to html declarations (#6026)

    prior to this commit, using the `controlslist` attribute in a `video`
    or `audio` element would result in a type checking error. with this
    commit, we allow the attribute to take one of three values:
    - nodownload
    - nofullscreen
    - noremoteplayback
    
    note that at the time of this writing, only chromium browsers support
    this attribute. it is the responsibilty of end users to determine if
    using this attribute is appropraite for their projects.
    
    fixes: #6015
    rwaskiewicz authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f4b48e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ff3048 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    009d370 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. chore(deps): update dependency eslint-plugin-jsdoc to v50.4.3 (#6034)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    36cb993 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Release v4.22.2 (#6036)

    * v4.22.2
    
    * update changelog
    
    ---------
    
    Co-authored-by: christian-bromann <731337+christian-bromann@users.noreply.github.com>
    Co-authored-by: Christian Bromann <git@bromann.dev>
    3 people authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    94fc60b View commit details
    Browse the repository at this point in the history
Loading