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.37.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.38.0
Choose a head ref
  • 8 commits
  • 86 files changed
  • 6 contributors

Commits on Sep 23, 2025

  1. feat(config): allow suppressing reserved public name warning (#6389)

    * feat(config): allow suppressing reserved public name warning
    
    * chore(prettier): format prop decorator map call
    
    * test(config): cover suppressReservedPublicNameWarnings
    deleonio authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    341fec4 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. chore(deps-dev): bump tar-fs from 3.0.9 to 3.1.1 (#6398)

    Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 3.0.9 to 3.1.1.
    - [Commits](mafintosh/tar-fs@v3.0.9...v3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: tar-fs
      dependency-version: 3.1.1
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    9b67977 View commit details
    Browse the repository at this point in the history
  2. fix(test): stop duplicate super calls in Jest (#6401)

    * fix(testing): stop duplicate super calls in Jest
    
    * chore: format
    
    * chore: tidy
    
    * chore: tidy
    
    * chore: update snap
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    32160ad View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. fix(test): trigger @watch decorators on inherited classes in jest env (

    …#6402)
    
    * fix(test): trigger @watch decorators on inherited classes in jest env
    
    * chore: lint
    
    * chore: prettier
    
    * chore: fixup testing
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    f277068 View commit details
    Browse the repository at this point in the history
  2. fix: local (same-file) class inheritance search (#6403)

    * fix: local (same-file) class inheritance search
    
    * chore: recursion
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    695b1ac View commit details
    Browse the repository at this point in the history
  3. fix(runtime): stop immediate re-renders for reflected props when null…

    … !== undefined (#6404)
    
    * fix: local (same-file) class inheritance search
    
    * fix(runtime): stop immediate re-renders for null !== undefined
    
    * chore: add test
    
    * chore: lint
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    680b12e View commit details
    Browse the repository at this point in the history
  4. feat: new core decorators @PropSerialize & @AttrDeserialize (#6387)

    * feat: new core decorators `@PropSerialize` & `@AttrDeserialize`
    
    * chore: prettier
    
    * fix-up unit tests
    
    * chore: fixup tests
    
    * chore: some tests
    
    * chore: let deserializers decide on if Prop has an attr
    
    * chore: more testing
    
    * chore: make tests great again
    
    * chore: update build files
    
    * chore: fix tests more
    
    * chore: we can do stuff before first render!
    
    * chore: revert async decl
    
    * chore: wdio test. Better typing
    
    * chore: more testing
    
    * chore: prettier
    
    ---------
    
    Co-authored-by: John Jenkins <john.jenkins@nanoporetech.com>
    johnjenkins and John Jenkins authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    967c234 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. v4.38.0 (#6408)

    Co-authored-by: johnjenkins <5030133+johnjenkins@users.noreply.github.com>
    github-actions[bot] and johnjenkins authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    87074d1 View commit details
    Browse the repository at this point in the history
Loading