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.0
Choose a head ref
  • 10 commits
  • 12 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 <rchristian@ryanchristian.dev>
    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 <rchristian@ryanchristian.dev>
    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 <ali.garajian@snapppay.ir>
    
    * 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 <ali.garajian@snapppay.ir>
    
    * refactor(children): remove redundant assignment to oldVNode (#4956)
    
    Co-authored-by: Ali Garajian <ali.garajian@snapppay.ir>
    
    * refactor(diff): set oldProps default value on declaration (#4959)
    
    ---------
    
    Co-authored-by: Ali Garajian <50337133+ali-garajian@users.noreply.github.com>
    Co-authored-by: Ali Garajian <ali.garajian@snapppay.ir>
    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
Loading