Bit v0.10.8 Release Notes

Release Date: 2017-10-01 // over 6 years ago
    • ๐Ÿ‘Œ support requiring imported components using require('bit/namespace/name') syntax
    • ๐Ÿ†• new remove command for removing local and remote components
    • ๐Ÿ†• new deprecate command for deprecating local and remote components
    • ๐Ÿ†• new move command for moving files/directories of a component to a new location
    • ๐Ÿ“ฆ create package.json for imported components
    • exclude import-pending components from 'new components' section
    • โž• add ignore missing dependencies to commit
    • ๐Ÿ’พ save all dependencies on one configurable directory (components/.dependencies by default)
    • โž• add support for tsx files
    • generate internal component links according to their compiled version
    • ๐Ÿšš move a re-imported component to a new location when bit import --prefix is used
    • ๐Ÿ›  fix commit and export issues when dealing with more than 500 components
    • ๐Ÿ›  fix export of large amount of data
    • ๐Ÿ›  fix bug with commit --force when tests throws an exception
    • ๐Ÿ›  fix bug - when you import authored component (and there is a newer version) it duplicate it in the .bit.map.json
    • ๐Ÿ›  fix bug - when you import authored component it was added to bit.json dependencies
    • ๐Ÿ›  fix bug with ssh2 times out on handshake