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: laravel/jetstream
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.14.1
Choose a base ref
...
head repository: laravel/jetstream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.15.0
Choose a head ref
  • 5 commits
  • 104 files changed
  • 6 contributors

Commits on Jan 10, 2023

  1. Update CHANGELOG

    driesvints authored and github-actions[bot] committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    a31fbdb View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. [2.x] Laravel v10 Support (#1216)

    * Update composer.json
    
    * Update tests.yml
    
    * Update tests.yml
    
    * Update tests.yml
    
    * Update tests.yml
    
    * Update tests.yml
    
    * Update tests.yml
    
    * Update composer.json
    
    * Update tests.yml
    
    * Update tests.yml
    
    * wip
    
    * Fail the install command
    
    * wip
    
    * wip
    
    * wip
    
    * wip
    driesvints authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    88a73f5 View commit details
    Browse the repository at this point in the history
  2. Opt-in dark mode support (#1209)

    * Add opt-in dark mode support
    
    * use dark-mode compatible application logo
    fotrino authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    dcc3f9f View commit details
    Browse the repository at this point in the history
  3. wip

    taylorotwell committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    1965e32 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. [2.x] Inertia v1 (#1219)

    * Update dependencies
    
    * Rename imports
    
    * Update progress usage
    
    * Update setup arguments
    
    * Remove `.value` from `usePage()`
    
    * Remove creation of Inertia config on SSR install
    
    This is no longer required as Inertia will automatically detect SSR.
    
    * Remove `ssr.noExternal` from Vite config
    
    This doesn't seem to be required any longer.
    
    * Fix SSR build
    
    * Pass empty object to `useForm`
    
    Co-authored-by: Tim MacDonald <hello@timacdonald.me>
    jessarcher and timacdonald authored Jan 17, 2023
    Configuration menu
    Copy the full SHA
    ea9799f View commit details
    Browse the repository at this point in the history
Loading