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.1.1
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.2
Choose a head ref
  • 11 commits
  • 61 files changed
  • 3 contributors

Commits on Aug 14, 2025

  1. Update CHANGELOG

    joetannenbaum authored and github-actions[bot] committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    c7a318b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72060c0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2510 from inertiajs/vue-form-callback-error

    Fix for manipulating form after redirect in `onSubmitComplete`
    joetannenbaum authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    09530f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. Support for passing Wayfinder objects to router methods (#2497)

    * wip
    
    * wip
    
    * wip
    
    * Update router.ts
    
    * prefetch tests
    
    * wip
    
    * TS support
    
    * Form Component test
    
    * wip
    
    * Update types.ts
    pascalbaljet authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    0dfaa95 View commit details
    Browse the repository at this point in the history
  2. Tag-based cache invalidation for prefetch requests (#2484)

    * wip
    
    * wip
    
    * Update prefetch.spec.ts
    
    * Update types.ts
    
    * wip
    
    * Update Tags.tsx
    
    * Make third argument of `router.prefetch()` truly optional
    
    * Renamed to `cacheTags` and `invalidateCacheTags`
    
    * Support in Form component
    
    * wip
    
    * Update form-component.spec.ts
    
    * tests
    
    * Update form-component.spec.ts
    
    * ts
    pascalbaljet authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    78ce553 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5533423 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aae2ba3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03b9abb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2514 from inertiajs/form-component-on-success-props

    Add `resetOnError`, `resetOnSuccess`, `setDefaultsOnSuccess` to Form component
    joetannenbaum authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    5d8d922 View commit details
    Browse the repository at this point in the history
  7. Update release.sh

    joetannenbaum committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    808c1c7 View commit details
    Browse the repository at this point in the history
  8. v2.1.2

    joetannenbaum committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    9be6aa1 View commit details
    Browse the repository at this point in the history
Loading