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.0
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.2
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on Dec 16, 2025

  1. Fix erroneous diffing w/ growing list (#4975)

    * Fix cause where oldVNode can carry over
    
    When we diff a list of children and in the new list an item gets added
    we will diff the newly added item against the oldVNode of its previous sibling
    due to the global nature of oldVNode
    
    * Add test
    JoviDeCroock authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    f7693b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2025

  1. 10.28.1 (#4978)

    JoviDeCroock authored Dec 23, 2025
    Configuration menu
    Copy the full SHA
    2af522b View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2026

  1. chore: Adjust TS linting setup (#4982)

    * chore: Adjust linting setup
    
    * chore: Remove unnecessary EventEmitter types
    rschristian authored Jan 2, 2026
    Configuration menu
    Copy the full SHA
    6670a4a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. Configuration menu
    Copy the full SHA
    37c3e03 View commit details
    Browse the repository at this point in the history
  2. 10.28.2

    JoviDeCroock committed Jan 6, 2026
    Configuration menu
    Copy the full SHA
    6f91446 View commit details
    Browse the repository at this point in the history
Loading