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.3.7
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.3.8
Choose a head ref
  • 4 commits
  • 4 files changed
  • 3 contributors

Commits on Jun 2, 2021

  1. Skip tests if registration is disabled (#799)

    Added checks to skip the tests if the registration support in Fortify is disabled, otherwise the tests fail.
    ivandokov authored Jun 2, 2021
    Configuration menu
    Copy the full SHA
    84fe494 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. Update 1_Bug_report.md

    driesvints authored Jun 4, 2021
    Configuration menu
    Copy the full SHA
    94f9edb View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2021

  1. Remove overflow property when unmounted (#801)

    Remove the <body> overflow:hidden style when the modal component is unmounted.
    
    Fixes #800
    markpruett571 authored Jun 5, 2021
    Configuration menu
    Copy the full SHA
    3850828 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Update CHANGELOG.md

    driesvints committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    38f756d View commit details
    Browse the repository at this point in the history
Loading