Skip to content

v1.4.0

Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 26 Nov 13:52
· 1804 commits to master since this release

New features

  • Ability to link to specific line in file and composition files (#8175 #8157)
  • Templates that implement an app or an env can trigger install when used by bit create (#8160)
  • Ability to filter components on bit scope fork (#8187)

Changes

  • Support ESM for Bit Apps (#8189)
    • Watch and compile component changes in the workspace by adding --watch
    • Persist URL and timestamp post app deployment
    • Better error handling for loading plugins.
  • Version history graph show tags, lane heads and more (#8178)
  • Specify depth to search deps for bit why (#8163)

Performance

  • Avoid traversing unrelated snaps (#8174)
  • Introduce fetch queues to avoid slow fetch queries blocking the scope (#8167)
  • Avoid running compile/install if no component ended up written to the file system (#8186)

Bug fixes

  • Various UI fixes (#8190)
  • Fix an issue where during rename scope-name wasn't set correctly in targetId (#8183)
  • Do not trigger missing-files error in bit status when the file exists in the same component with a different extension (#8182)
  • Better handle of restoring configs and data when aborting a lane merge (#8179)
  • When running diff between lanes, ensure common snaps are imported (#8166)
  • Do not install envs configured in generator if they are in the workspace (#8159)

Internal