Skip to content

Releases: cretueusebiu/laravel-vue-spa

4.3.0

21 Oct 16:25
Compare
Choose a tag to compare
  • Fix npm install
  • Update fontawesome

4.2.0

04 Oct 09:55
477ade3
Compare
Choose a tag to compare
  • Upgrade to Laravel 5.7

4.1.1

10 May 12:01
Compare
Choose a tag to compare
  • Fixed oauth popup
  • Fixed session expired alert
  • Update npm dependencies

4.1.0

14 Mar 15:45
Compare
Choose a tag to compare
  • Upgrade to Laravel 5.6
  • Update npm dependencies
  • Enabled Mix esModule by default
  • Lint with eslint-plugin-vue and eslint-config-standard

4.0.1

23 Jan 11:19
e3eae77
Compare
Choose a tag to compare
Delete Basic.vue

4.0.0

23 Jan 07:50
Compare
Choose a tag to compare
  • Brought back the layout property in pages that was removed in 3.0. By default it's set to default (~/layouts/default.vue).

3.0.1

22 Jan 21:03
Compare
Choose a tag to compare

Removed middleware from routes since they don't work when you press the back button. Now you have to use the middleware property in pages.

3.0.0

22 Jan 20:30
Compare
Choose a tag to compare
  • Removed layout property from pages in favor of explicit layout components
  • Improved middleware system, you can either define it on a route or directly on a component
  • Reorganized components
  • Change jwt token ttl to one day
  • Fixed hot module replacement

2.2.1

19 Jan 07:29
Compare
Choose a tag to compare
  • Upgrade to Bootstrap 4

2.2.0

16 Jan 19:41
Compare
Choose a tag to compare
  • Added dynamic import for pages
  • Added locale with dynamic import
  • Import shakable fontawesome module