Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Akryum Akryum released this 30 Aug 13:37
· 82 commits to master since this release

Breaking change

  • There is no longer an HTML template in src, the plugin uses public/index.html instead. This means all the double or triple curly-braces for SSR template must be move to public/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

Fixed

  • Apollo support fixes
  • classic serve/build commands (build and serve)
  • Apollo server files not linted after invocation
  • some ESlint errors after invocation