Skip to content

Releases: garethredfern/laravel-vue

v1.2.1

12 Jan 20:33
Compare
Choose a tag to compare

Remove input field class appearance-none not required for demo.

v1.2

12 Jan 18:28
8aa5b14
Compare
Choose a tag to compare

Users can now upload a single image as their avatar.

v1.1.2

11 Jan 16:30
Compare
Choose a tag to compare

Fixed a bug check for error.response in axios interceptors.

v1.1.1

10 Jan 17:02
Compare
Choose a tag to compare

Fixed a bug where Promise.reject(error.response) was being returned instead of return Promise.reject(error) in axios interceptor.

v1.1

10 Jan 09:29
Compare
Choose a tag to compare

Improved how errors are handled from API. There was a bug that would mean error.data would be undefined.

v1.0

10 Jan 08:46
b7f2005
Compare
Choose a tag to compare

Initial release with authentication set up to work with Laravel Sanctum and Fortify.