Thanks to visit codestin.com
Credit goes to github.com

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.0.3
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.0.4
Choose a head ref
  • 7 commits
  • 10 files changed
  • 4 contributors

Commits on Aug 1, 2023

  1. chore(deps): update dependency node-fetch to v3.3.2 (#4641)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e32583a View commit details
    Browse the repository at this point in the history
  2. fix(runtime): forceUpdate calls only execute when in a browser env (#…

    …4591)
    
    * `forceUpdate` calls only execute when in a browser env
    
    * update testing platform build conditionals
    
    * fmt
    
    * fix an e2e test
    tanner-reits authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b203263 View commit details
    Browse the repository at this point in the history
  3. chore(repo): add glob, minimatch to renovate ignore list (#4647)

    this commit (temporarily) adds glob, minimatch to the renovate ignore
    list. a ticket has been added to the stencil backlog to address this
    item of tech debt, as it's more effort than originally envisioned to
    'simply' upgrade this (see ticket for additional info)
    rwaskiewicz authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    0ec52a9 View commit details
    Browse the repository at this point in the history
  4. fix(typings): add additional transition events to DOMAttributes (#4645)

    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 authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    420052f View commit details
    Browse the repository at this point in the history
  5. docs(release): move release readme to RELEASE.md and make a few edits (

    …#4644)
    
    This moves the release documentation to `./RELEASE.md` and makes a few
    edits to reflect some things we learned after doing our first automated
    release of Stencil.
    alicewriteswrongs authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    adc5911 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. chore(deps): update dependency eslint to v8.46.0 (#4653)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7f4b2d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. 🍧 v4.0.4

    rwaskiewicz committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    82d25a8 View commit details
    Browse the repository at this point in the history
Loading