Bug Fixes
- backend: require in source-map-support during execute (4bf61ed)
- backend: update express error handling (0730dcc)
- build: add missing webpack deps to node and web (e8ea4df)
- build: add ts version replacement for non-darwin os (63f4cb5)
- build: error when github token is not set (ee63b08)
- docs: fix tutorial mistakes (92b71d3)
- docs: general typos (#1277) (ca57cf2)
- frontend: fix default collection (2f9116f)
- frontend: fix react component for apps (2958f50)
- frontend: fix react style (#1391) (4ead996)
- frontend: fix styles default (d757a69)
- frontend: remove dependency on @angular/compiler-cli (422fef7)
- frontend: remove e2e target from original angular generated app (87e4491)
- frontend: tsconfig paths resolution (857ee73)
- frontend: update lint rules added to tslint when generating an angular project (9eb6bc4)
- jest: remove a union type from schema in favour of number (1055f6e)
- nx: extend @nrwl/workspace collection and cleanup inconsistencies (ff72915)
- nx: fix affected params interpolation (d61796c)
- nx: fix nx8 migration (ba5df21)
- nx: hacky fix (4920d92)
- nx: include typescript in the create-nx-workspace sandbox (f070ce7)
- nx: make distribution ivy-friendly (f007ca9)
- nx: make jest-project and cypress-project private (ca947d4)
- nx: make presets work on windows (d73c10a)
- nx: reenable ng-add (a82a193)
- nx: remove nx package from nx-release (1ad5e91)
- nx: remove tslint no-use-before-declare (#1267) (e370733)
- nx: run migrations for beta versions (2d4d735)
- nx: set generated app to default app if none is set (678750b)
- nx: use custom task runner for presets (87b0f1b)
- nx: wrap tmp directory into quotes (a074edf)
- schematics: missing CSS import in web component app (5c56e54), closes #1249
- the version number of the workspace package isnt set correctly (a6fa61d)
- schematics: print additional error info with
--verbose
flag in affected command (5318f00) - schematics: relax jasmine marbles version (c1f3772)
- testing: fix cypress on windows (eebee9a)
- testing: jest should depend directly on devkit packages (b0866f6)
- workspace: consider ExportDeclaration w/ moduleSpecifier for dependency calculation (183ac6b)
- workspace: topoligically sort projects for
affected:build --all
(85351a3), closes #1302
Features
- angular: add angular-ivy preset (4bce6f7)
- backend: update nest in 8.0 migration (03cd539)
- builders: expose clearCache to Jest builder (41b915b)
- docs: document deep builder object properties (a5bc37c)
- frontend: add differential loading for web apps (43af1cd)
- nest: update to nestjs 6 (cdb6a23)
- nx: add ability to use interpolated arguments in affected (09a3ee6)
- nx: add angular migrations for v8 (#1335) (109b203)
- nx: add in env option for Cypress Builder (9618413)
- nx: add in spec option for Cypress Builder (cf5ebf5)
- nx: add migrations for v8 (0afcbb3)
- nx: default base to master (3910be2)
- nx: generating apps works without ng-add (#1287) (a3be21c)
- nx: improve readme which gets generated for a new project (25941de)
- nx: remove @nrwl/bazel package (b8ee3ba)
- nx: reorder presets (#1380) (c3fc1fd)
- nx: set default collection on ngadd (a5351c9)
- reimplement presets to work with the new package layout (31a2d64)
- nx: simplify the upgrade from Nx 7 to Nx 8 by making @nrwl/schematics extend @nrwl/angular (1975a9f)
- nx: support passing args to run-commands builder (7d5fdcd)
- nx: target es2015 by default for all applications (df23cba)
- nx: update angular to v8 (#1334) (b6170bd)
- nx: update angular to v8-rc.4 (416ba04)
- nx: update to angular 8 (2cd4a72)
- nx: use dynamic imports for lazy-loading (d72db4d)
- react: adds and updates React schematics with more options (0923dab)
- scripts: documentation upgrade (84deb16)
A guide covering the changes between Nx 7 and Nx 8 and how to upgrade from 7 to 8:
https://nx.dev/angular/guides/nx7-to-nx8