Bit v14.4.0 Release Notes

Release Date: 2019-09-24 // over 4 years ago
  • ๐Ÿ†• New

    • #1981 allow compilers to add all dependencies types and not only devDependencies

    ๐Ÿ”„ Changes

    • #2004 ask for approval before exporting a component to another scope (fork)

    ๐Ÿ› Bug fixes

    • #2013 fix bit import when one module resolution alias is a directory of another alias
    • ๐Ÿš€ block tagging components with prerelease versions
    • ๐Ÿ›  fix "Converting circular structure to JSON" error when logging a circular metadata object
    • ๐Ÿ›  fix exporting to a different scope than workspace configuration of defaultScope
    • ๐Ÿ›  fix exporting components with and without scope at the same time
    • #1999 show a descriptive error when a component is missing from the scope

    Experimental

    • #1956 introduce a new flag --rewire for bit export to replace the import/require statements in the source to the newly exported scope