You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bit completion command to support autocomplete for component names, commands, sub-commands and flags (currently supported macos/linux) - bit completion >> ~/.zshrc (#8888, #8898)
Ability to open component in the browser with bit show COMPONENT-NAME --browser (#8910)
env.jsonc supports extends option, to allow inheriting from another env.jsonc (#8896)
bit status warns if you have components depending on deprecated components another code-smell (#8854, #8882, #8891, #8892)
Ability to keep LICENSE.md file as part of a components (#8909)
Easy way to import and keep dependencies more up-to-date with --dependencies-head option for bit import (#8920)
Checkout to an ancestor-x revision of a component with head~x (bit checkout head~2 COMPONENT) (#8870)
Set a workspace name on initialization with bit init --name NAME (#8919)