Skip to content

v1.9.44

Latest
Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 20 Jan 14:35
· 46 commits to master since this release

Improvements

  • Support maintaining multiple versions/branches on main-lane (#9362, #9345)
  • Add Harmony templates to default workspace.jsonc (#9449)
  • Allow checking out components where on a lane to quickly edit components (#9440)
  • Improve bit import fallback strategy when importing components in a lane to try and get the component from its original scope (#9428)
  • Improve various CLI/UI outputs and errors for better DX (#9421, #9420, #9458, #9472, #9419, #9343, #9408, #9392, #9377, #9358, #9355, #9347, #9354)
  • Add sandbox mode for component preview in scope (#9366)

Bug Fixes

  • Fix many edge cases for the env.jsonc ability to extend and use external env.jsonc files as dependencies (#9257)
  • Fix an issue when running tag --build may not update build status correctly (#9477)
  • Fix an issue where navigating in API reference had incorrect routes from failed to serialize of some node signatures (#9474)
  • Fix an issue where component in a lane didn't get updates from the env, when the env in main (#9432)
  • Fix an issue where sometimes Bit assumes a component is new (#9411)
  • Fix an issue where during merge Bit may throw a "version not found" error (#9414)
  • Fix an issue where after bit checkout user needed to run bit import (#9409)
  • Fix an issue where after snap/tag some data on apps is not available (#9406)
  • Fix an issue where some commands may fail when user decided not to send analytics (#9382)
  • Fix an issue where env-url wasn't generated correctly when component modified in a lane (#9341)
  • Fix an issue where sometimes bit install -a didn't work for new components (#9333)

Internal