Skip to content

v14.2.4

Compare
Choose a tag to compare
@GiladShoham GiladShoham released this 14 Aug 09:33

New

  • #1867 apply workspace overrides config on imported components
  • #1863 allow excluding components from overrides rules
  • #1865 allow adding package.json props via overrides
  • #1837 enable executing commands on remote components outside of bit-workspace
  • #913 add new flags to bit init -c|--compiler, -t|--tester, -d|--default-directory, -p|--package-manager
  • #1889 auto add @types/package-name to the dependencies of TS components
  • added no_warnings config to eliminate some warnings from being written to the stdout

Changes

  • remove Angular dependencies from bit-javascript, instead, use TS compiler to parse Angular Decorators
  • #1892 deprecating bit list --bare and replace with bit list --raw
  • #1774 improve access errors and warn when sudo is used
  • change shortcut flag to bit init standalone from t to T

Bug fixes

  • safer access to bit global config
  • #1903 fix importing dependents to not override dependencies
  • fix capsule to respect the override property of vinyl files
  • #1925 update bit-javascript to fix Angular non-relative paths from decorators

Experimental

  • #1885 introduce new flags --dependents and --dependencies for bit show to display them all recursively
  • #1908 new bit init interactive
    Collapse