Skip to content

v4.0.1

Compare
Choose a tag to compare
@mgdodge mgdodge released this 19 Mar 16:48
· 32 commits to master since this release

Changed

  • Remove optional chaining/nullish coalescing code from demo component
    • Webpack 4 (used by vue-cli 4, and vue-cli 5 with cli-plugin-webpack-4) chokes on these, and babel/preset-env no longer transpiles them down. Best to not suggest them in demo components.
  • Update README with note about babel/preset-env

Known Issues

  • Vue 3 tree-shaking is still broken
    • Vue 2 is not affected