Skip to content

Latest commit

 

History

History
361 lines (196 loc) · 13.4 KB

CHANGELOG.md

File metadata and controls

361 lines (196 loc) · 13.4 KB

Release Notes

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.