Skip to content
This repository has been archived by the owner on Sep 23, 2021. It is now read-only.

Releases: scottbedard/vuetober

3.0.0-rc.3

22 Nov 02:06
Compare
Choose a tag to compare
3.0.0-rc.3

3.0.0

22 Nov 03:22
Compare
Choose a tag to compare
3.0.0

3.0.0-rc.2

05 May 17:09
Compare
Choose a tag to compare

Fixed

  • Dev server incompatibility with latest vue-cli

3.0.0-rc.1

07 Oct 20:45
Compare
Choose a tag to compare

This is the first release candidate of 3.x, and will do our best to avoid breaking changes from this point forward.

Fixed

  • Production base url's were missing a leading slash, which caused some urls to not work with SPAs.

3.0.0-beta.10

26 Sep 06:32
Compare
Choose a tag to compare

Fixed

  • Added missing trailing slash to dev baseUrl property

3.0.0-beta.9

26 Sep 06:10
0f22d8b
Compare
Choose a tag to compare

Improved

Allow vue.config.js file to define a production baseUrl. To do so, use the following option.

module.exports = {
    pluginOptions: {
        vuetober: {
            baseUrl: '/themes/whatever/assets/',
        },
    },
}

3.0.0-beta.8

17 Sep 06:48
0f22d8b
Compare
Choose a tag to compare

Fixed

  • Dependency issue that prevented write-file-webpack-plugin from being included correctly

Improved

  • Added a prompt to activate the theme upon installation

3.0.0-beta.6

17 Sep 02:39
0f22d8b
Compare
Choose a tag to compare

Fixed

  • Fixed session support, and dramatically simplified various parts of the theme (#40)

Breaking

  • The dev server is no longer located at localhost:8080, Now just hit whatever application url you would hit to view the production version of your site. Be aware though, after closing the dev server the pages/index.htm file will still point to development assets. If you need to view your production site, run yarn build again. See issue #40 for the reasoning behind this change.

3.0.0-beta.5

16 Sep 20:08
0f22d8b
Compare
Choose a tag to compare

Improved

  • Dev entry point is now a .ts file when using TypeScript (#36)
  • October error messages are now displayed through the dev server (#37)

3.0.0-beta.4

15 Sep 20:05
0f22d8b
Compare
Choose a tag to compare

Fixed

  • Base url was missing a trailing slash in production (#38)