Skip to content

Latest commit

 

History

History
607 lines (336 loc) · 25 KB

CHANGELOG.md

File metadata and controls

607 lines (336 loc) · 25 KB

Release Notes

v1.26.1 - 2023-11-01

v1.26.0 - 2023-10-29

v1.25.1 - 2023-10-20

v1.25.0 - 2023-10-06

v1.24.1 - 2023-10-04

v1.24.0 - 2023-09-20

v1.23.3 - 2023-09-06

v1.23.2 - 2023-09-01

v1.23.1 - 2023-08-27

  • Replace array_merge with spread operator in HandleInertiaRequests by @osbre in laravel#302

v1.23.0 - 2023-08-08

v1.22.0 - 2023-08-02

v1.21.2 - 2023-06-21

v1.21.1 - 2023-06-16

  • Remove implicit form method calls by @Jacobtims in laravel#290

v1.21.0 - 2023-05-04

v1.20.2 - 2023-04-16

v1.20.1 - 2023-03-28

  • Fix ref in react TextInput by @denis-n-ko in laravel#277
  • Update current_password rule in ProfileController by @saade in laravel#278
  • Fix Pest test installation for Inertia stack by @jessarcher in laravel#279

v1.20.0 - 2023-03-20

  • Add opt-in TypeScript support by @jessarcher in laravel#267
  • Uses Pest 2 by @nunomaduro in laravel#274
  • API Stub EnsureEmailIsVerified Middleware: Remove unused function arguments in params by @raksbisht in laravel#264
  • Prop consistency by @jessarcher in laravel#272
  • React - Fix potential "undefined" class by @jessarcher in laravel#271
  • React - Remove unnecessary text input wrapper by @jessarcher in laravel#270
  • React - Fix input focusing when password update fails by @jessarcher in laravel#269
  • React - Simplify Form Handler by @jessarcher in laravel#268
  • Fix password-update pest tests by @mtvbrianking in laravel#273

v1.19.2 - 2023-02-18

  • Improve React components by @jessarcher in laravel#257
  • Fix input field Id in ForgotPassword.jsx by @tomdupont in laravel#262

v1.19.1 - 2023-02-14

Changed

  • Remove link

v1.19.0 - 2023-02-14

Changed

  • Clean up route definition for Single Action Controllers by @istiak-tridip in laravel#249
  • Add translation to placeholder in delete-user-form.blade.php by @castrohenworx in laravel#250
  • Allowed a hardcoded string to be localized by @Wendelstein7 in laravel#254
  • Update font and welcome page by @jessarcher in laravel#253

Fixed

  • Allows to install --pest in Laravel 10 by @driesvints in laravel#251

Removed

  • Remove unused files from stubs by @emargareten in laravel#255

v1.18.2 - 2023-02-02

Changed

  • Use autocomplete for all fields for password manager compatibility by @lukearmstrong in laravel#245

v1.18.1 - 2023-01-31

Changed

  • Inform user of dependency install process by @itxshakil in laravel#241

Fixed

  • Update nav menu dark text to be consistent with nav link by @RhysLees in laravel#239

v1.18.0 - 2023-01-18

Added

Changed

  • Prompt when the stack argument is not provided by @jessarcher in laravel#236
  • Use Illuminate console components for prompting by @jessarcher in laravel#237

v1.17.0 - 2023-01-03

Changed

  • Uses PHP Native Type Declarations 🐘 by @nunomaduro in laravel#201

v1.16.1 - 2022-12-19

Fixed

  • Remove unused vue imports by @dillingham in laravel#231
  • Renamed isFocused prop on TextInput component by @drewmw5 in laravel#232

v1.16.0 - 2022-12-16

Added

Changed

  • Blade stack - Moved duplicated logo component to guest layout by @magdicom in laravel#228

Fixed

  • Fix typo in delete user forms by @alexcanana in laravel#225
  • Fixed capitalization of autoComplete prop by @drewmw5 in laravel#230

v1.15.4 - 2022-12-05

Changed

  • 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

Fixed

  • 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

Fixed

v1.15.1 - 2022-11-15

Fixed

  • Fix namespace in PasswordUpdateTest.php by @irsyadadl in laravel#211

v1.15.0 - 2022-11-15

Added

  • Add "Profile" page by @jessarcher in laravel#205
  • Opt-in dark mode support 🌙 by @jessarcher in laravel#209

v1.14.3 - 2022-11-06

Changed

  • 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

Fixed

v1.14.1 - 2022-10-25

Changed

  • 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

Added

Changed

  • 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

Fixed

  • Fixes HandleInertiaRequests::handle related types by @felixdorn in laravel#193

v1.13.1 - 2022-09-20

Fixed

  • Make app directory consistently lowercase by @jessarcher in laravel#187

v1.13.0 - 2022-09-06

Changed

  • Remove "Breeze" component prefix by @jessarcher in laravel#179

v1.12.0 - 2022-08-16

Changed

v1.11.4 - 2022-08-08

Changed

  • 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

Changed

  • 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

Changed

  • Improved console output by @nunomaduro in laravel#172

v1.11.1 - 2022-07-20

Changed

v1.11.0 - 2022-07-11

Changed

  • Add default view / routes reloading to breeze stacks by @timacdonald in laravel#166
  • Update SSR directory by @jessarcher in laravel#168

Fixed

  • Fix: React SSR installation error by @renomureza in laravel#169

Removed

  • Laravel 8 don't support the vite. by @Jehong-Ahn in laravel#167

v1.10.0 - 2022-06-28

Added

Fixed

  • 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

Changed

v1.9.3 - 2022-06-01

Changed

  • Improve Vite compatibility by @jessarcher in laravel#154

v1.9.2 - 2022-05-30

Changed

  • Simplify Tailwind installation by @jessarcher in laravel#155

Fixed

  • Fix inability to click dropdown content in React version by @jessarcher in laravel#153

v1.9.1 - 2022-05-11

Changed

v1.9.0 - 2022-03-26

Added

Changed

v1.8.2 - 2022-02-21

Changed

  • 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

Changed

  • 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

Fixed

  • Fix assertRedirect in EmailVerificationTest when using API with pest by @lpheller in laravel#133

v1.8.0 - 2022-02-15

Changed

  • Transition Inertia Vue stubs to <script setup> syntax by @jessarcher in laravel#127

v1.7.3 - 2022-02-15

Fixed

v1.7.2 - 2022-02-08

Changed

  • Remove CSRF token in app layout (#125)
  • Update Inertia version (d5f7582)

Fixed

  • Api stack EmailVerificationTest assertRedirect (#122)

Changed

  • Fix exception throwing on older PHP versions (#120)

Changed

  • Laravel 9 Support (#119)

Changed

  • Fix Inertia Controllers @return tag and Inertia Vue Input Component #112
  • Update outdated dependencies for react stack #114

Changed

  • Tailwind CSS v3 support (#110)

Added

  • Breeze "API" / SPA Stack (#109)

Changed

  • Use KeyboardEvent key attribute for Escape (#108)

Changed

  • Upgrade alpinejs to v3 (#105)
  • Use dashboard named routes (#106)

Changed

Fixed

  • Fixes installation of pest on vue/react stacks (#100)

Added

  • Pest scaffolding (#99)

Changed

  • 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)

Fixed

  • Change from POST to GET on responsive dashboard link (#92)

Fixed

  • Fix EmailVerificationTest to pass using Uuids (#85)

Changed

Fixed

  • Fix purge line to include *.js (#83)

Fixed

  • Fix CORS policy errors with inertia stack (#82)

Fixed

Added

  • React installation option (#73)
  • Use new Password::defaults() feature (#71)

Fixed

  • Bump Inertia version to match Spark (#70)

Changed

  • Uses password rule by default (#65)

Fixed

  • Use boolean() instead of filled() (#68)
  • Fix create method docblock return value (#69)

Fixed

  • Fix Vue warning (#62)

Fixed

  • Fix Login event firing before Register (#59)

Fixed

  • Fixes Vue warning (#55)

Removed

  • Remove unused component (#54)

Fixed

  • Update stubs/inertia/app case in installInertiaStack (#53)

Changed

  • 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)

Added

  • Inertia Stack (#44))

Fixed

  • Copy webpack.config.js on inertia init (#45)

Changed

Fixed

  • Redirect to intended path after login (#39)
  • Change "Logout" text to "Log out" and "Login" to "Log in" (#41)

Changed

  • Upgrade to PostCSS 8 as Laravel Mix v6 is out (#31)

Changed

  • Reuse blade component (#30)
  • Improve SPA compatibility (#29)

v1.0.0 (2020-10-08)

Initial stable release.