v14.2.4
New
- #1867 apply workspace overrides config on imported components
- #1863 allow excluding components from
overrides
rules - #1865 allow adding
package.json
props viaoverrides
- #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 withbit list --raw
- #1774 improve access errors and warn when sudo is used
- change shortcut flag to
bit init
standalone fromt
toT
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