Skip to content

Releases: Jaxelr/VueSimpleTemplate

0.3.0

18 Jul 10:49
474833b
Compare
Choose a tag to compare

Upgrade to version 2,2 of dotnet core.

0.2.3

23 Oct 11:34
ba0880f
Compare
Choose a tag to compare

Added .editorconfig.

0.2.2

19 Oct 11:31
3c43fda
Compare
Choose a tag to compare

Upgrade Microsoft.AspnetCore.App dependency from a security flaw notification.

0.2.1

05 Oct 10:00
64f8b7b
Compare
Choose a tag to compare

Fixed bug reported on issue #5.

0.2.0

30 Sep 15:24
52ddcec
Compare
Choose a tag to compare

This release moves away from custom webpacks and opts in on the flexibility of using vue-cli 3 to create the client app experience.

As such, vue-loader and webpack have been upgraded implicitly. For more information of the usage of vue-cli 3.0 check this articles: https://cli.vuejs.org/guide/

It also adds the VueCliMiddleware library as a dependency, since it autowires the spaservices with the vue-cli in a very dotnet core approach (using the use). For more information regarding this details, check the startup.cs.

0.1.8

20 Jun 20:12
Compare
Choose a tag to compare

Fixes to SSR issues compiling using webpack.
Added hsts and httpsredirection for 2.1.
Fixed publish bug packing css add-ons.

0.1.7

13 Jun 14:42
Compare
Choose a tag to compare

Release details:

Added dotnet core 2.1 integration.
Added site.css for global css asignation.
Added webpack.config.vendor.js for vendor configuration.
Fixed bug on the template.json file.
Remove aspnet-prerendering dependency (no SSR for now).