Skip to content

Releases: adambullmer/vue-cli-plugin-browser-extension

0.21.1

08 Aug 06:20
347c517
Compare
Choose a tag to compare
0.21.1 Pre-release
Pre-release

Fixed #48 where gitignore entries were being unconditionally added on every invoke

0.21.0

07 Aug 08:32
9cda43b
Compare
Choose a tag to compare
0.21.0 Pre-release
Pre-release

Upgrading to this version does not require that you run vue invoke browser-extension. The changes only affect how a freshly scaffolded project will look for its files.

  • Added typescript scaffolding support
  • Restructured the pages to be more in line with general vue practices, like main.js instead of a custom name
  • Optimized some dependency trees to avoid putting more things into the parent project
  • Removed additions of vuex and vue-router for now

0.20.0

02 Aug 08:49
a975323
Compare
Choose a tag to compare
0.20.0 Pre-release
Pre-release

Ramping up for a stable release

Breaking changes

  • added new option for the artifact directory, artifactDir, changed default zip output directory from {{webpack.output}}-zip to artifacts

Dangerous

  • Re-enabled the node global. webpackConfig.node.global = true. I don't recall why it was off in the first place, and being off is causing some issues later outlined in #12.

Scaffolding Changes

  • Renamed the scaffolded pages to no longer need a namespace popup/popup became popup
  • cleaned up name on content-scripts folder
  • converted most of the webpack configurations into the community preferred webpack chain
  • added back codesplitting optimizations for pages with html files (ignores background and content-scripts)
  • added back production filename hashing popup.abcd1234.js on pages with html files (ignores background and content-scripts)

These scaffolding changes help remove a sticking point for resolving CSS assets with the absolute project root ~@/ syntax

0.19.0

31 Jul 06:16
57a171f
Compare
Choose a tag to compare
0.19.0 Pre-release
Pre-release

Added signing key generation option to scaffold

0.18.1

30 Jul 05:36
0903294
Compare
Choose a tag to compare
0.18.1 Pre-release
Pre-release
  • Fixed ExtensionReloader production warning.
  • Refactored the manifest transform to be more performant.

0.18.0

27 Jul 07:07
9e59a97
Compare
Choose a tag to compare
0.18.0 Pre-release
Pre-release

Added devtool scaffolding

0.17.1

27 Jul 07:03
aaaa87b
Compare
Choose a tag to compare
0.17.1 Pre-release
Pre-release

fixed manifest.json scaffolding bug

0.17.0

27 Jul 07:02
2ebae95
Compare
Choose a tag to compare
0.17.0 Pre-release
Pre-release
v0.17.0

0.16.0

26 Jul 05:35
e5cdd75
Compare
Choose a tag to compare
0.16.0 Pre-release
Pre-release
  • Include generic browser reload package instead of chrome specific package
  • Bump risky outdated packages

0.15.1

24 Jun 05:56
634aed0
Compare
Choose a tag to compare
0.15.1 Pre-release
Pre-release
v0.15.1