Skip to content

v0.1.52

Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 28 May 14:15
· 2850 commits to master since this release

New Features

  • Use the --fail-fast option to exist the build process (and log the error) when a build task fails (use with bit build/bit snap /bit tag (#7444)
  • Enable injecting raw strings to the HTML Injector (#7274)
  • Use the --squash option, when merging one lane to another, to squsash snaps (this was previously only available when merging to 'main') (#7448)

Bug Fixes

  • Remove margines from the <body of built component previews (now concistent with previews in development) (#7451)
  • Throw an error if a process in the remote does not complete in 30 minutes (#7456)
  • bit show --remote should display the remote lane info (#7445)
  • bit start should be able to render the preview of only a selected group of components (#7415)
  • Fix getComponentDevPatterns for TesterMain (#7454)

Internal

  • Upgrade @babel/types to fix compilation issues.
  • Avoid loading the version object for idOnLane (#7449)
  • Change occurrences of --soft to --delete (#7447)
  • Add a new express route "api/vscode" to communicate with vscode extension (#7441)
  • Introduce a POC of bit stash (#7436)
  • Restore the public buildUiHash API (#7438)
  • deprecate importManyDeltaWithoutDeps and importManyIfMissingWithoutDeps (#7428)