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-laravel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.11
Choose a base ref
...
head repository: inertiajs/inertia-laravel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.12
Choose a head ref
  • 3 commits
  • 22 files changed
  • 2 contributors

Commits on Nov 26, 2025

  1. Update CHANGELOG

    pascalbaljet authored and github-actions[bot] committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    83dbb20 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

  1. Ability to use <script> element for initial page data (#788)

    * Ability to use `<script>` element for initial page data
    
    * Rename config key
    
    * Refactor hardcoded `_page` suffix
    
    * Prevent escaping JSON
    pascalbaljet authored Dec 2, 2025
    Configuration menu
    Copy the full SHA
    32a88ba View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Support for once() props (#793)

    * wip
    
    * Update ResponseTest.php
    
    * wip
    
    * rename
    
    * wip
    
    * wip
    
    * Add `shareOnce`
    
    * Support for `merge()` and `optional()`
    
    * Cleanup
    
    * Cleanup + enums
    
    * Update ResponseFactory.php
    
    * Refactor + exclude partial once props from page data
    
    * Update MiddlewareTest.php
    
    * Better header name
    
    * Added args to `once()`
    
    * docblocks
    pascalbaljet authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    9170201 View commit details
    Browse the repository at this point in the history
Loading