Releases
v1.6.106
New Features
Introduce bit version-history
command to get complete component history in Directed Acyclic Graph (#8712 , #8714 , #8717 )
Changes
bit create
supports --force
param for forcefully generate a component when directory already there (#8708 )
bit scope rename
command renames full directory path unless --preserve
flag used (#8704 )
Improve error messages and terminal outputs (#8705 , #8698 , #8726 , #8706 , #8699 , #8701 , #8703 )
bit npmrc generate
to fetch username from cloud instead of global config, if possible (#8725 )
Allow skipping updating or generating npmrc on bit login
(#8724 )
Testers now support testing with source files, as an alternative to compiled (#8723 )
Performance
Improve bit compile
performance by calculating distDirs
once per component (#8728 )
Bug Fixes
Fixed an issue where bit lint
would run on un-modified components (#8709 )
Ensure @teambit/legacy
will not be installed as a dependency (#8694 )
Fixed an issue where bit env set
would try and set a component as env (#8696 )
Fixed an issue where scope fork
was disabled when file system paths in workspace were conflicting (#8700 )
Internal
Update dependencies (#8722 , #8721 )
Refactor handling of linter and prettier aspects (#8719 , #8711 , #8707 )
Fix tests for optional dependencies
(#8713 )
New onCommandStartSlot
(#8695 )
You can’t perform that action at this time.