Releases
v1.6.62
New Features
Generate ~/.npmrc
file for logged in user (#8525 , #8523 , #8514 , #8521 )
New command bit npmrc generate
to populate the .npmrc
file according to remotes (with ability to --dry-run
)
Generate .npmrc
during bit login
Add decorator support for automated API reference (#8517 )
Ability to deprecate past versions (including ranges) of components (#8522 )
bit import --dependents
to import a selected "path" of dependents from a source component to all its dependents in your workspace (#8505 )
Changes
Configuration to disable generating component's API schema (#8506 )
Bit update
should default to update dependencies to latest, unless --semver
option used (#8453 )
bit rename
to mark old name as deleted instead of deprecated (#8518 )
Performance
Use cache to calculate dependency graph in a Scope (#8529 )
Bug Fixes
bit lane merge
to handle a case when a component was locally deleted (#8524 )
Fix a bug where app artifacts weren't saved correctly on Windows (#8504 )
Improve CLI error messages (#8519 , #8530 )
Fix an issue when navigating between composition of a specific version and it's code-behind (#8510 )
Fix component rename on fork
by forward AST options flag when refactoring variables and classes (#8509 )
Fix an issue where bit deps get --tree
didn't work when cyclic deps found (#8528 )
Fix an issue where bit deps get
didn't include deleted components (#8526 )
Internal
Remove dead code (#8513 )
Make ignore-issues
param for tag
or snap
mandatory, if any particular issue found (#8512 )
Improve aspect-loading when testing the Bit core codebase (#8516 , #8515 )
Prepare for automated peerDependency
installation in capsules (#8527 , #8450 , #8537 )
You can’t perform that action at this time.