Skip to content

Releases: teambit/bit

v0.10.6-rc.4

23 Aug 12:09
Compare
Choose a tag to compare
v0.10.6-rc.4 Pre-release
Pre-release
  • 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

22 Aug 14:51
Compare
Choose a tag to compare
v0.10.6-rc.3 Pre-release
Pre-release
  • 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 or bit 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

21 Aug 15:31
Compare
Choose a tag to compare
v0.10.6-rc.2 Pre-release
Pre-release
  • improve readme
  • improve outputs
  • improve windows support for import command

v0.10.6-rc.1 - windows support

21 Aug 08:06
Compare
Choose a tag to compare
Pre-release
  • 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

16 Aug 14:20
Compare
Choose a tag to compare
  • 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

15 Aug 14:08
Compare
Choose a tag to compare
  • 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

15 Aug 08:13
Compare
Choose a tag to compare
v0.10.4-rc.3 Pre-release
Pre-release
  • auto-resolve dependencies for imported components

v0.10.4-rc.2

14 Aug 14:19
Compare
Choose a tag to compare
v0.10.4-rc.2 Pre-release
Pre-release
  • improve support for imported components as dependencies of authored components

v0.10.4-rc.1

14 Aug 11:40
Compare
Choose a tag to compare
v0.10.4-rc.1 Pre-release
Pre-release
  • 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

08 Aug 11:16
Compare
Choose a tag to compare
  • 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