Releases: teambit/bit
Releases · teambit/bit
v0.10.6-rc.4
- improvement - when there are several potential main files,
bit add
selects the one that is closer to the root - show a friendly error when SSH returns an invalid response
- fix an error when there are multiple open SSH connections
- update bit.map and the file system when a nested component is re-imported individually
v0.10.6-rc.3
- fix ci-update command when there are tester and compiler to use the same isolated-environment
- fix an error when importing a component, exporting it, modifying and exporting again (v3)
- fix links generation when importing from a non-consumer root path
- fix ci-update command to generate links when necessary
- status output with missing dependencies
- help flags adjusted to new help
- missing dependencies formatted on commit
- sources no longer part of bit.json's defaults
- exception when using
bit test
orbit build
before adding first components - add a new flag to bit add to override or append files to bit component
v0.10.6-rc.2
- improve readme
- improve outputs
- improve windows support for import command
v0.10.6-rc.1 - windows support
- windows support
- fix Error: "Cannot find module './build/Release/DTraceProviderBindings'" when installing via Yarn
- fix the local and remote search
- support deleting files from a component
- fix the internal ci-update command where an environment has a tester without a compiler
- improved commit, add, export and status outputs
- improved bit help
- fix bit config command for Linux
v0.10.5
- improved commit, add, export and status outputs
- improved bit help
- Improve log files (rotate, color, prettyPrint)
- Support define dependencies for imported components
- bug fixes for export command
v0.10.4
- bug fix - component stays in "staged components" section after the second export
- support exporting binary files
- fix a bug when importing version 2 of a component while version 1 has been imported before
- fix a bug when exporting version 3 of a component after importing version 2
- bug fix - install test environment if not exist upon bit test
- Fix conflicts when import from bit.json more than one component with the same nested deps
- Remove duplicates from missing packages (during import) warning
- improve error on adding nonexisting file
- improve support for imported components as dependencies of authored components
- auto-resolve dependencies for imported components
v0.10.4-rc.3
- auto-resolve dependencies for imported components
v0.10.4-rc.2
- improve support for imported components as dependencies of authored components
v0.10.4-rc.1
- support exporting binary files
- fix a bug when importing version 2 of a component while version 1 has been imported before
- fix a bug when exporting version 3 of a component after importing version 2
- bug fix - install test environment if not exist upon bit test
- Fix conflicts when import from bit.json more than one component with the same nested deps
- Remove duplicates from missing packages (during import) warning
- improve error on adding non existing file
v0.10.3
- fix memory leak when exporting a big amount of components
- fix running import command from a non-root directory
- support specifying multiple ids using the export command
- fix the auto creating dependencies during commit
- performance improvement for status and commit