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: v5.1.4
Choose a base ref
...
head repository: laravel/jetstream
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.5
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Jul 23, 2024

  1. Update CHANGELOG

    driesvints authored and github-actions[bot] committed Jul 23, 2024

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    c761f46 View commit details

Commits on Aug 2, 2024

  1. Replace dead link in Security Policy (#1522)

    Jubeki authored Aug 2, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4cef665 View commit details

Commits on Aug 8, 2024

  1. Update banner.blade.php (#1524)

    eneadrian authored Aug 8, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    653a422 View commit details
Showing with 8 additions and 3 deletions.
  1. +1 −1 .github/SECURITY.md
  2. +6 −1 CHANGELOG.md
  3. +1 −1 stubs/livewire/resources/views/components/banner.blade.php
2 changes: 1 addition & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ If you discover a security vulnerability within Laravel, please send an email to
```
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: OpenPGP v2.0.8
Comment: https://sela.io/pgp/
Comment: Report Security Vulnerabilities to taylor@laravel.com
xsFNBFugFSQBEACxEKhIY9IoJzcouVTIYKJfWFGvwFgbRjQWBiH3QdHId5vCrbWo
s2l+4Rv03gMG+yHLJ3rWElnNdRaNdQv59+lShrZF7Bvu7Zvc0mMNmFOM/mQ/K2Lt
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Release Notes

## [Unreleased](https://github.com/laravel/jetstream/compare/v5.1.3...5.x)
## [Unreleased](https://github.com/laravel/jetstream/compare/v5.1.4...5.x)

## [v5.1.4](https://github.com/laravel/jetstream/compare/v5.1.3...v5.1.4) - 2024-07-10

* Update dropdown.blade.php with w-60 by [@rjvim](https://github.com/rjvim) in https://github.com/laravel/jetstream/pull/1515
* Fixes unhandled match case error by [@inmanturbo](https://github.com/inmanturbo) in https://github.com/laravel/jetstream/pull/1513

## [v5.1.3](https://github.com/laravel/jetstream/compare/v5.1.2...v5.1.3) - 2024-07-09

2 changes: 1 addition & 1 deletion stubs/livewire/resources/views/components/banner.blade.php
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
<svg x-show="style == 'danger'" class="h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" d="M12 9v3.75m9-.75a9 9 0 11-18 0 9 9 0 0118 0zm-9 3.75h.008v.008H12v-.008z" />
</svg>
<svg x-show="style != 'success' && style != 'danger'" class="h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
<svg x-show="style != 'success' && style != 'danger' && style != 'warning'" class="h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" d="M11.25 11.25l.041-.02a.75.75 0 011.063.852l-.708 2.836a.75.75 0 001.063.853l.041-.021M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9-3.75h.008v.008H12V8.25z" />
</svg>
<svg x-show="style == 'warning'" class="h-5 w-5 text-white" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor">