Skip to content

v0.1.74

Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 25 Jun 10:13
· 2705 commits to master since this release

New Features

  • Support passing port to bit run from terminal (#7530)
  • Get quick information only on modified and new components - bit ms bit mini-status (#7567)
  • Easily remove component from lane - bit lane remove-comp (#7558 #7539 #7571 #7511)

Changes

  • Understand more dependency sources in bit deps debug ("env", "auto" and "config") (#7561 #7552)
  • Print bit version during bit sign command (#7517)
  • New alias --template for new and create commands (#7532)

Bug Fixes

  • Various terminal outputs and UI fixes (#7564 #7566 #7525 #7550 #7535 #7545 #7529)
  • Fix a case where bit update crashed when there's nothing to update (#7546)
  • Fix a case where bit checkout latest wasn't moving to latest when component has no semver (#7551)
  • Fix cases where schema extractor didn't provide API references (#7533 #7560 #7522)
  • Fix a case where bit install didn't resolve env correctly when setting a snap (#7521)
  • Fix cases where react was resolved from Bit's webpack alias instead of the env (#7519)

Internal

  • Improve handling of custom capsule directory location (#7543 #7544 #7542 #7540 #7555 #7531 #7547 #7246 #7554 #7520)
  • Update dependencies (#7569 #7527 #7559)
  • Move diff command to component-compare aspect (#7570)
  • Add context to fork & import functions (#7553)
  • Support async generateFiles method for template generators (#7557)
  • Set issues aspect as optional (#7549)
  • Support a hosted component-importer service (#7538)
  • Limit merge lane concurrency to 50 components (#7562)
  • De-duplicate MissingPackagesDependenciesOnFs during bit install (#7523)
  • Load @teambit/harmony config from browser.window if possible (#7516)
  • Support excludeLinksFromLockfile and lockfileOnly for pnpm aspect (#7518 #7548)