14.7.6 (2022-09-19)
Bug Fixes
- angular: add $schema property to generated project configs (#12031) (e2bfaa6)
- bundling: default outputFileName to "main.js" when called from "@nrwl/web:webpack" (#12072) (d9afcac)
- core: rework the daemon process communication to use a queue and a long running connection (a3e480b)
- core: split chunk correctly when they contain multiple messages (08e7588)
- core: temp workaround to deal with daemon start during workspace creation (8e8b175)
- linter: handle missing task graph in hasher on print-affected (#11974) (40da702)
- testing: normalize paths for component-testing (#11963) (1a9df53)
- testing: use cypress generated tsconfig for angular ct (#12014) (d535cf3)
- testing: use webpack defined in executor options for react ct (#12005) (73fd49a)
Features
- angular: add types to the generated tailwind configuration (#12018) (730d323)
- angular: support inferring project from cwd in terminal for generating components (#11980) (e5d9f9f)
- bundling: move rollup to its own plugin (#12009) (dd6adde)
- core: update nrwl/ci version to 0.7 (#11925) (ace2325)
- js: add rootDir option (#11678) (b3e69e2), closes #11601 #9410 #10707
- misc: remove unused dependencies from packages (#11986) (ee8ba2d)
- react-native: upgrade react native to 0.70.0 (#11971) (306d8a4)
- webpack: add webpack plugin (#11966) (f49769a)