Bit v13.0.1 Release Notes

Release Date: 2018-06-26 // almost 6 years ago
  • ๐Ÿ†• New

    • ๐Ÿ‘Œ support bit checkout latest for checkout to the latest version
    • โž• add --reset flag to bit checkout command for removing local modifications
    • โž• add --all flag to bit checkout command for executing the checkout on all components
    • โž• add new flag --skip-tests to bit tag command
    • โž• add --no-cache flag to bit build command
    • โž• add --include-unmodified flag to bit test command
    • โž• add troubleshooting-isolating link to bit status

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  fix .tsx parsing issue when the tsx dependency is required from a non .tsx file
    • ๐Ÿ›  fix support of .json dependencies
    • ๐Ÿ›  fix "SyntaxError: Unexpected token" when parsing .ts files with .js dependencies
    • ๐Ÿ‘‰ show environments when running bit show on remote component