Skip to content

Releases: nrwl/nx

Release 7.7.1

14 Mar 13:21
Compare
Choose a tag to compare

Bug Fixes

  • nx: minify production web bundles (18c870c)

Release 7.7.0

13 Mar 12:57
Compare
Choose a tag to compare

Bug Fixes

  • angular: update app.component.ts to point to nx.dev (8d382a8)
  • doc: getting started video sizes (#1097) (ca5cec6)
  • docs: typo in nx workspace without npx (#1113) (19e90f8)
  • nx: add zone.js as a dependency of builders (938eb19)
  • nx: fix broken publish script (ea9d73b)
  • nx: format ng-new projects (37c7170)
  • nx: install ts-jest for non-angular apps (04c6966)
  • nx: lock version during update (a6fd16d)
  • nx: only add angular deps when generating angular apps (63691ec)
  • nx: pin cli version (759d4f9)
  • nx: remove es5BrowserSupport from non-angular apps (a34eb17)
  • nx: remove extension from export in lib index for react libs (#1156) (7d59926)
  • nx: remove extract-i18n target from non-angular apps (460d2d7)
  • nx: small fixes (b4b38d1)
  • scripts: documentation file names generation (3eede56)
  • testing: do not generate serializers for non-angular apps (1dacfef)
  • testing: fix jest typings version (#1155) (345170a)
  • testing: support loading css (268fe36)

Features

  • angular: update readme (67b68e3)
  • builders: support Cypress exit option (a84d671), closes #1119
  • cypress: enable parallelization (6970911)
  • docs: fix typo in run-commands (c82cfe4)
  • nx: add appropriate favicons for different frameworks (#1157) (0c07888)
  • nx: add create-nx-workspace package to simplify workspace creation (24f31d1)
  • nx: add framework react for libs (98e83f9)
  • nx: add js and jsx support to builders and affected (2a94649)
  • nx: add presets for web components and react (b81e767)
  • nx: add presets to simplify the creation of workspaces with angular and fullstack apps (7f2c16f)
  • nx: empty workspace should start with no dependencies (9ef7606)
  • nx: support no framework apps (3bad40e)
  • nx: update docs (eabcb96)
  • testing: update to jest v24 (132bf47)
  • tools: update documentation template (ea1caa1)

Release 7.6.0

21 Feb 13:20
Compare
Choose a tag to compare

Bug Fixes

  • angular: fix protractor and cypress related issues (6a78791)
  • build: change checkformat to check md files (505ba43)
  • build: do not cache node_modules (ddf7afb)
  • builders: copy fixture folder (#1053) (9d01586)
  • docs: update README (697f68e)
  • nx: filter non-existing files during format (#1087) (dd52f3c)
  • nx: misc docs changes (f22fccf)
  • nx: remove --yarn flag (35498d1)
  • run-commands-builder: set maxBuffer to 10MB (e8f2922)
  • schematics: add rxjs dependency (#1051) (e2f482a), closes #1050
  • schematics: app generator tsconfig types iterable error (#1033) (049fd33)
  • schematics: snapshot not being generated when ran against fixture (#959) (0b8a024), closes #958

Features

  • docs: add more guides (5f756bf)
  • docs: docs cleanup (e823df3)
  • frontend: generate NxModule only when generating NgRx (36b8ff9)
  • node: add frontendProject property (edff771)
  • node: add waitUntilTargets (c6c5059)
  • node: move the generated endpoint under /api (02d01b5)
  • node: read the port from env (6d661cf)
  • node: set externalDependencies to none for production builds (c2fc63d)
  • node: support .env files (8948c8d)
  • nx: add tslint vscode plugin (656c88c)
  • nx: switch defaults to jest, cypress, and nest (03992c7)
  • schematics: add vscode extension recommendations (#1023) (52f90b9)
  • schematics: introduce framework option for lib schematic (db0fa65)
  • schematics: update ngrx to 7.2.0 (dbf59af)
  • schematics: update to angular cli 7.3.0 (f6224ff)

Release 7.5.1

30 Jan 14:44
Compare
Choose a tag to compare

Bug Fixes

  • builders: ensure child process is killed on exit (3608e4c)
  • schematics: fix incorrect migration target version (4e1c8b3)

Features

  • workspace-schematic: support list-schematics and interactive prompts (d7a617e)

Release 7.5.0

22 Jan 13:54
Compare
Choose a tag to compare

Bug Fixes

  • build: fetch tags when releasing (2697b4b)
  • builders: add servePath to computedCypressBaseUrl (9b156a5)

Features

  • builders: add support for inspect-brk and port (1ea7a1d)
  • schematics: update to AngularCLI 7.2.1 (16df9e2)

Release 6.4.1

21 Jan 21:57
Compare
Choose a tag to compare

Bug Fixes

  • schematics: update npm-run-all and purge dependency on event-stream (60508db)

Release 7.4.1

18 Jan 19:27
Compare
Choose a tag to compare

Bug Fixes

  • builders: fix typo in run-commands schema (94e26b9)

Release 7.4.0

16 Jan 23:09
Compare
Choose a tag to compare

Bug Fixes

  • build: fix readme (2f64192)
  • build: make Nx dev process WSL-friendly (ffd9d93)
  • build: make scripts work on linux (898693e)
  • perf: optimize affected by using a faster mtime calculation (7a13cd6)
  • schematics: add lib module to the parent module (89262c1), closes #216
  • schematics: correct node-app framework prompt text (3c3a54e)

Features

  • builder: add --record option to cypress builder (1d4c2e7)
  • builder: implement run-commands builder (8f3226d)
  • builders: add support for long-running tasks to RunCommandsBuilder (230483d)

Release 7.3.0

05 Jan 23:45
Compare
Choose a tag to compare

Bug Fixes

  • builders: fix vulnerability in webpack-dev-server (0c2dd09)
  • schematics: fix ngrx dependencies migration to 7.2 (b850c1c)

Features

  • schematics: add node-app --framework nestjs (43433ec)

Release 7.2.0

02 Jan 14:48
Compare
Choose a tag to compare

Bug Fixes

  • schematics: add es2015 module to tsconfig (92383e5)
  • schematics: add forbidden properties when renaming (973d33b), closes #900
  • schematics: always npm scope for generating package.json of lib (d0c9c5e)
  • schematics: do total recalculation for legacy existing deps (d0bcb5d)
  • schematics: dont let bad .nx-results file prevent test run (e290abc)
  • schematics: fix misgenerated cypress lint configs (e020a14)
  • schematics: fix path resolution for modules that are above project rooti (fd994b7)
  • schematics: generate defaults for scss (dd4d671)
  • schematics: pass parsedArgs straight to generateDepGraph (a93033e)
  • schematics: update npm-run-all and purge dependency on event-stream (f75445d)

Features

  • builders: add mjs to extensions for node-app #944 (b2843ec)
  • schematics: add jest -t option (8b8bd41)
  • schematics: add jest testNamePattern option (4d856ae)
  • schematics: create local project tsconfigs for typings (cd2e311)
  • schematics: support dry run for workspace-schematics (2e25398)
  • schematics: update to angular cli 7.1 (5b305f7)