All Versions
114
Latest Version
Avg Release Cycle
14 days
Latest Release
972 days ago

Changelog History
Page 2

  • v14.7.6 Changes

    February 23, 2020

    Internal

    • ๐Ÿ›  fix building binary assets
  • v14.7.5 Changes

    February 23, 2020

    ๐Ÿ†• New

    • ๐Ÿ‘Œ support configuring the logger level by running bit config set log_level <level>.

    ๐Ÿ”„ Changes

    • ๐Ÿ‘Œ support a basic flow of using module paths when no scopeDefault is set

    ๐Ÿ› Bug Fixes

    • #2211 fix bit export to not export non-staged dependencies
    • #2308 fix "Cannot read property 'scope' of undefined" error on bit export
    • ๐Ÿ“ฆ #1808 fix dynamic dist reference from package.json when isolating via capsule
    • #2341 fix bit export --all to successfully export when deleted from remote
    • #2268 prevent logger from holding the terminal once a command is completed
  • v14.7.4 Changes

    February 06, 2020
    • ๐ŸŽ #2300 improve bit export performance by pushing new tags only
  • v14.7.3 Changes

    February 02, 2020

    ๐Ÿ†• New

    • ๐Ÿ‘Œ support overrides of the workspace defaultScope per components
    • 0๏ธโƒฃ use workspace defaultScope to generate node-modules links for pre-export components

    ๐Ÿ”„ Changes

    • #2247 improve auto-tag output

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  fix "JavaScript heap out of memory" errors during bit export
    • #2260 fix duplicate dependencies
    • #2264 fix generated dependencies links on capsule
    • #2267 fix duplicate devDependencies
    • ๐Ÿ“ฆ #2258 don't install devDependencies packages upon extensions import
    • #2255 avoid adding unneeded overrides upon import
  • v14.7.2 Changes

    January 12, 2020

    ๐Ÿ†• New

    • ๐ŸŒฒ #1894 introduce --remote flag for bit log
    • โž• add --conf and --ignore-package-json flags to bit checkout similar to bit import

    ๐Ÿ› Bug fixes

    • โšก๏ธ #2231 update typescript to support optional chaining
    • ๐Ÿ‘Œ improve performance of bit checkout by writing multiple components in parallel
    • ๐Ÿ›  fix overrides of a component added with package syntax to be recognized as bit-component
    • ๐Ÿ“ฆ #2196 fix dependency resolution when Bit component is imported in a sub-package

    Internal

    • install librarian from npm
  • v14.7.1 Changes

    December 12, 2019

    ๐Ÿ†• New

    • โž• add component root dir to bit show (json only)

    ๐Ÿ› Bug fixes

    • ๐Ÿ“ฆ #2182 fix package-name replacement of dists when a package has a tilda prefix
    • ๐Ÿšš #2182 don't write dependencies dists to a capsule when their compiler was removed
    • ๐Ÿ›  fix tester's isolate API
  • v14.7.0 Changes

    December 08, 2019

    ๐Ÿ†• New

    โ€‹

    • โœ… Tester's API can use the isolate function.
    • bit status shows untracked file dependencies recursively. โ€‹ ### ๐Ÿ› Bug fixes โ€‹
    • #2171 fix component-not-found when exporting to multiple scopes and there are dependencies between them
    • ๐Ÿ“ฆ #2175 add missing packages from overrides to bit status
    • #2176 fix workspace overrides to not leak rules to unrelated component
    • ๐Ÿ“ฆ #2178 fix adding ts types packages to respect overrides settings โ€‹ ### Experimental โ€‹
    • #2162 add integration with librarian
  • v14.6.0 Changes

    November 24, 2019
    • compress ssh args before sending
    • add new global config ssh_no_compress
  • v14.5.0 Changes

    November 24, 2019

    ๐Ÿ†• New

    • ๐Ÿ‘Œ support anonymous authentication for remote read operations
    • โž• add --token flag for commands that runs against a remote server
    • #2101 suggest matching commands

    ๐Ÿ”„ Changes

    • ๐Ÿ‘Œ improve loader when building components
    • โž• add --no-warnings flag to bit test child process

    ๐Ÿ› Bug fixes

    • โœ… #2147 fix overrides to respect dependencies received by a compiler/tester/extension
    • ๐Ÿ›  fix symlink errors when generating links to d.ts files
    • โšก๏ธ #2140 update bit-javascript to support import { x as y } syntax
    • ๐Ÿ›  fix fork of a component when a dependency exists in an older version only
    • โšก๏ธ update react-docgen version from 2.21.0 to 4.1.1
    • keep flattened dependencies saved by auto-tag up to date, although they're not part of the current tag
    • โœ… show a message about missing test files in the compiled files

    Experimental

    • ๐Ÿ”ฆ expose buildOne and buildAll for programmatic api (Experimental)

    Internal

    • consolidate isolation options
    • formalize isolate api result
  • v14.4.3 Changes

    October 23, 2019

    ๐Ÿ› Bug fixes

    • ๐Ÿ”’ lock memfs package version to v2.15.5 due to issues with the v2.16.0