Skip to content

Releases: teambit/bit

v0.10.7-rc.6

06 Sep 12:47
Compare
Choose a tag to compare
v0.10.7-rc.6 Pre-release
Pre-release
  • add untrack command
  • fix warning on bit --version command
  • support render tag in js docs
  • bug fix - imported components were deleted from bit.map when importing nested components of the same scope and name
  • write dist files on import according to .bit.map.json
  • improve bit remote output (put it in a table)
  • fix but with export when the remote has a dependency on the wrong version
  • support jsx extension in the main file of the component

v0.10.7-rc.5

05 Sep 08:43
Compare
Choose a tag to compare
v0.10.7-rc.5 Pre-release
Pre-release
  • support css/less/scss/sass as main file

v0.10.7-rc.4

04 Sep 08:23
Compare
Choose a tag to compare
v0.10.7-rc.4 Pre-release
Pre-release
  • improve windows support
  • prevent exporting a component when the same version has been exported already to the same remote scope
  • support adding new files to imported components
  • avoid running the build and test processes upon bit status
  • allow export specific components without specifying the scope-name
  • avoid committing unmodified components unless --force flag is being used
  • resolve dependencies from all component files regardless whether they are referenced from the main file
  • bug fix - author was not able to update his/her component in case it was changed in other scope
  • bug fix - status command shows an error when components directory has an unreferenced (from bit.map) component
  • avoid generating links for author components
  • remove duplication for missing packages warning
  • Remove the npm tree output for component ci flow
  • add verbosity option to some places
  • added auto generated msg to bitmap and all generated link files

v0.10.7-rc.1

24 Aug 10:41
Compare
Choose a tag to compare
v0.10.7-rc.1 Pre-release
Pre-release
  • bit import from bit.json does not write to the file-system a dependency when it is also a direct import
  • bug fix - export would hang when the ssh server was existing before closing
  • don't calculate nested deps when calculating modified component during bit status / commit
  • fixed exception is thrown in bit ls after exporting components
  • removed --cache flag from bit ls
  • deprecated install command
  • added --environment option for bit import
  • reformatted bit import output (components, dependencies, environments)

v0.10.6 - windows support

23 Aug 14:30
Compare
Choose a tag to compare
  • windows support
  • support auto updating of bit for npm installation
  • support deleting files from a component
  • improved bit help
  • fix bit config command for linux
  • update bit-javascript dependency
  • fixed remote add exceptions to human-friendly errors
  • 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
  • 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
  • fix Error: "Cannot find module './build/Release/DTraceProviderBindings'" when installing via Yarn
  • fix the local and remote search
  • fix the internal ci-update command where an environment has a tester without a compiler
  • improved commit, add, export and status outputs
  • support general failures on bit test (like on before)
  • 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
  • improve readme
  • improve outputs
  • improve windows support for import command
  • 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.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