Skip to content

Latest commit

 

History

History
756 lines (430 loc) · 36.6 KB

CHANGELOG.md

File metadata and controls

756 lines (430 loc) · 36.6 KB

Release Notes

v2.2.5 - 2024-11-12

v2.2.4 - 2024-10-29

  • 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 - 2024-10-17

  • [2.x] Fixed TypeScript Errors in React SSR Setup with Ziggy Props when Builds by @akr4m in #430

v2.2.2 - 2024-10-06

v2.2.1 - 2024-09-22

  • [2.x] Add pnpm lockfile to flushNodeModules 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 - 2024-09-11

  • 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 - 2024-09-09

Full Changelog: https://github.com/laravel/breeze/compare/v2.1.4...v2.1.5

v2.1.4 - 2024-08-12

v2.1.3 - 2024-07-17

v2.1.2 - 2024-07-05

  • [2.x] Replace switch with match in dropdown.blade.php by @osbre in #393

v2.1.1 - 2024-07-02

v2.1.0 - 2024-06-06

  • Bump [@headlessui](https://github.com/headlessui)/react to v2 by @RobinMalfait in #389

v2.0.5 - 2024-05-28

  • [2.x] Use [@isset](https://github.com/isset) directive by @dasundev in #388

v2.0.4 - 2024-05-20

v2.0.3 - 2024-04-24

v2.0.2 - 2024-04-01

v2.0.1 - 2024-03-21

v2.0.0 - 2024-03-12

v1.29.1 - 2024-03-04

v1.29.0 - 2024-02-21

v1.28.3 - 2024-02-19

v1.28.2 - 2024-02-13

v1.28.1 - 2024-01-15

v1.28.0 - 2024-01-06

  • [1.x] Switch to defineModel in Vue stubs by @osbre in #285

v1.27.0 - 2023-12-19

v1.26.3 - 2023-12-06

  • asserting responses are ok before asserting presence of components by @da-mask in #337
  • Fix handling of names with single quotes in Livewire navigation by @dragi-ns in #336
  • Change Livewire Rule Attribute to Validate Attribute by @achmedislamic in #334
  • [1.x] Uses json_encode like Jetstream by @nunomaduro in #338

v1.26.2 - 2023-11-24

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 #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 #290

v1.21.0 - 2023-05-04

  • Migrate to modules by @timacdonald in #246

v1.20.2 - 2023-04-16

v1.20.1 - 2023-03-28

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

v1.20.0 - 2023-03-20

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

v1.19.2 - 2023-02-18

  • Improve React components by @jessarcher in #257
  • Fix input field Id in ForgotPassword.jsx by @tomdupont in #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 #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 - 2023-02-02

Changed

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

v1.18.1 - 2023-01-31

Changed

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

Fixed

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

v1.18.0 - 2023-01-18

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 - 2023-01-03

Changed

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

v1.16.1 - 2022-12-19

Fixed

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

v1.16.0 - 2022-12-16

Added

  • [1.x] Vite 4 support by @timacdonald in #226

Changed

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

Fixed

  • Fix typo in delete user forms by @alexcanana in #225
  • Fixed capitalization of autoComplete prop by @drewmw5 in #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 #224

v1.15.3 - 2022-11-28

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 - 2022-11-21

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

v1.15.1 - 2022-11-15

Fixed

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

v1.15.0 - 2022-11-15

Added

  • Add "Profile" page by @jessarcher in #205
  • Opt-in dark mode support 🌙 by @jessarcher in #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 #206

v1.14.2 - 2022-10-26

Fixed

  • Fix preloading in dev by @timacdonald in #199

v1.14.1 - 2022-10-25

Changed

  • Replace double quote(") with single quote(') by @itxshakil in #195
  • Bump React and Vue Dependencies by @dammy001 in #197
  • Vite preloading by @timacdonald in #196

v1.14.0 - 2022-09-27

Added

  • Upgrade to React 18 by @kjoedion in #192

Changed

  • Display errors alongside fields in Blade stack by @jessarcher in #191
  • Consistently use verified middleware on /dashboard route. by @jessarcher in #190
  • Make Blade app header optional by @jessarcher in #189

Fixed

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

v1.13.1 - 2022-09-20

Fixed

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

v1.13.0 - 2022-09-06

Changed

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

v1.12.0 - 2022-08-16

Changed

v1.11.4 - 2022-08-08

Changed

  • Display validation errors alongside their field by @jessarcher in #175
  • Validate the stack argument by @jessarcher in #178
  • Style improvements by @jessarcher in #177

v1.11.3 - 2022-08-01

Changed

  • Transliterate throttle key by @JurianArie in #173
  • Switch to fonts.bunny.net instead of Google Fonts by @lucasRolff in #174

v1.11.2 - 2022-07-20

Changed

  • Improved console output by @nunomaduro in #172

v1.11.1 - 2022-07-20

Changed

  • Vite 3 support by @timacdonald in #171

v1.11.0 - 2022-07-11

Changed

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

Fixed

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

Removed

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

v1.10.0 - 2022-06-28

Added

  • Vite by @jessarcher in #158

Fixed

  • fix TailwindCSS first party TypeScript types weren't working right by @geisi in #160
  • Bump @tailwindcss/forms fix console warning with Vite by @timacdonald in #161
  • Fix ziggy determing current URL when using SSR by @timacdonald in #163

v1.9.4 - 2022-06-13

Changed

  • Bump TailwindCSS to 3.1 by @geisi in #156

v1.9.3 - 2022-06-01

Changed

  • Improve Vite compatibility by @jessarcher in #154

v1.9.2 - 2022-05-30

Changed

  • Simplify Tailwind installation by @jessarcher in #155

Fixed

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

v1.9.1 - 2022-05-11

Changed

v1.9.0 - 2022-03-26

Added

  • Add Inertia SSR Support by @xiCO2k in #146

Changed

  • Update cors.php by @trungpv1601 in #144
  • Use .alias method from Mix by @xiCO2k in #145

v1.8.2 - 2022-02-21

Changed

  • Remove unused import by @MohmmedAshraf in #141
  • Add routes name to register and login paths by @alphaolomi in #140
  • Updated Inertia Version to Latest by @As1fAli in #142

v1.8.1 - 2022-02-15

Changed

  • Update InitialVueStack packages to latest by @dammy001 in #128
  • Update InertiaReactStack dependencies by @dammy001 in #130
  • Update BladeStack dependencies by @dammy001 in #129
  • Don't mix __() and trans() in the same file by @hailwood in #132
  • Group common middleware instead of duplicating by @dammy001 in #131
  • Group common middleware instead of duplicating on inertia-common by @dammy001 in #135

Fixed

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

v1.8.0 - 2022-02-15

Changed

  • Transition Inertia Vue stubs to <script setup> syntax by @jessarcher in #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.