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.27.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.2
Choose a head ref
  • 15 commits
  • 16 files changed
  • 8 contributors

Commits on Oct 24, 2025

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

Commits on Oct 27, 2025

  1. fix(compat): add commpat/server.browser entry (#4940)

    The `react-email/components` package needs this.
    marvinhagemeister committed Oct 27, 2025
    Configuration menu
    Copy the full SHA
    a347b0b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4941 from preactjs/v10-server-browser-entry

    fix(compat): add `commpat/server.browser` entry
    marvinhagemeister authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    3a5b4ba View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. types: Fix scroll events v10.x (#4949)

    * fix: Types for scroll events
    
    * feat: Add type for 'onScrollEndCapture' handler
    rschristian authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    20ba6cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ac2681 View commit details
    Browse the repository at this point in the history
  3. Adds snap events (#4947)

    * adds snap events
    
    * types: Correct event type & backport SnapEvent DOM type
    
    ---------
    
    Co-authored-by: Ryan Christian <[email protected]>
    argyleink and rschristian authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    ff30c2b View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2025

  1. Updates dangerouslySetInnerHTML type so future TS will accept Trusted… (

    #4931)
    
    * Updates dangerouslySetInnerHTML type so future TS will accept TrustedHTML automatically
    
    * test: Add simple type test
    
    ---------
    
    Co-authored-by: Ryan Christian <[email protected]>
    lukewarlow and rschristian authored Nov 16, 2025
    Configuration menu
    Copy the full SHA
    3ab5c6f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. Configuration menu
    Copy the full SHA
    7b74b40 View commit details
    Browse the repository at this point in the history
  2. Backport some v11 optimizations (#4967)

    * refactor(children): remove redundant assignment to childVNode (#4951)
    
    * refactor(children): remove redundant assignment to childVNode
    
    * refactor(children): use key instead of childVNode.key
    
    ---------
    
    Co-authored-by: Ali Garajian <[email protected]>
    
    * refactor(diff): no need to reset props and context when creating component (#4954)
    
    * refactor(children): remove redundant assignment to childVNode
    
    * refactor(children): use key instead of childVNode.key
    
    * refactor(diff): no need to reset props and context when creating component
    
    ---------
    
    Co-authored-by: Ali Garajian <[email protected]>
    
    * refactor(children): remove redundant assignment to oldVNode (#4956)
    
    Co-authored-by: Ali Garajian <[email protected]>
    
    * refactor(diff): set oldProps default value on declaration (#4959)
    
    ---------
    
    Co-authored-by: Ali Garajian <[email protected]>
    Co-authored-by: Ali Garajian <[email protected]>
    3 people authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    4d40e96 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2025

  1. 10.28.0 (#4968)

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

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