Skip to content

v1.5.9

Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 04 Dec 20:32
· 1793 commits to master since this release

New Features

  • Ability for bit build to --include-snap or --include-tag to also run tasks from release pipelines (#8224)
  • Support patterns for all commands, to better run control which components to operate on (#8188)
    • State filters $modified, $new, $deprecated, $deleted, $snappedOnMain, $softTagged and $codeModified
    • States with parameters ($env:teambit.react/react)
    • Filtering by a state and a pattern with the AND keyword ($modified AND **/ui/**)

Changes

Bug Fixes

  • Fix incorrect "compiling 0 components" message on bit watch (#8219)
  • Fix merge conflict advice for bit checkout (#8203)
  • Fix sidebar to handle missing status in cloud (#8196)
  • Fix an issue where lane merge tried writing multiple times to .bitmap (#8185)
  • Fix an issue where resolution prioritized workspace over .bitmap (#8206)

Internal

  • New fetch-retry mechanism for HTTP requests (#8228)
  • Add options to disable cors for graphql server (#8193)
  • ESM support for core aspects (#8194 #8195 #8208)
  • Bundle Bit CLI with pnpm (#8090 #8191)
  • Remove dead code (#8212 #8210 #8205 #8204 #8197)
  • Enable --compile flag for Bit Server command (#8218)
  • Ignore errors when copying lock file from capsule cache to local capsule (#8202)
  • Simplify get-diverge-data (#8213)
  • Add data whether a file is a dev-file in the missing-packages issue (#8223)