Skip to content

v0.2.24

Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 14 Aug 09:00
· 2430 commits to master since this release

New Features

  • New command bit deps usage to find components that use the given dependency (#7737)
  • bit update supports passing glob patterns of components and semver to update (#7746, #7755, #7757)

Changes

  • Improve outputs for various commands (#7766, #7729, #7719, #7740)
  • Add "merge strategy" support for bitmap merge driver (#7754)
  • Enable running snap and tag with --ignore-build-errors and --disable-snap-pipeline | --disable-tag-pipeline (#7727)
  • Add "merge strategy" support for Lane merge (#7768)
  • Run ws-config write as part of bit new (#7661)
  • Improve error when snapping/tagging a dependency from another lane to suggest solutions (#7728)
  • Support a new component-issue of RemovedDependencies during bit status (#7767)
  • Align "remove component" from lane flow to be similar to "deprecate" (#7774)

Performance

  • Improve build | tag | snap performance by skipping installing dependencies of envs (#7748)

Bug fixes

  • Fallback to fetch component history from server in cases it was missing (#7777)
  • Solved an issue where JSX tags in MDX caused lint to fail (#7762)
  • Better handling complex lane merges (#7775, #7730, #7760, #7759, #7381, #7769, #7742, #7734, 7738, #7731, #7778, #7764, #7706)
  • Several bit rename fixes (#7758, #7726, #7720)
  • Solved an issue where bit update tried to update versions for non-exported components (#7772)
  • Do not re-link local components on repeat install (#7743, #7665)
  • Solved an issue where rename of an env didn't change env for their dependents (#7733)
  • UI Fixes (#7739, #7732)
  • Solved an issue where a "recovered" component was still marked as "removed" (#7724)
  • Better handling for deduping peer dependencies when rootComponents are used (#7710)

Internal