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.27.2
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.28.0
Choose a head ref
  • 4 commits
  • 21 files changed
  • 7 contributors

Commits on Mar 8, 2025

  1. Configuration menu
    Copy the full SHA
    aa1bc62 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. fix(compiler): fix file watcher sometimes doesn't trigger rebuild (#6191

    )
    
    * fix(compiler): fix file watcher sometimes doesn't trigger rebuild
    
    The existing implementation was running into the `lastTsBuilder && !timeoutId` condition with a `timeoutId` being present
    even though there was no running build or any other good reason not to rebuild.
    
    The change simplifies the implementation by using a recursive `setTimeout` to wait for pending builds.
    
    This allows to:
    
      - remove the extra `rebuildTimer` which was arguably confusing
      - remove the clearTimeout override
    
    Since we immediately call `clearTimeout(timeoutId)` in the `setTimeout` override, we don't stack up rebuild requests.
    
    After applying these changes the watcher behaves beautifully.
    
    fixes: #6190
    
    * style(compiler): fix code formatting
    hettiger authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    840ead9 View commit details
    Browse the repository at this point in the history
  2. build: update rollup to latest (#6187)

    * chore: upgrade rollup. WIP.
    
    * chore: tidying
    
    * chore: add optional rollup linux package
    
    * chore: fix type
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    d54c44c View commit details
    Browse the repository at this point in the history
  3. Release v4.28.0 (#6192)

    * v4.28.0
    
    * 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 Mar 11, 2025
    Configuration menu
    Copy the full SHA
    a728c20 View commit details
    Browse the repository at this point in the history
Loading