Skip to content

Tags: laravel/breeze

Tags

v2.3.8

Toggle v2.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update InstallsLivewireStack.php (#474)

v2.3.7

Toggle v2.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[2.x] Fix adding middleware group and alias during installation (#473)

Signed-off-by: Mior Muhammad Zaki <[email protected]>

v2.3.6

Toggle v2.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updated Volt version to ^1.7.0 (#471)

v2.3.5

Toggle v2.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Supports Laravel 12 (#451)

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

* wip

* wip

* wip

* wip

---------

Signed-off-by: Mior Muhammad Zaki <[email protected]>

v2.3.4

Toggle v2.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update changelog CI permission

v2.3.3

Toggle v2.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix tsc error on fresh install (#457)

Typescript treats the `remember: false` as a literal type in the useForm call, which makes `tsc` fail when the checkbox calls `setData` with a boolean.

This commit tells `tsc` to treat false as a boolean, which fixes the `tsc` error and makes `npm run build` pass

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Missing type declaration add to NewPasswordController.php (#449)

Add missing type to get 100% type coverage... 🚀

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[2.x] Remove redundant `.d.ts` inclusion from `tsconfig.json` (#445)

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade to Inertia V2 (#443)

* Upgrade to Inertia V2

* Pin typescript to v5.5.4

v2.2.6

Toggle v2.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[2.x] Supports PHPStan 2 (#441)

Signed-off-by: Mior Muhammad Zaki <[email protected]>