Skip to content

v0.3.0

Compare
Choose a tag to compare
@RishabhKarnad RishabhKarnad released this 18 Jun 15:50
· 10 commits to master since this release

This is a stable release with the updates from the last two RC releases.

Fixes

  • Fix issues with line number mapping in stack traces (fixes #259) - credit @rahul-mahato
  • Set Vue version to 2.2.6 (fixes #216)
  • Fix crash for components without <script> blocks (fixes #302)
  • Fix issues with render-prop-fn usage inside v-if and v-else (fixes #234) - credit @rahul-mahato

Improvements

  • Adds Travis CI integration (resolves #17)
  • Adds Jest config
  • Fixes Flow config
  • Removes unused dependencies
  • Lint and format config
  • Prevent auto-import of deprecated components (fixes #239)
  • Update release script