v1.15.4 - 2022-12-05
- Use Default NPM Package Manager of User if Lock File Exists In Base Path by @andrewdwallo in laravel#224
v1.15.3 - 2022-11-28
- Fix-psr-4-warning by @Kamona-WD in laravel#221
- Status must be String by @marsuboss in laravel#219
- Fix close modal with escape keydown and cleanup import react by @fouteox in laravel#218
v1.15.2 - 2022-11-21
- Fix closing tag by @kaozaza2 in laravel#213
- Vue code formatting by @jessarcher in laravel#212
- React formatting by @fouteox in laravel#214
- Add missing translation methods to Blade stack by @jessarcher in laravel#215
v1.15.1 - 2022-11-15
- Fix namespace in PasswordUpdateTest.php by @irsyadadl in laravel#211
v1.15.0 - 2022-11-15
- Add "Profile" page by @jessarcher in laravel#205
- Opt-in dark mode support 🌙 by @jessarcher in laravel#209
v1.14.3 - 2022-11-06
- RegisteredUserController stubs should use the User model name instead of table name in the validators by @viliamjr in laravel#206
v1.14.2 - 2022-10-26
- Fix preloading in dev by @timacdonald in laravel#199
v1.14.1 - 2022-10-25
- Replace double quote(") with single quote(') by @itxshakil in laravel#195
- Bump React and Vue Dependencies by @dammy001 in laravel#197
- Vite preloading by @timacdonald in laravel#196
v1.14.0 - 2022-09-27
- Upgrade to React 18 by @kjoedion in laravel#192
- Display errors alongside fields in Blade stack by @jessarcher in laravel#191
- Consistently use
verified
middleware on/dashboard
route. by @jessarcher in laravel#190 - Make Blade app header optional by @jessarcher in laravel#189
- Fixes
HandleInertiaRequests::handle
related types by @felixdorn in laravel#193
v1.13.1 - 2022-09-20
- Make app directory consistently lowercase by @jessarcher in laravel#187
v1.13.0 - 2022-09-06
- Remove "Breeze" component prefix by @jessarcher in laravel#179
v1.12.0 - 2022-08-16
- Install NPM dependencies and build assets by @jessarcher in laravel#180
- Set application home URI to /dashboard by @nikolaynikolaevn in laravel#181
- Update inertia-laravel by @timacdonald in https://github.com/laravel/breeze/commit/6d95e9aacbe992e19c81d5cd6f7eec994e50dd8d
v1.11.4 - 2022-08-08
- Display validation errors alongside their field by @jessarcher in laravel#175
- Validate the stack argument by @jessarcher in laravel#178
- Style improvements by @jessarcher in laravel#177
v1.11.3 - 2022-08-01
- Transliterate throttle key by @JurianArie in laravel#173
- Switch to fonts.bunny.net instead of Google Fonts by @lucasRolff in laravel#174
v1.11.2 - 2022-07-20
- Improved console output by @nunomaduro in laravel#172
v1.11.1 - 2022-07-20
- Vite 3 support by @timacdonald in laravel#171
v1.11.0 - 2022-07-11
- Add default view / routes reloading to breeze stacks by @timacdonald in laravel#166
- Update SSR directory by @jessarcher in laravel#168
- Fix: React SSR installation error by @renomureza in laravel#169
- Laravel 8 don't support the vite. by @Jehong-Ahn in laravel#167
v1.10.0 - 2022-06-28
- Vite by @jessarcher in laravel#158
- fix TailwindCSS first party TypeScript types weren't working right by @geisi in laravel#160
- Bump
@tailwindcss/forms
fix console warning with Vite by @timacdonald in laravel#161 - Fix ziggy determing current URL when using SSR by @timacdonald in laravel#163
v1.9.4 - 2022-06-13
- Bump TailwindCSS to 3.1 by @geisi in laravel#156
v1.9.3 - 2022-06-01
- Improve Vite compatibility by @jessarcher in laravel#154
v1.9.2 - 2022-05-30
- Simplify Tailwind installation by @jessarcher in laravel#155
- Fix inability to click dropdown content in React version by @jessarcher in laravel#153
v1.9.1 - 2022-05-11
- Update command comments by @taylorotwell in https://github.com/laravel/breeze/commit/cde98d03954bfcad0c9370c825187b8a579d94e1
v1.9.0 - 2022-03-26
- Add Inertia SSR Support by @xiCO2k in laravel#146
- Update cors.php by @trungpv1601 in laravel#144
- Use
.alias
method fromMix
by @xiCO2k in laravel#145
v1.8.2 - 2022-02-21
- Remove unused import by @MohmmedAshraf in laravel#141
- Add routes name to register and login paths by @alphaolomi in laravel#140
- Updated Inertia Version to Latest by @As1fAli in laravel#142
v1.8.1 - 2022-02-15
- Update
InitialVueStack
packages to latest by @dammy001 in laravel#128 - Update
InertiaReactStack
dependencies by @dammy001 in laravel#130 - Update
BladeStack
dependencies by @dammy001 in laravel#129 - Don't mix __() and trans() in the same file by @hailwood in laravel#132
- Group common middleware instead of duplicating by @dammy001 in laravel#131
- Group common middleware instead of duplicating on inertia-common by @dammy001 in laravel#135
- Fix assertRedirect in EmailVerificationTest when using API with pest by @lpheller in laravel#133
v1.8.0 - 2022-02-15
- Transition Inertia Vue stubs to
<script setup>
syntax by @jessarcher in laravel#127
v1.7.3 - 2022-02-15
- Fix url replacement (5af95ec)
v1.7.2 - 2022-02-08
- Api stack EmailVerificationTest assertRedirect (#122)
- Fix exception throwing on older PHP versions (#120)
- Laravel 9 Support (#119)
- Fix Inertia Controllers @return tag and Inertia Vue Input Component #112
- Update outdated dependencies for react stack #114
- Tailwind CSS v3 support (#110)
- Breeze "API" / SPA Stack (#109)
- Use KeyboardEvent key attribute for Escape (#108)
- Change namespace (7b39f9c)
- Fixes installation of pest on vue/react stacks (#100)
- Pest scaffolding (#99)
- Update url for JS (eba8457)
- Add Vue file extension to all Vue components imported (#89)
- Update
<Link>
tags & implement<Head>
management (title tag) (#90, 4dce8a8, 128fd28, #94)
- Change from POST to GET on responsive dashboard link (#92)
- Fix EmailVerificationTest to pass using Uuids (#85)
- Fix purge line to include *.js (#83)
- Fix CORS policy errors with inertia stack (#82)
- Bump Inertia version to match Spark (#70)
- Uses password rule by default (#65)
- Fix Vue warning (#62)
- Fix Login event firing before Register (#59)
- Fixes Vue warning (#55)
- Remove unused component (#54)
- Update stubs/inertia/app case in installInertiaStack (#53)
- Add
@inertiajs/progress
to package dependencies (#46, #49) - Reduce verbosity by introducing a 'Guest' layout (#52)
- Add email (username) autocomplete (#51)
- Simplify Inertia logout links (#48)
- Inertia Stack (#44))
- Copy webpack.config.js on inertia init (#45)
- Update Tailwind config (de0cbf4)
- Redirect to intended path after login (#39)
- Change "Logout" text to "Log out" and "Login" to "Log in" (#41)
- Upgrade to PostCSS 8 as Laravel Mix v6 is out (#31)
Initial stable release.