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.1.2
Choose a base ref
...
head repository: laravel/jetstream Loading
compare: v2.1.3
Choose a head ref
  • 5 commits
  • 4 files changed
  • 5 contributors

Commits on Jan 28, 2021

  1. Remove laravel-jestream package when upgrading (#656)

    * Remove laravel-jestream package when upgrading
    
    When the package is left installed, it causes the following error to be thrown:
    
    ```
    Uncaught (in promise) TypeError: this.inertiaPage().errorBags is undefined
    ```
    
    * Update UPGRADE.md
    
    Co-authored-by: Taylor Otwell <[email protected]>
    ngunyimacharia and taylorotwell committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    fc4125f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2021

  1. [2.x] Add profile_photo_disk config option (#658)

    * Add profile_photo_disk config option
    
    * Add public as a default value
    
    * Update jetstream.php
    
    Co-authored-by: Taylor Otwell <[email protected]>
    ahmadmayahi and taylorotwell committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    41d37b1 View commit details
    Browse the repository at this point in the history
  2. formatting

    taylorotwell committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    a6245c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Update CHANGELOG.md

    driesvints committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    d842193 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    driesvints committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    9996dfd View commit details
    Browse the repository at this point in the history
Loading