Skip to content

v14.3.0

Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 11 Sep 10:22

New

  • #1956 add defaultScope settings in workspace config for bit export to use when no remote scope defined for component
  • #1990 auto add @types/package-name for *.tsx files

Changes

  • generate node_modules links upon build for new components

Bug fixes

  • fail early when exporting nested dependency
  • fix an error "Cannot read property log of null" upon bit log
  • #1988 avoid adding a component to root package.json when importing with --ignore-package-json flag
  • #1972 fix generated links to nested dependencies in the capsule
  • #1966 prevent intermediate console printing when --json flag is used
  • #1721 enable removing/workspace-propagating a compiler/tester from component's config
  • #1965 fix generated links for .scss and .sass packages to point to the main file
  • #1959 improve message when running bit build when compiler not configured
  • fix dist replacements upon export (for angular compiler) to support require statements to an internal path
  • #1947 workaround an angular-compiler issue when the dists have a prefix

Experimental

  • #1956 add --include-dependenciesflag for bit export to be export all component-dependencies to the remote scope
  • #1956 support exporting components without mentioning a remote by exporting to their last remotes