Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-06-18 | 642 Bytes | |
v0.3.0 source code.tar.gz | 2021-06-18 | 319.5 kB | |
v0.3.0 source code.zip | 2021-06-18 | 422.0 kB | |
Totals: 3 Items | 742.1 kB | 0 |
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