Skip to content

Releases: nrwl/nx

Release 8.4.7

09 Aug 20:26
Compare
Choose a tag to compare

Bug Fixes

  • angular: use build-angular for linting (aecdd2b)
  • nx: app name is not used when preset is provided (14de19d)
  • nx: create-nx-workspace passes appname twice (cdcab01)
  • nx: fix util used in the old migrator (6644cb7)
  • nx: reporters defined in jest.config.js aren't used (f0d9bc8)
  • nx: run nx command in generated workspace (2d9b604), closes #1647
  • nx: running affected commands in parallel does not terminate on azure (c07e322)

Release 8.4.4

06 Aug 19:24
Compare
Choose a tag to compare

Bug Fixes

  • jest: change reporters option to array type (ec9ed17)
  • nx: 8.0.0 schematic expected workspace.json (238236a)
  • nx: add a direct dependency on chalk (61194ab)
  • nx: fix style selection on windows (5074b82)
  • nx: npm scripts documentation generation (07d963b), closes #1567
  • nx: remove invalid peer dependency (166a21a)

Release 8.4.3

01 Aug 17:28
Compare
Choose a tag to compare

Bug Fixes

  • nx: global cli warning false positives (d3dc2f4)
  • nx: rename browserlist file to browserslist (#1654) (8c7c0b7)
  • nx: set the default linter in presets (fbb3dc6)
  • react: add missing polyfills for apps using babel. (790f174), closes #1668

Features

  • nx: add eslint support (448233b)
  • nx: add full stack preset for react/express (bb858e4)

Release 8.4.2

31 Jul 22:34
Compare
Choose a tag to compare

Bug Fixes

  • nx: global cli warning false positives (d3dc2f4)
  • nx: set the default linter in presets (fbb3dc6)
  • react: add missing polyfills for apps using babel. (790f174), closes #1668

Features

Release 8.4.1

30 Jul 15:00
Compare
Choose a tag to compare

Bug Fixes

  • nx: use correct schematic for angular components (6d6cbf8), closes #1617
  • react: fix a typo in component schematic prompt (bc336b6)

Features

  • nx: improve the dev ergonomics of create-nx-workspace (6fd181f)
  • nx: misc ux improvements (192a6a0)

Release 8.4.0

26 Jul 14:48
Compare
Choose a tag to compare
Release 8.4.0

Release 8.3.0

23 Jul 14:41
Compare
Choose a tag to compare

Bug Fixes

  • cypress: return a non 0 exit status on failures (055e8bc)
  • frontend: fix ngrx migration requiring angular cli 8.1 (98e5bbc)
  • frontend: remove unused double dashes to avoid yarn's warning (4297aef)
  • nx: add @nrwl/workspace to the packageGroup list (d0bdb75)
  • nx: create-nx-workspace cannot depend on typescript (4022fe8)
  • nx: fix assets option object input (93c000d)
  • nx: fix lint exclusion for workspace libs (3495e94)
  • nx: fix migration of angular.json for with no architect property (d80c381)
  • nx: fix typo in nx and cli documentation (83311ae)
  • nx: fixed path to $schema in ng-package.json (9278a8e)
  • nx: make target a required option when running affected npm script (83c1559)
  • nx: review correction #1530 (df77d6c)
  • react: fix version of @types/react-dom to latest (#1610) (0b010db)
  • testing: disable collectCoverage by default (#1586) (e29f37e), closes #1531
  • workspace: delegate to local ng script to allow customization (82ee4f1)

Features

  • nx: add migration to update Angular CLI devDependencies to 8.1.x (4f7ec84)
  • nx: rename nx lint to nx workspace-lint (7b00b92)
  • nx: delegate to cli when command is not recognized (7b00b92)
  • nx: implement global nx cli to remove the need to use yarn nx (c16f250)
  • nx: update to NgRx 8 and add schematics support for creators and entities (6516176)
  • react: move BrowserRouter to main.tsx for routing (#1588) (a07f019), closes #1558
  • react: updates libraries for React to newest versions (#1584) (b3bea39)
  • testing: add findRelatedTests option to jest builder (1f5f0c2), closes #1527
  • testing: adding jest option testPathPattern (dc556bd)
  • testing: adding jest options for colors, reporters, verbose, coverage, coverageReporters, and (7a7ab9f)

Release 8.2.0

27 Jun 20:34
Compare
Choose a tag to compare

Bug Fixes

  • nx: add rootDir field when using ng add @nrwl/workspace (c79d437)
  • nx: handle reading json with comments (1748ac9)
  • nx: replace app-root-path with a custom function to fix tslint in vscode (e720dde)
  • nx: use fork so max_old_space_size is passed through (1af94ad)
  • nx: wrap files inputted to prettier in quotes (bf624b7), closes #1473
  • testing: fix cypress 8.2 for windows (3b699da)
  • workspace: typo in schematic description (da352ba)

Features

  • docs: scope docs (5b4127e)
  • nx: add a warning about using --all flag (815a3b5)
  • nx: detect package manager in workspace-schematic (9e15f4a)
  • nx: exclude files from outside the project root when linting (2f27cc2)
  • nx: remove prompt asking for tags and for unit and e2e test runners (7640598)
  • nx: when creating a nx workspace try to use the same package manager as Angular CLI (26903c0)
  • testing: rework how typescript is loaded into cypress (6dd7353)

Release 7.8.7

17 Jun 14:09
Compare
Choose a tag to compare

Bug Fixes

  • frontend: tsconfig paths resolution (c2a9271)
  • nx: fix affected params interpolation (b288abd)
  • nx: fix updating from 6 to 8 (33d3423)
  • nx: wrap tmp directory into quotes (df6cd70)
  • schematics: consider ExportDeclaration with a moduleSpecifier only for dependency calculation (9fc6e76), closes #1303
  • schematics: topologically sort projects for affected:build --all in v7 (aef9170), closes #1302

Features

  • nx: add ability to use interpolated arguments in affected (27e0780)
  • nx: support passing args to run-commands builder (fba08a5)

Release 8.1.0

05 Jun 16:29
Compare
Choose a tag to compare

Bug Fixes

  • nx: correct path of TSLint config. Fixes #1435 (e65993f)
  • nx: create-nx-workspace creates an extra yarn.lock (82f53c9)
  • nx: fix builders migration for projects with no architect (765a878)
  • nx: fix ng add @nrwl/schematics (6dea3f0)
  • nx: fix nx8 @angular/core migration incompatibility (6baca41)
  • nx: fix path quotes in create-nx-workspace (b5d487a)
  • nx: fix updating from 6 to 8 (c3b0b98)
  • nx: remove jasmine-marbles peer dependency to simplify migration (7ea5405)
  • nx: run angular migration in separate process (1b3f584)
  • nx: update docs to fix ci (872e969)
  • testing: allow cypress migration to run during beta version (3af31f1)

Features

  • nx: add prompts for routing configuration (cf37c8e)
  • nx: do not add jasmine-marbles by default (66bea56)
  • nx: remove @nrwl/builders as it is deprecated (4aba33a)
  • nx: update to cypress 3.3.6 (00b93fa)
  • nx: update to jasmine-marbles 0.5.0 (c6105d4)
  • react: add routing support to react app, lib, and component schematics (57fe219)
  • schematics: allow wildcard in whitelisting of deep imports (82898f7)
  • testing: add regex based copy files & unit tests (609a2f6)