Skip to content

v0.12.10

Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 21 Mar 17:05
· 10858 commits to master since this release

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