Skip to content

v0.2.14

Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 30 Jul 12:20
· 2469 commits to master since this release

New Features

  • Introduce a new command to abort the last lane merge lane merge-abort (#7670 #7698)

Changes

  • Build pipeline replace now adds a task if not exist (#7695)
  • Improve diff status for test files (#7686)

Performance

  • Avoid loading all components for compilation, until needed (#7690)
  • Add components in lane to local cache (#7674)
  • Remove a recursive call during "component loading" (#7673)

Bug Fixes

  • Fixes for watching file changes on Windows (#7677 #7711 #7708)
  • Fix ws-config to better support windows file paths format (#7663)
  • Fixes issues for bit new where starter contains many components and envs (#7707 7700)
  • Fixes an issue where an App deploy task didn't get full context from build task (#7709)
  • Fixes several cases when snapping components in lanes (#7705 #7699)
  • Fix an issue where during bit merge configuration wasn't passing correctly (#7704)
  • Fix several --rename and --refactor edge cases (#7678 #7701)
  • Ensure the link from "component drawer" targets the exact component name (#7668)
  • Fix an issue where sometimes envs trigger a warning on missing tsconfig.jsonc (#7669)

Internal

  • Update dependencies (#7687 #7660 #7662 #7656)
  • Support argument description when generating CLI reference (#7685)
  • Rebuild local component index upon clearing scope cache (#7688)