Bit v0.12.10 Release Notes

Release Date: 2018-03-21 // about 6 years ago
  • ๐Ÿ†• New

    • โšก๏ธ track directories for files changes and update .bitmap automatically
    • ๐Ÿ‘‰ show a component as modified (bit status) in case a new file has added to its rootDir or one of the files has renamed
    • ๐Ÿ‘Œ support updating dependencies versions from bit.json, package.json and bitmap files
    • โž• add an option to install peer dependencies in an isolated environment
    • โž• add the main file to file list if not specified during bit add
    • โž• add --all flag to bit untrack command

    ๐Ÿ”„ Changes

    • ignore files named 'LICENSE'
    • โœ… test components candidates for auto-tag before tagging them

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  fix an issue with stylus dependencies from Vue files
    • ๐Ÿ›  fix catastrophic backtracking when using Regex to find JSDoc
    • ๐Ÿ›  fix environment import of latest version when an older version is imported
    • ๐Ÿ›  fix exit status when ci-update fails
    • ๐Ÿ›  fix bugs when running bit commands not from the workspace root