Bit v0.12.11 Release Notes

Release Date: 2018-04-10 // about 6 years ago
  • ๐Ÿ†• New

    • ๐Ÿ”€ introduce a new command bit merge for merging a different version into the current version
    • introduce a new command bit use for switching between versions
    • โž• add anonymous analytics usage with prompt
    • ๐Ÿ‘Œ support merging modified component to an older version of the component ### ๐Ÿ”„ Changes
    • ๐Ÿ“‡ rename the command bit use to bit checkout
    • block tagging when a component has a newer version locally, unless --ignore-newest-version flag is used
    • ๐Ÿ“‡ rename --force flag of bit import to --override
    • ๐Ÿ”„ change bit list to show only the authored and imported components, unless --scope flag is used
    • ๐Ÿšš bit remove removes components from a remote scope only when --remote flag is used
    • ๐Ÿ‘Œ improve the output of import command to show the imported versions ### ๐Ÿ› Bug Fixes
    • ๐Ÿ›  fix bit-install to work from an inner directory
    • ๐Ÿ‘Œ improve external test and build errors to show the stack
    • ๐Ÿ‘Œ support export { default as } syntax when extracting relevant dependencies from link files