Skip to content

v1.6.90

Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 17 Mar 11:14
· 786 commits to master since this release

Changes

  • bit doctor supports --include-node-modules and --exclude-local-scope (#8670)
  • bit start has a new set of outputs, removing the ink library (#8641, #8630)

Performance

  • Improve managing of component version history (#8612)

Bug Fixes

  • Fix and improve many CLI outputs and messages (#8618, #8674, #8672, #8633, #8631, #8636, #8642, #8622)
  • Fix an issue where import dependents didn't get all dependency paths (#8669)
  • Fix an issue where changing peerDependencies rules caused a change to lockfile (#8668)
  • Fix the width of component size tooltip (#8659)
  • Fix an issue where dependency on a semver pre-release was not saved with exact version (#8662)
  • Fix an issue where during tag or snap didn't import VersionHistory if ParentNotFound error occurred (#8664, #8663)
  • Fix an issue where merging lanes caused explicitly added dependencies were removed from the merged outcome (#8665)
  • Do not allow running bit init --refer-scope within a sub-directory of a workspace (#8634)

Internal