This repository has been archived by the owner on Sep 23, 2021. It is now read-only.
Releases: scottbedard/vuetober
Releases · scottbedard/vuetober
3.0.0-rc.3
3.0.0-rc.3
3.0.0
3.0.0
3.0.0-rc.2
Fixed
- Dev server incompatibility with latest vue-cli
3.0.0-rc.1
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
Fixed
- Added missing trailing slash to dev
baseUrl
property
3.0.0-beta.9
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
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
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 thepages/index.htm
file will still point to development assets. If you need to view your production site, runyarn build
again. See issue #40 for the reasoning behind this change.
3.0.0-beta.5
3.0.0-beta.4
Fixed
- Base url was missing a trailing slash in production (#38)