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