Skip to content

v14.0.1

Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 24 Feb 12:54
· 10983 commits to master since this release
  • show an error when deleting a global remote without --global flag
  • show an error when deleting a non-exist remote
  • enable custom resolve of aliases to symlink packages (bit-javascript)
  • fix error "toAbsolutePath expects relative path"
  • improve errors stack-trace readability
  • index scope components to improve memory consumption and performance
  • extract docs from non-tests files only
  • fix bit show --remote --json to not crash when a component has a compiler
  • fix bit checkout to update bit.json with the checked out version
  • fix "Maximum call stack" error when resolving js files after css files (bit-javascript)
  • fix bit checkout --all to write the correct data when some components are also dependencies of others
  • fix bit checkout to install dependencies as packages when applicable
  • fix bit remove --remote to show the dependents correctly
  • hide component internal structure diff upon bit diff unless --verbose flag is used
  • implement postinstall symlink generation for cases when custom-resolve modules is used with unsupported file (such as binary files)
  • fix parsing .tsx files (bit-javascript)