Skip to content

v1.5.22

Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 13 Dec 13:46
· 2088 commits to master since this release

New Features

  • Link to specific lines in component code view (#8246)

Changes

  • Improve CLI outputs in various commands (#8258 #8256)
  • Update default .gitignore in all basic workspace starters (#8245)
  • Support state-patterns in tag command (#8252)

Performance

  • Listing components from a Scope is now faster (#8225)

Bug Fixes

  • Fix an issue where checkout reset wasn't bringing back locally deleted components (#8253 #8255)
  • Ensure components that have pending builds gets imported (#8257)
  • Ensure template comes from --env flag of bit create, if explicitly provided (#8249)

Internal

  • Update dependencies (#8240)
  • Refactoring and removing irrelevant code paths (#8243 #8217)
  • Log commands/api-calls coming from the IDE to command-history-ide file (#8242)
  • Ensure core aspects are linked once to the root capsules directory (#8259)
  • Enable passing title as base64 (#8250)
  • Write local refs of remote lanes during import even when no component was imported (#8251)
  • Restore LoadDeps hook after loading bit from the global scope (#8248)