Releases: laravel/breeze
Releases · laravel/breeze
v1.21.1
- Remove implicit form method calls by @Jacobtims in #290
v1.21.0
- Migrate to modules by @timacdonald in #246
v1.20.2
- Remove redundant form data in vue stub by @datlechin in #280
- Add Sanctum Guard by @taylorotwell in b010ff3
v1.20.1
- Fix ref in react TextInput by @denis-n-ko in #277
- Update
current_password
rule in ProfileController by @saade in #278 - Fix Pest test installation for Inertia stack by @jessarcher in #279
v1.20.0
- Add opt-in TypeScript support by @jessarcher in #267
- Uses Pest 2 by @nunomaduro in #274
- API Stub EnsureEmailIsVerified Middleware: Remove unused function arguments in params by @raksbisht in #264
- Prop consistency by @jessarcher in #272
- React - Fix potential "undefined" class by @jessarcher in #271
- React - Remove unnecessary text input wrapper by @jessarcher in #270
- React - Fix input focusing when password update fails by @jessarcher in #269
- React - Simplify Form Handler by @jessarcher in #268
- Fix password-update pest tests by @mtvbrianking in #273
v1.19.2
- Improve React components by @jessarcher in #257
- Fix input field Id in ForgotPassword.jsx by @tomdupont in #262
v1.19.1
Changed
- Remove link
v1.19.0
Changed
- Clean up route definition for Single Action Controllers by @istiak-tridip in #249
- Add translation to placeholder in delete-user-form.blade.php by @castrohenworx in #250
- Allowed a hardcoded string to be localized by @Wendelstein7 in #254
- Update font and welcome page by @jessarcher in #253
Fixed
- Allows to install
--pest
in Laravel 10 by @driesvints in #251
Removed
- Remove unused files from stubs by @emargareten in #255
v1.18.2
Changed
- Use autocomplete for all fields for password manager compatibility by @lukearmstrong in #245