Skip to content

Latest commit

 

History

History
189 lines (101 loc) · 5.89 KB

CHANGELOG.md

File metadata and controls

189 lines (101 loc) · 5.89 KB

Release Notes

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.