Bit v0.10.9 Release Notes

Release Date: 2017-10-18 // over 6 years ago
    • ๐Ÿ“‡ rename bit commit to bit tag
    • extract only relevant dependencies from link files (files that only require other files)
    • typescript - extract only relevant dependencies from link files (files that only require other files)
    • ๐Ÿ“ฆ take package version from package.json in the component / root folder to support semver package dependencies
    • ๐Ÿ†• new field in bit.json (bindingPrefix) for dynamic links
    • โž• add flag to bit show to compare component in file system to last tagged component
    • ๐Ÿ‘ better handling deleted files
    • ๐Ÿ‘Œ improve bit add to convert files to valid bit names
    • ๐Ÿ›  fixed - writing dist files to wrong directory during bit tag / test commands
    • ๐Ÿ›  fixed remove of exported component
    • prevent bare-scope corruption when the export process fails
    • ๐Ÿ›  fixed stderr maxBuffer exceeded bug in ci-update cmd
    • โœ… throw error when tester doesn't return any result for test file
    • ๐Ÿ”„ change the order of determine the main/index file - it's now ['js', 'ts', 'jsx', 'tsx', 'css', 'scss', 'less', 'sass']
    • ๐Ÿ‘Œ improve checkVersionCompatibility between server and client
    • โœ… show correct message / error when the tester has an exception during bit test
    • ๐Ÿ›  fix bug with printing wrong id on bit tag for component in versions between 10-19
    • ๐Ÿ– handle invalid bit.json
    • โœ… bit add on missing test file should throw an error
    • โœ… prevent test files from becoming new components
    • ๐Ÿ›  fix bug when component version is larger than 10 it won't show as staged