Bug Fixes
- angular: fix link to docs when ng update command is run (#9000) (effa692)
- angular: handle different workspace version and format when falling back to the angular cli (#8993) (1cae869)
- core: show all task logs when using --verbose with run-many (d5280f0)
- core: wait for tasks to be scheduled before checking for work (#8840) (619a7e8), closes #8888
- js: exclude .test.ts files in tsconfig (#8908) (9900732)
- js: migrate swc executor off of rxjs (#8728) (7da9fbb)
- linter: enforce fresh graph if rule not run by nx command (#8976) (aefe782)
- react: get component name for self-closing elements as well (#8991) (1abba90), closes #8715
- web: remove deep import of webpack ProgressPlugin (#8892) (5bf37f0)
- web: support custom webpack config written in TypeScript for web:build (#8939) (3c25a1c)
Features
- angular: update jest-preset-angular to 11.1.1 (#8970) (0fe6c2e)
- core: use stricter types for project graph node references (#8813) (b251234)
- dep-graph: add experimental collapse edges option (#9004) (31d51c3)
- js: add @nrwl/js to the core plugin list (48117ac)
- next: call init when generating next.js lib (#8926) (1e647b9)
- react-native: add storybook to react native (#8886) (19efdfc)
- react-native: upgrade react native to 0.67 (#8935) (38ba361)