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: preactjs/preact
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.28.2
Choose a base ref
...
head repository: preactjs/preact
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.28.3
Choose a head ref
  • 5 commits
  • 9 files changed
  • 1 contributor

Commits on Jan 7, 2026

  1. Update test (#4989)

    JoviDeCroock authored Jan 7, 2026
    Configuration menu
    Copy the full SHA
    25bb34b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

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

Commits on Jan 28, 2026

  1. Resolve some suspense crashes (#4999)

    * Fix suspense crash
    
    * Prevent unmounted suspended vnodes from rendering
    
    Before this when we unmounted a vnode which was in a suspended state
    it was possible to cause this to render while being unmounted.
    One disturbing thing is that I wanted to check
    vnode._component._onResolve
    in the options.unmount hook, this however was not possible because
    somehow the reference to `_component` isn't being updated on the
    vnode that's actually unmounting. For this reason I opted to
    use a separate flag.
    JoviDeCroock authored Jan 28, 2026
    Configuration menu
    Copy the full SHA
    2ac91c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2026

  1. Configuration menu
    Copy the full SHA
    5023ce8 View commit details
    Browse the repository at this point in the history
  2. 10.28.3 (#5007)

    JoviDeCroock authored Jan 31, 2026
    Configuration menu
    Copy the full SHA
    eb1b8c8 View commit details
    Browse the repository at this point in the history
Loading