Bit v0.10.6 Release Notes

Release Date: 2017-08-23 // over 6 years ago
    • ๐Ÿ windows support
    • ๐Ÿ‘Œ support auto updating of bit for npm installation
    • ๐Ÿ‘Œ support deleting files from a component
    • ๐Ÿ‘Œ improved bit help
    • ๐Ÿ›  fix bit config command for linux
    • โšก๏ธ update bit-javascript dependency
    • ๐Ÿ›  fixed remote add exceptions to human-friendly errors
    • ๐Ÿ‘Œ improvement - when there are several potential main files, bit add selects the one that is closer to the root
    • ๐Ÿ‘‰ show a friendly error when SSH returns an invalid response
    • ๐Ÿ›  fix an error when there are multiple open SSH connections
    • โšก๏ธ update bit.map and the file system when a nested component is re-imported individually
    • ๐Ÿ›  fix ci-update command when there are tester and compiler to use the same isolated-environment
    • ๐Ÿ›  fix an error when importing a component, exporting it, modifying and exporting again (v3)
    • ๐Ÿ›  fix links generation when importing from a non-consumer root path
    • ๐Ÿ›  fix ci-update command to generate links when necessary
    • ๐Ÿ›  fix Error: "Cannot find module './build/Release/DTraceProviderBindings'" when installing via Yarn
    • ๐Ÿ›  fix the local and remote search
    • ๐Ÿ›  fix the internal ci-update command where an environment has a tester without a compiler
    • ๐Ÿ‘Œ improved commit, add, export and status outputs
    • ๐Ÿ‘Œ support general failures on bit test (like on before)
    • status output with missing dependencies
    • help flags adjusted to new help
    • missing dependencies formatted on commit
    • 0๏ธโƒฃ sources no longer part of bit.json's defaults
    • ๐Ÿ‘Œ improve readme
    • ๐Ÿ‘Œ improve outputs
    • ๐Ÿ‘Œ improve windows support for import command
    • ๐Ÿ— exception when using bit test or bit build before adding first components
    • โž• add new flag to bit add to override or append files to bit component