Bit v14.0.1 Release Notes

Release Date: 2019-02-24 // about 5 years ago
    • ๐Ÿ‘‰ show an error when deleting a global remote without --global flag
    • ๐Ÿ‘‰ show an error when deleting a non-exist remote
    • ๐Ÿ“ฆ enable custom resolve of aliases to symlink packages (bit-javascript)
    • ๐Ÿ›  fix error "toAbsolutePath expects relative path"
    • ๐Ÿ‘Œ improve errors stack-trace readability
    • ๐ŸŽ index scope components to improve memory consumption and performance
    • โœ… extract docs from non-tests files only
    • ๐Ÿ›  fix bit show --remote --json to not crash when a component has a compiler
    • ๐Ÿ›  fix bit checkout to update bit.json with the checked out version
    • ๐Ÿ›  fix "Maximum call stack" error when resolving js files after css files (bit-javascript)
    • ๐Ÿ›  fix bit checkout --all to write the correct data when some components are also dependencies of others
    • ๐Ÿ›  fix bit checkout to install dependencies as packages when applicable
    • ๐Ÿ›  fix bit remove --remote to show the dependents correctly
    • hide component internal structure diff upon bit diff unless --verbose flag is used
    • ๐Ÿ‘ implement postinstall symlink generation for cases when custom-resolve modules is used with unsupported file (such as binary files)
    • ๐Ÿ›  fix parsing .tsx files (bit-javascript)