v0.2.0
Pre-release
Pre-release
Breaking change
- There is no longer an HTML template in
src
, the plugin usespublic/index.html
instead. This means all the double or triple curly-braces for SSR template must be move topublic/index.html
. This change allows the plugin to take advantage of all the injected stuff to the HTML page from other plugins (like the PWA plugin).
New
- UI: plugin logo
- UI: basic tasks
Improved
- The Apollo server middleware is now only active in production.
- You no longer need to externalize
vue-cli-plugin-apollo
andvue-apollo
: 8bd2c1c#diff-f7bf2b665273dfa66ffa4ad7c0a52bb9
Fixed
- Apollo support fixes
- classic serve/build commands (
build
andserve
) - Apollo server files not linted after invocation
- some ESlint errors after invocation