Releases: garethredfern/laravel-vue
Releases · garethredfern/laravel-vue
v1.2.1
Remove input field class appearance-none
not required for demo.
v1.2
Users can now upload a single image as their avatar.
v1.1.2
Fixed a bug check for error.response in axios interceptors.
v1.1.1
Fixed a bug where Promise.reject(error.response) was being returned instead of return Promise.reject(error) in axios interceptor.
v1.1
Improved how errors are handled from API. There was a bug that would mean error.data would be undefined.
v1.0
Initial release with authentication set up to work with Laravel Sanctum and Fortify.