- Notifications
You must be signed in to change notification settings - Fork117
Releases: SoftwareAteliers/asp-net-core-vue-starter
Releases · SoftwareAteliers/asp-net-core-vue-starter
3.1.2
Assets2
Uh oh!
There was an error while loading.Please reload this page.
3.1.1
Bug fixes
- Migrate docker configuration to .NET 5.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
3.1.0
44afe67 This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Features
- Added Prettier to ESLint / VSCode (#55) by@JohnCampionJr
- VS Code Debugging Improvements (#56) by@JohnCampionJr
Assets2
Uh oh!
There was an error while loading.Please reload this page.
3.0.0
Features
- Migrate to .NET 5.0, closes#46 (#54) by@JohnCampionJr
- Migrate to ESLint, closes#51 (#54) by@JohnCampionJr
- Silent webpack build process, closes#13 (#54) by@JohnCampionJr
Server side dependencies
- .NET 5.0
- Microsoft.AspNetCore.SpaServices.Extensions updated to 5.0.1
Client side dependencies
- @typescript-eslint/eslint-plugin ^2.33.0 → ^4.11.1
- @typescript-eslint/parser ^2.33.0 → ^4.11.1
- axios ^0.20.0 → ^0.21.1
- sass ^1.27.0 → ^1.32.0
- sass-loader ^10.0.4 → ^10.1.0
- typescript ^4.0.5 → ^4.1.3
- vue-cli-plugin-vuetify ^2.0.7 → ^2.0.9
- vue-property-decorator ^9.0.2 → ^9.1.2
- vue-router ^3.4.8 → ^3.4.9
- vue-template-compiler ^2.6.11 → ^2.6.12
- vuetify ^2.3.15 → ^2.4.0
- vuetify-loader ^2.3.15 → ^2.4.0
- vuex ^1.3.0 → ^1.6.0
added packages
- @typescript-eslint/eslint-plugin
- @typescript-eslint/parse
- @vue/cli-plugin-eslint
- @vue/cli-plugin-router
- @vue/cli-plugin-vuex
- @vue/eslint-config-standard
- @vue/eslint-config-typescript
- eslint
- eslint-plugin-import
- eslint-plugin-node
- eslint-plugin-promise
- eslint-plugin-standard
- eslint-plugin-vue
removed packages
- @types/node
- babel-plugin-transform-imports
- vue-cli-plugin-axios
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2.6.0
Features
Server side dependencies
- Microsoft.AspNetCore.SpaServices.Extensions updated to 3.1.9
Client side dependencies
- vue-property-decorator ^9.0.0 → ^9.0.2
- vue-router ^3.4.3 → ^3.4.8
- vuetify ^2.3.10 → ^2.3.15
- @mdi/font ^5.6.55 → ^5.8.55
- @types/node ^14.11.1 → ^14.14.5
- @vue/cli-plugin-babel ^4.5.6 → ^4.5.8
- @vue/cli-plugin-pwa ^4.5.6 → ^4.5.8
- @vue/cli-plugin-typescript ^4.5.6 → ^4.5.8
- @vue/cli-service ^4.5.6 → ^4.5.8
- axios ^0.20.0 → ^0.21.0
- sass ^1.26.11 → ^1.27.0
- sass-loader ^10.0.2 → ^10.0.4
- typescript ^4.0.3 → ^4.0.5
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2.5.1
Bug fixes
- Axios plugin exports correct plugin instance
Server side dependencies
- Microsoft.AspNetCore.SpaServices.Extensions updated to 3.1.8
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2.5.0
Bug Fixes
- Axios plugin global registration fixed, now it can be used in the component instance directly using
this.$axios#49 by@glebov21 - deprecated Vuetify tag
v-contentreplaced withv-main
Client side dependencies:
- date-fns ^2.15.0 → ^2.16.1
- vue ^2.6.11 → ^2.6.12
- vue-class-component ^7.2.4 → ^7.2.6
- vue-router ^3.3.4 → ^3.4.3
- vuetify ^2.3.5 → ^2.3.10
- @mdi/font ^5.3.45 → ^5.6.55
- @types/node ^14.0.24 → ^14.11.1
- @vue/cli-plugin-babel ^4.4.6 → ^4.5.6
- @vue/cli-plugin-typescript ^4.4.6 → ^4.5.6
- @vue/cli-service ^4.4.6 → ^4.5.6
- axios ^0.19.2 → ^0.20.0
- sass ^1.26.10 → ^1.26.11
- sass-loader ^9.0.2 → ^10.0.2
- typescript ^3.9.7 → ^4.0.3
- vue-template-compiler ^2.6.11 → ^2.6.12
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2.4.1
Server side dependencies
- Microsoft.AspNetCore.SpaServices.Extensions updated to 3.1.6
Client side dependencies
- date-fns ^2.14.0 → ^2.15.0
- vue-class-component ^7.2.3 → ^7.2.4
- vue-property-decorator ^8.4.2 → ^9.0.0
- vue-router ^3.3.2 → ^3.3.4
- vuetify ^2.2.30 → ^2.3.5
- vuex ^3.4.0 → ^3.5.1
- @types/node ^14.0.6 → ^14.0.24
- @vue/cli-plugin-babel ^4.4.1 → ^4.4.6
- @vue/cli-plugin-pwa ^4.4.1 → ^4.4.6
- @vue/cli-plugin-typescript ^4.4.1 → ^4.4.6
- @vue/cli-service ^4.4.1 → ^4.4.6
- sass ^1.26.7 → ^1.26.10
- sass-loader ^8.0.2 → ^9.0.2
- typescript ^3.9.3 → ^3.9.7
- vue-cli-plugin-vuetify ^2.0.5 → ^2.0.7
- vuetify-loader ^1.4.4 → ^1.6.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2.4.0
Features
- Update VS Code file launch.json to debug both the API and the SPA (#36) by@bickycheese@nickyg91
Assets2
Uh oh!
There was an error while loading.Please reload this page.
2.3.4
Server side dependencies
- Microsoft.AspNetCore.SpaServices.Extensions updated to 3.1.4
Client side dependencies
- core-js ^3.6.4 → ^3.6.5
- date-fns ^2.11.1 → ^2.14.0
- vue-property-decorator ^8.4.1 → ^8.4.2
- vue-router ^3.1.6 → ^3.3.2
- vuetify ^2.2.20 → ^2.2.30
- vuex ^3.1.3 → ^3.4.0
- @mdi/font ^5.0.45 → ^5.3.45
- @vue/cli-plugin-babel ^4.3.1 → ^4.4.1
- @vue/cli-plugin-pwa ^4.3.1 → ^4.4.1
- @vue/cli-plugin-typescript ^4.3.1 → ^4.4.1
- @vue/cli-service ^4.3.1 → ^4.4.1
- sass ^1.26.3 → ^1.26.7
- typescript ^3.8.3 → ^3.9.3
- vuetify-loader ^1.4.3 → ^1.4.4
Assets2
Uh oh!
There was an error while loading.Please reload this page.