Skip to content
Sep 24, 2020

@GiladShoham GiladShoham released this Jul 13, 2020

Bug Fixes

  • resolve performance regression by fixing the dependency resolution cache
  • fix ssh command by reverting another fix of "write after end" error
  • facilitate debugging by showing the entire stacktrace formatted when BIT_LOG is set
Assets 5

@GiladShoham GiladShoham released this Jul 9, 2020

  • #2809 - fix legacy capsule exec to not hang on error
  • fix export --all --include-dependencies flags to not duplicate components
  • fix post receive objects duplications
Assets 5

@GiladShoham GiladShoham released this Jul 5, 2020

  • add an option to not use load scope from cache for pkg extension
Assets 5

@GiladShoham GiladShoham released this Jul 5, 2020

  • #2796 - fix legacy compilers that use component.extensions to be build upon tag
Assets 5

@GiladShoham GiladShoham released this Jul 2, 2020

  • add an option to not use cache when loading scope
  • do not use scope cache by default when loading scope programmatically
Assets 5

@GiladShoham GiladShoham released this Jul 1, 2020

Bug Fixes

  • #2780 - fix dists codemod of changing one scope to another to not be triggered without --rewire flag
  • add timeout option for load core extension via api

Internal

  • wait for harmony to load if you load it many times in parallel via the api
  • expose extensions declarations and instances from api
Assets 5

@GiladShoham GiladShoham released this Jun 29, 2020

Bug Fixes

  • do not show loader for internal commands
  • fix error when trying to load extension in a folder which is not a workspace or scope
Assets 5

@GiladShoham GiladShoham released this Jun 29, 2020

Bug Fixes

  • fix dependency detection for css/scss files
  • improve error handling
Assets 5

@GiladShoham GiladShoham released this Jun 28, 2020

New

  • release pre-alpha version of Harmony hidden behind a feature-flag
  • drop support for node 8
  • introduce bit link --rewire to change relative paths in the source code to module paths
  • support running bit link for specific components
  • support hooks for persist and read bit objects into scope
  • support react-docs of multiple exports
  • add componentRootDir to the tester API (context)
  • add specFileRelativePath to the tester API (context)
  • add a way to run bit pack with a capsule

Changes

  • deprecate files overrides (using file:// prefix)

Bug Fixes

  • #2159 - fix bit export to not show the "fork" message when specifying an id without scope-name
  • #2487 - fix react docs of union type prop
  • #2512 - fix react-docs to preserve spaces/tabs of @example
  • fix capsule to not hang forever when running build/tag/isolate and npm emits errors
  • #2482 - delete component's cache upon mismatch
  • #2171 - fix ComponentNotFound when using bit export with no args and a flattened dependency was converted from no-scope to a remote-scope
  • #2487 - fix react docs of union type prop
  • fix capsule to not hang forever when running build/tag/isolate and npm emits errors
  • fix components dependencies detection to resolve from package.json if not exist on the fs
  • fix importing compilers and testers for old node versions

Internal

  • upgrade typescript to 3.8.3
  • internal changes to command registration and interfaces
  • stabilize capsule by writing the same paths as the workspace relative to the component rootDir
  • stabilize Bit by eliminating the removal of shared directory upon import and having rootDir for authored components
  • add infrastructure for feature-toggle
  • wait for the next event loop before exit child process in bit test
  • prevent exporting components when import/require uses a module path with no scope-name (harmony only)
  • prevent tagging components that require each other by relative paths (harmony only)
  • disallow adding individual files (harmony only)
  • new dependency resolver extension (harmony only)
Assets 5
You can’t perform that action at this time.