Bit v14.3.0 Release Notes

Release Date: 2019-09-11 // over 4 years ago
  • ๐Ÿ†• New

    • 0๏ธโƒฃ #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