Bug Fixes
- angular: allow creating an app named 'app' or lib named 'lib' (f095647), closes #1844
- nx: add storybook to deploy pipeline (26ead7b)
- nx: affected --all should not parse for affected files (49e6a58), closes #1988
- nx: affected maximum call stack size exceeded when circular dependencies (e4d54f0)
- nx: clean up some storybook bugs (2425436)
- nx: configure knobs correctly (ae93a87)
- nx: migrate command should not download migrations for packages that arent installed (35f20b1)
- nx: ng-add schematic updated for ng8 (2d61945)
- nx: parse schema boolean properties as booleans for workspace-schematic (99bc6df), closes #1952
- nx: processing tests config properly on ng-add (d7184df)
- nx: typo in @nrwl/web dependency (949869e)
- nx: update style paths. Fixes #1468 (48dae93)
- web: fixes devserver allowed hosts option schema validation error (e85f56f)
Features
- nx: add flag to toggle the restart of a node process (58dba00)
- nx: add friendlier output when running outside a workspace (44c8d17)
- nx: add run-many (bebc71a)
- nx: cypress supportFile handling (#1920) (08f3844), closes #1609
- nx: nextjs custom server support (44d45d3)
- nx: refactor nx list to also show plugins with builders and uninstalled approved plugins (607bcfd)
- nx: storybook schematics (c60857a), closes /github.com/cypress-io/cypress/issues/4042#issuecomment-487562075