Skip to content

v14.5.0

Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 24 Nov 10:35

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