Bit v0.10.7 Release Notes

Release Date: 2017-09-07 // over 6 years ago
    • ๐Ÿ‘Œ improve windows support
    • โž• add bit untrack command
    • ๐Ÿ‘Œ support CSS/less/sass/sass as main file
    • ๐Ÿ‘Œ support jsx extension as the main file of a component
    • ๐Ÿ‘Œ support adding new files to imported components
    • ๐Ÿ—„ deprecated install command
    • ๐Ÿ›  fix the search according to search-index v0.13.0 changes
    • prevent exporting a component when the same version has been exported already to the same remote scope
    • ๐Ÿ— avoid running the build and test processes upon bit status
    • ๐Ÿ‘ allow export specific components without specifying the scope-name
    • avoid tagging unmodified components unless --force flag is being used
    • resolve dependencies from all component files regardless whether they are referenced from the main file
    • ๐Ÿ› bug fix - the author was not able to update his/her component in case it was changed in another scope
    • ๐Ÿ› bug fix - status command shows an error when components directory has an unreferenced (from bit.map) component
    • avoid generating links for author components
    • bit import from bit.json does not write to the file-system a dependency when it is also a direct import
    • ๐Ÿ› bug fix - export would hang when the ssh server was existing before closing
    • don't calculate nested deps when calculating modified component during bit status/commit
    • ๐Ÿ›  fixed exception is thrown in bit ls after exporting components
    • โœ‚ removed --cache flag from bit ls
    • โž• added --environment option for bit import
    • reformatted bit import output (components, dependencies, environments)
    • โœ‚ remove duplication for missing packages warning
    • โœ‚ Remove the npm tree output for component ci flow
    • โž• add verbosity option to some places
    • โž• added auto generated msg to bitmap and all generated link files
    • ๐Ÿ›  fix a warning on the bit --version command
    • ๐Ÿ‘Œ support render tag in js docs
    • ๐Ÿ› bug fix - imported components were deleted from bit.map when importing nested components of the same scope and name
    • write dist files on import according to .bit.map.json
    • ๐Ÿ‘Œ improve bit remote output (put it in a table)
    • ๐Ÿ›  fix but with export when the remote has a dependency in the wrong version