All Versions
114
Latest Version
Avg Release Cycle
14 days
Latest Release
972 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v14.7.6 Changes
February 23, 2020Internal
- ๐ 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
- ๐ support configuring the logger level by running
-
v14.7.4 Changes
February 06, 2020- ๐ #2300 improve
bit export
performance by pushing new tags only
- ๐ #2300 improve
-
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 forbit log
- โ add
--conf
and--ignore-package-json
flags tobit checkout
similar tobit 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
- ๐ฒ #1894 introduce
-
v14.7.1 Changes
December 12, 2019 -
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
- โ
Tester's API can use the
-
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 from2.21.0
to4.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