Skip to content

Latest commit

 

History

History
307 lines (158 loc) · 10 KB

CHANGELOG.md

File metadata and controls

307 lines (158 loc) · 10 KB

Release Notes

v4.5.1 - 2024-03-21

v4.5.0 - 2024-03-04

v4.4.0 - 2024-01-12

v4.3.0 - 2023-12-19

v4.2.3 - 2023-11-23

v4.2.2 - 2023-05-09

  • Update app.stub to preload the right font source by @tommica in #248

v4.2.1 - 2023-02-17

  • Remove lodash import by @emargareten in #247

v4.2.0 - 2023-01-10

Added

  • Add Laravel 10 support by @jnoordsij in #246

Fixed

  • Update @vitejs/plugin-vue version by @asherawelan in #245

v4.1.1 - 2022-12-05

Changed

  • Bump Bootstrap dependencies by @PerryvanderMeer in #243

v4.1.0 - 2022-11-15

Added

  • Reactjs18 by @gqrlab in #242

v4.0.2 - 2022-09-09

Changed

  • Bump bootstrap version to latest by @kjoedion in #237

v4.0.1 - 2022-09-07

Changed

  • Update deprecated globing mechanism by @timacdonald in #236

v4.0.0 - 2022-07-25

Added

  • Vite by @jessarcher in #228 and in #231

Changed

  • Improves console output by @nunomaduro in #233

Removed

  • Drop support for Laravel 8 and PHP 7.3 & 7.4 by @driesvints in #232

v3.4.6 - 2022-05-20

Fixes

  • Fixes AuthenticatesUsers always force remember me by @crynobone in #227

v3.4.5 - 2022-02-22

Changed

  • Update 2014_10_12_100000_create_password_resets_table.php by @ashkanfekridev in #223

v3.4.4 - 2022-02-15

Fixed

  • Update ConfirmsPasswords.php by @hannah-massey in #222

v3.4.3 - 2022-02-08

Changed

  • Replace removeSpecialCharacters method with Str Helper Equivalent (#219)

Fixed

  • Update app.stub with correct Bootstrap 5 class (#215)
  • Fix bug where special characters can be used when generating throttle key (#216)

Fixed

  • Fix Bootstrap 5 text alignment (#213)

Changed

  • Update library to Boostrap 5 (#212)

Added

Fixed

Fixed

  • Set password_confirmed_at on login (#208)

Added

  • Use new Password::defaults() feature (#204)

Changed

  • Use trans helper instead of Lang Facade (#201)
  • Update NPM dependencies (#203)

Changed

  • Tweak stubs for Mix 6 (#193)

Added

  • Added PHP 8 Support (#178)

Changed

  • Add sourcemaps to webpack config (#168)

Fixed

  • Wrap login link in app.stub with a route check (#177)

Added

  • Laravel 8 support (#155)

Fixed

  • Fetch reset token explicitly (#130)

Changed

  • Revert "Add namespace check to Auth routes" (#160)

Removed

  • Remove Laravel 8 support (#154)

Fixed

  • Fix Bootstrap preset (#146)

Fixed

  • Add namespace check to Auth routes (#143)

Fixed

  • Use proper json responses (#139)
  • Ensure sass directory exists (456daa3)

Added

Fixed

  • Remove caret and replace display: none with d-none (#135)

Added

  • Allow for optional login and logout routes (#113)

Fixed

  • Missed localizable strings (#105)

Fixed

  • Fix confirm controller overwrite (#100)

Fixed

  • Confirm controller overwrite (#95)

Fixed

  • Make auth options empty by default (47a0a1d)

Changed

  • The UI package now contains all auth scaffolding from the laravel skeleton

Changed

  • Use sass-loader v8 for Vue preset (bb64fca)

Changed

  • Removed Laravel 7.0 support (0287d4ee)

Changed

  • Change the specified time until re-authentication (#37)

Fixed

  • Add auth.passwords.confirm to exported views (#36)

Added

  • Add password confirmation screen (#34)

Changed

  • Remove X-CSRF-TOKEN header from Axios instance (#23)

Fixed

  • Replace tab to space (#28)
  • Add missing semicolon to avoid unnecessary diff (#32)
  • Update resolve-url-loader dependency constraint (#33)

Added

  • Add macro check on ui:auth command (#16)

v1.0.0 (2019-08-13)

Initial commit.