Releases: laravel/breeze
Releases · laravel/breeze
v2.2.4
- fix(sanctum): add 127.0.0.1:3000 for proper API auth during local development with 127.0.0.1:3000 by @ShahAlamShaikat in #431
- Using the translate function instead of a static value by @ashkanfekridev in #432
v2.2.3
v2.2.2
- Update logo to support dark/light theme by @milewski in #418
- Add hint to clarify how to use multiselect by @bdweix in #417
- [2.x] Utilise
Illuminate\Support\php_binary()
by @crynobone in #421 - Remove blade unescape for attributes by @Rattone in #422
- [2.x] chore: text-input to use @disabled by @MrPunyapal in #427
- Updated names of the default functions to match the file names. by @msamgan in #428
v2.2.1
- [2.x] Add
pnpm
lockfile toflushNodeModules
by @osbre in #411 - [2.x] Add option to install ESLint with Prettier by @avosalmon in #412
- [2.x] Allows GitHub Actions to run directly from GA UI by @crynobone in #413
- Refactor: Break long email validation rule into multiple lines by @Amidope in #416
v2.2.0
- fix: add clearErrors on DeleteUserForm on closeModal function by @radumargina in #406
- check for import.meta.env.SSR instead of import.meta.env.DEV to know… by @YassineBenh in #409
- Declare global types for React PageProps by @matsantosz in #405
v2.1.5
- Adjust feature request template by @driesvints in #401
- [2.x] Add Bun & Deno Support for installStacks (Blade, Livewire, Inertia) by @thecodechef in #403
- [2.x] Eagerly prefetch assets by @timacdonald in #400
- [2.x] Added
bun
&deno
support toflushNodeModules()
by @thecodechef in #404 - [2.x] Use Pest as default testing framework by @timacdonald in #402
- Uses Pest 3 by @nunomaduro in #408
Full Changelog: v2.1.4...v2.1.5
v2.1.4
- Update User type to match db schema by @ninjaparade in #399
v2.1.3
- fix clearing password fields on React auth forms by @daleweaver777 in #395
v2.1.2
v2.1.1
- Bump vue-tsc to v2 to fix crash with TypeScript v5.5 by @daleweaver777 in #391