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 Loading
base: v2.8.4
Choose a base ref
...
head repository: laravel/jetstream Loading
compare: v2.8.5
Choose a head ref
  • 6 commits
  • 11 files changed
  • 6 contributors

Commits on Jun 7, 2022

  1. Update CHANGELOG

    driesvints authored and github-actions[bot] committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    c5b8127 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Update pull-requests.yml

    driesvints committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    4077329 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c25d17d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Add .vue extension to imports (#1067)

    This add the .vue extension to match all other Vue files in the repository. 
    It also plays nice with Vite.
    SamuelMwangiW committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    353644e View commit details
    Browse the repository at this point in the history
  2. bump TailwindCSS to 3.1 (#1066)

    add new FirstParty TypeScript types to tailwind config
    geisi committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    2b0887a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. [2.x] Fix Inertia SSR usage with Ziggy route function in setup() (#1069)

    * Use Ziggy Vue plugin instead of route mixin
    
    Ziggy Vue plugin allows `route()` to be injected into `setup()` function in components[1][2], which is needed for Inertia SSR since the @routes blade directive isn't available.
    
    [1]: tighten/ziggy#518
    [2]: tighten/ziggy#564 (comment)
    
    * Fix quotations
    
    * Update app.js
    
    Co-authored-by: Taylor Otwell <[email protected]>
    prestonholt and taylorotwell committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    d33e331 View commit details
    Browse the repository at this point in the history
Loading