3.9 KiB
3.9 KiB
Release Notes
Unreleased
v2.5.0 (2020-11-03)
Added
- PHP 8 Support (#179)
v2.4.1 (2020-09-22)
Changed
- Revert "Add namespace check to Auth routes" (#160)
v2.4.0 (2020-09-11)
Removed
- Remove Laravel 8 support (#154)
Fixed
- Fix Bootstrap preset (#146)
v2.3.0 (2020-09-09)
Fixed
- Add namespace check to Auth routes (#143)
v2.2.1 (2020-09-08)
Fixed
v2.2.0 (2020-08-25)
Added
- Laravel 8 support (4a0db5b)
Fixed
- Remove caret and replace
display: none
withd-none
(#135)
v2.1.0 (2020-06-30)
Added
- Allow for optional login and logout routes (#113)
Fixed
- Missed localizable strings (#105)
v2.0.3 (2020-04-29)
Fixed
- Fix confirm controller overwrite (#100)
v2.0.2 (2020-04-28)
Fixed
- Confirm controller overwrite (#95)
v2.0.1 (2020-03-03)
Fixed
- Make
auth
options empty by default (47a0a1d)
v2.0.0 (2020-03-03)
Changed
- The UI package now contains all auth scaffolding from the laravel skeleton
v1.2.0 (2020-02-18)
Changed
- Use
sass-loader
v8 for Vue preset (bb64fca)
v1.1.2 (2019-10-20)
Changed
- Removed Laravel 7.0 support (0287d4ee)
v1.1.1 (2019-10-11)
Changed
- Change the specified time until re-authentication (#37)
Fixed
- Add
auth.passwords.confirm
to exported views (#36)
v1.1.0 (2019-10-08)
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)
v1.0.1 (2019-09-02)
Added
- Add macro check on ui:auth command (#16)
v1.0.0 (2019-08-13)
Initial commit.