Thanks to visit codestin.com
Credit goes to github.com

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: inertiajs/inertia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.17
Choose a base ref
...
head repository: inertiajs/inertia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 14 commits
  • 127 files changed
  • 9 contributors

Commits on Jul 18, 2025

  1. Update CHANGELOG

    joetannenbaum authored and github-actions[bot] committed Jul 18, 2025
    Configuration menu
    Copy the full SHA
    4dd1942 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Support for passing custom component to as prop of Link component. (

    #2443)
    
    Co-authored-by: d.super <[email protected]>
    Co-authored-by: guizoxxv <[email protected]>
    3 people authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    d7a1897 View commit details
    Browse the repository at this point in the history
  2. Use nodemon to trigger new files and deleted files in test apps (#2442

    )
    
    * Use `nodemon` to trigger new files and deleted files
    
    * Watch packages
    
    * Optimize extensions
    pascalbaljet authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    6241efe View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Configuration menu
    Copy the full SHA
    a646842 View commit details
    Browse the repository at this point in the history
  2. Allow function as children component in react Deferred and WhenVisible (

    #2386)
    
    * Allow function as children component in react Deferred and WhenVisible
    
    * Fallback as function
    
    * Test
    
    ---------
    
    Co-authored-by: Pascal Baljet <[email protected]>
    chack1172 and pascalbaljet authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    7a4312b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    232e1a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. Configuration menu
    Copy the full SHA
    02032e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fad7693 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

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

Commits on Aug 13, 2025

  1. Make Svelte's <Deferred> not crash in an SSR environment (#2396)

    The <Deferred> component accesses `window`, which breaks SSR rendering of any pages that have <Deferred> components on them.
    dkulchenko authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    2f4e6b4 View commit details
    Browse the repository at this point in the history
  2. Fix core: Queue processing when an item fails (#2467)

    * always clear processingPromise when the promise is done
    
    * Added test
    
    ---------
    
    Co-authored-by: Pascal Baljet <[email protected]>
    pintend and pascalbaljet authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    40e38ac View commit details
    Browse the repository at this point in the history
  3. Migrate playgrounds to Tailwind 4 (#2369)

    * migrate to pnpm
    
    * Update pnpm-lock.yaml
    
    * Added scripts to run the test server and playground servers
    
    * formatting
    
    * simplify
    
    * approve esbuild postinstall
    
    * formatting
    
    * remove useless script
    
    * Add test server log message
    
    * Renamed `server:run` to `build` for consistency
    
    * Remove Pail from composer dev script and use pnpx
    
    * migrate to tailwind v4
    
    * Update package.json
    
    * Update lock file
    
    ---------
    
    Co-authored-by: Pascal Baljet <[email protected]>
    jrmajor and pascalbaljet authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    78151c3 View commit details
    Browse the repository at this point in the history
  4. Update CONTRIBUTING.md

    joetannenbaum committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    597b639 View commit details
    Browse the repository at this point in the history
  5. v2.1.0

    joetannenbaum committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    811d2af View commit details
    Browse the repository at this point in the history
Loading