Bit v0.11.1 Release Notes

Release Date: 2017-11-29 // over 6 years ago
    • ๐Ÿ‘Œ support tagging the entire local scope and all imported components to a specific tag using --scope and --include_imported flags
    • โž• add bit pack command to build packages for registry
    • ๐Ÿท tag command now accepts a version
    • โœ… bit test - paint a summary table when testing multiple components
    • bit status - add a new section "deleted components" for components that were deleted from the file-system manually
    • bit import - prevent overriding local changes unless --force flag was used
    • sort bit show and bit list components alphabetically
    • โšก๏ธ Auto update .bit.map.json to semantic versions
    • ๐Ÿ‘Œ improve stability and performance of the dependency resolution mechanism
    • โœ‚ removed --include-imported flags as --all can be used for the same functionality
    • --scope flag can be used without --all
    • message in tag command is now optional
    • --all and --scope accepts version (optional for --all and mandatory for --scope)
    • ๐Ÿ›  fixed bug on windows that created test files as components
    • ๐Ÿ›  fixed bit add bug when adding test files with DSL
    • ๐Ÿ›  fixed output to be the same for tag command
    • ๐Ÿ›  fixed bit list command display for deprecated components
    • ๐Ÿ›  fixed bit show with compare flag to display dependencies
    • don't write dists files for authored components
    • ๐Ÿ› bug fix - components that were not indicated as staged-components by bit status were exported by bit export
    • ๐Ÿ› bug fix - tests files saved with incorrect path when bit add was running from non-consumer root
    • bit add - exclude a component when its main file is excluded
    • ๐Ÿ› bug fix - generated .ts links were not valid