Skip to content

Releases: SolarLiner/vue-cli-plugin-prerender-spa

v1.1.6 - Config and vulnerabilities

25 Jul 21:44
b492388
Compare
Choose a tag to compare

This patch release fixes a high-level vulnerability found in Lodash 4.17.10, and an issue with the prerenderSpa config object.

Complete changelog:

  • Fixes error if there's no pluginOptions.prerenderSpa in vue.config.js (#35)
  • Bump lodash from 4.17.10 to 4.17.15 (#36)
  • README changes (#22, #26, #31)

v1.1.5 - Pack that generator

28 Feb 00:06
Compare
Choose a tag to compare
  • Fix generator not being unpacked into node_modules

v1.1.3 - Upgrade to Vue CLI 3.3

17 Jan 23:09
Compare
Choose a tag to compare
  • Switch to a Babel setup to support Node.js 8.x #17
  • Support Vue CLI 3.3 "publicPath" setting #19

v1.1.2 - Hotfix release

15 Jan 16:02
Compare
Choose a tag to compare
  • Fix Node.js LTS carbon chocking on a catch statement without exception variable (#17)

1.1.1: Hotfix release

13 Jan 22:05
Compare
Choose a tag to compare

Hotfix release 1.1.1

  • Workaround blank page on development builds by force disabling the plugin on dev builds (#16)

Version 1.1.0

02 Jan 19:39
Compare
Choose a tag to compare
  • Adds support for user post-processing of HTML after pre-rendering #4
  • Bundles an app.html file which is not prerendered, and should be used as
    entrypoint for non-prerendered routes #14
  • Support multi-page mode (by @snadn) #10 (implementation #11)
  • Support non-default baseURL (by @snadn) #6 (implementation #9)
  • Writes configuration using the API extendPackage function, which writes to
    vue.config.js. If found, the old configuration will be copied over and
    converted on vue invoke (and read, but not converted on build).