Bit v14.0.2 Release Notes

Release Date: 2019-03-10 // about 5 years ago
    • prevent bit init from initialize a non-empty scope when .bitmap was deleted unless --force is used
    • ๐Ÿ‘Œ improve bit tag performance by decreasing hook logging
    • validate paths properties of the workspace bit.json
    • ๐Ÿ–จ enable print log messages that start with a specific string to the console by prefixing the command with BIT_LOG=str
    • ๐Ÿ‘Œ improve error message when adding files outside the workspace
    • ๐Ÿ‘‰ show a descriptive error when npm 5.0.0 fails with --json flag
    • ๐Ÿ›  fix errors "EISDIR" and "EEXIST" when generating links and files steps on each other
    • ๐Ÿ›  fix links of exported components to node_modules for author when a file is not linkable to generate a symlink instead
    • ๐Ÿ“ฆ recognize scoped packages that were newly introduced to imported components
    • ๐Ÿ›  fix error "consumer.loadComponentFromModel, version is missing from the id"
    • ๐Ÿ”€ enable removing a component that its workspace and scope representations are not in sync
    • ๐Ÿ›  fix "error: Could not stat (filename) No such file or directory" when bit-checkout updates multiple files
    • ๐Ÿ›  fix "JavaScript heap out of memory" when loading a large amount of components