Releases: laravel/breeze
Releases · laravel/breeze
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
v1.18.1
v1.18.0
Added
- Laravel v10 Support by @driesvints in #235
- Inertia v1 Support by @jessarcher in #238
Changed
- Prompt when the stack argument is not provided by @jessarcher in #236
- Use Illuminate console components for prompting by @jessarcher in #237
v1.17.0
Changed
- Uses PHP Native Type Declarations 🐘 by @nunomaduro in #201
v1.16.1
Fixed
- Remove unused vue imports by @dillingham in #231
- Renamed isFocused prop on TextInput component by @drewmw5 in #232
v1.16.0
Added
- Vite 4 support by @timacdonald in #226
Changed
Fixed
- Fix typo in delete user forms by @alexcanana in #225
- Fixed capitalization of autoComplete prop by @drewmw5 in #230
v1.15.4
Changed
- Use Default NPM Package Manager of User if Lock File Exists In Base Path by @andrewdwallo in #224
v1.15.3
Fixed
- Fix-psr-4-warning by @Kamona-WD in #221
- Status must be String by @marsuboss in #219
- Fix close modal with escape keydown and cleanup import react by @fouteox in #218
v1.15.2
Fixed
- Fix closing tag by @kaozaza2 in #213
- Vue code formatting by @jessarcher in #212
- React formatting by @fouteox in #214
- Add missing translation methods to Blade stack by @jessarcher in #215