Bit v13.0.2 Release Notes

Release Date: 2018-07-10 // almost 6 years ago
  • ๐Ÿ†• New

    • ๐Ÿ‘Œ improve the tree shaking mechanism to work with unlimited number of intermediate files
    • ๐Ÿ“œ present parsing errors by bit status and prevent tagging it until fixed
    • ๐Ÿ‘‰ show the newly tagged version for auto-tagged components

    ๐Ÿ”„ Changes

    • ๐Ÿ“‡ rename --ignore-missing-dependencies flag of bit tag to --ignore-unresolved-dependencies
    • avoid trying tree shaking on CommonJS code
    • ๐Ÿ“œ prevent dependency-resolver from parsing json files as they do not contain any dependency

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  fix bit status to show a component as deleted when track-dir was deleted for authored
    • ๐Ÿ›  fix parsing error when a Vue file has a dependency prefix with a Tilde inside a style section
    • ๐Ÿ›  fix detection of .scss files when required with no extension
    • don't break bit status when mainFile was deleted, instead, reflect it to the user with a suggestion
    • ๐Ÿ›  fix detection of "export * from" syntax of ES6