Bug Fixes
- angular: correctly add provider to module if last element was object literal (e9a6b20)
- angular: ng add @nrwl/angular should run schematics (4759311)
- nx: add
outputPath
in schema.json for web and node build builders. (#1959) (930cf40), closes #1945 - nx: add a message about dep graph server (5b8989f)
- nx: add support for regexp in
allow
option of enforce-module-boundaries lint rule (7df0e58), closes #1943 - nx: dep-graph vizualiation should only highlight an edge when both nodes are affected (1aa255c)
- nx: fix affected logic for app tsconfigs (fa675f1)
- nx: handle adding @nrwl/workspace to projects with camel case names (01c88fd)
- nx: simplify migrations by always updating all first-party plugins (7109577)
- nx: update dep-graph render logic to show full graph (0f1fa29), closes #1938
- nx: update ESLint types to stable version (da62415), closes #1833
- nx: update TypeScript app configuration for Ivy support (14a1963)
- nx: validate target and configuration in @nrwl/tao/run and provide better errors (58353a6)
- testing: convert testPathPattern to an array (19efc6d), closes facebook/jest/#5066
- testing: update jest builder to support testLocationInResults flag (9059a97)
- web: use legacy decorators so they work with TypeScript. (#1928) (34a887a), closes #1908
Features
- nx: add generic task execution (ed54633)
- nx: add new nx list command which enables simpler schematic discovery (b962b09)
- nx: add option validation to @nrwl/tao/generate with bonus levenshtein lookup (5a398a6)
- nx: add report function to @nrwl/workspace which lists versions of select packages (1d377ea)
- nx: implement print-affected (1c7b8dc)
- nx: inclusion and exclusion capability added to nx dep-graph (f6ad171), closes #1864
- nx: update usage of facades with NgRx and add better support for barrel exports (6160cc2)
- web: enable devserver allowed hosts option (#1969) (f3b673e)