Skip to content

Releases: nrwl/nx

Release 11.5.0

10 Mar 20:57

Choose a tag to compare

Bug Fixes

  • angular: adjust ngcc postinstall command (#4641) (1716c0b)
  • angular: ngrx effects generation (#4900) (87f4836)
  • core: add @nrwl/storybook & @nrwl/gatsby to pkgs listed by nx report (#4948) (468c878)
  • core: always use project level tsconfigs with eslint (#4657) (48c7c7b)
  • core: fix creating workspace on Windows for npm@7 (#4926) (d2bac51)
  • core: fix typo in error for improper targets (#4995) (d44b5c8)
  • core: optimize task orderer to handle large graphs (#4992) (b977f42)
  • core: run-commands doesn't camelcase option parameters (2932738)
  • core: throw an error when running default projects with improper targets (#4994) (61fda0c)
  • core: use proper command for removing a dependency via yarn (#4980) (0b7e057)
  • devkit: generateFiles function handles image files properly (#4912) (6dcd5a6)
  • devkit: support partially defining generators in schematics and generators (#4951) (70a892c)
  • misc: add project name default for workspace schematics (#4901) (925e5d2)
  • nextjs: remove tsconfig.app.json (#4970) (df54518)
  • nextjs: update babel setup to better support next apps (#4944) (ddec362)
  • nextjs: use require.resolve(...) for babel plugin so it works with pnpm (#4991) (0dbcd52)

Features

  • angular: support font inling optimization for builds (#4971) (372b793)
  • core: allow excluding imports using a special ignore comment called nx-import-ignore (f160583)
  • express: add express preset to create-nx-workspace (#4909) (bba26b0)
  • nextjs: allow custom distDir (#4885) (c9a2b2c)
  • web: improve support for decorators (#4826) (041340b)

Release 10.4.14

10 Mar 21:51

Choose a tag to compare

Bug Fixes

  • core: optimize task orderer to handle large graphs (#4992) (2f35fb5)

Release 11.4.0

25 Feb 19:30

Choose a tag to compare

Bug Fixes

  • angular: fix --skipFormat option on application schematic (1681257)
  • angular: honor buildableProjectDepsInPackageJsonType in angula… (#4760) (5ee2874)
  • core: add fail over --fork-point arg to git merge (acd5502)
  • core: support unit testing of nx generators invoking wrapped schematics (3157293)
  • core: throw an error if user tries generating/executing from a package which does not support it (#4835) (95848ca)
  • core): fix(core): fix(core: ensure dir when exporting dep-graph to json (#4893) (6dc7de4)
  • devkit: generateFiles should rename paths recursively (#4784) (4522a90)
  • devkit: migrate devkit to the latest version during migrate (#4898) (befd9dc)
  • devkit: properly emit failures when converting nx executor (#4866) (f206925)
  • devkit: support .template extensions for generating files (#4842) (0fc729c)
  • misc: fix removing the projects with jest configs (#4874) (1cf9295)
  • misc: plugins deep importing perf-logging (9d0a4c8)
  • nextjs: fix the executor (aa311fa)
  • react: add dependency onto @nrwl/workspace (#4865) (956dfe6)
  • repo: fixing broken internal links (#4790) (ed22ae6)
  • storybook: emit a value from storybook executor so that e2e tests work (#4845) (35049dc)

Features

  • core: export jestConfigParser from jest.impl (043de57)
  • linter: noEslintrc option for eslint executor (699b1cb)
  • react: migrate gatsby builders to devkit (#4864) (54b6461)
  • react: migrate next builders to devkit (#4861) (fd18b5e)
  • repo: add npm audit report on ci (9275d1c)

Release 11.3.2

24 Feb 17:34

Choose a tag to compare

Bug Fixes

  • angular: fix --skipFormat option on application schematic (1681257)
  • angular: honor buildableProjectDepsInPackageJsonType in angula… (#4760) (5ee2874)
  • core: add fail over --fork-point arg to git merge (acd5502)
  • core: support unit testing of nx generators invoking wrapped schematics (f62d495)
  • core: throw an error if user tries generating/executing from a package which does not support it (#4835) (95848ca)
  • devkit: generateFiles should rename paths recursively (#4784) (4522a90)
  • devkit: properly emit failures when converting nx executor (#4866) (c80c38f)
  • devkit: support .template extensions for generating files (#4842) (0fc729c)
  • misc: fix removing the projects with jest configs (#4874) (5b4192c)
  • nextjs: fix the executor (aa311fa)
  • react: add dependency onto @nrwl/workspace (#4865) (f156391)
  • storybook: emit a value from storybook executor so that e2e tests work (#4845) (35049dc)

Features

  • core: export jestConfigParser from jest.impl (043de57)
  • repo: add npm audit report on ci (9275d1c)

Release 11.3.0

18 Feb 20:19

Choose a tag to compare

Bug Fixes

  • angular: check for root tslint.json before updating to support ESlint (#4816) (5d9c76b), closes #4761
  • angular: generate constant case name in NgRx schematics (#4811) (78a6f98)
  • core: add debug to logger when wrapping angular devkit schematics (#4830) (5eb4518)
  • core: add tmp tao path to node path (#4810) (11d27da)
  • core: change running tasks in parallel to running in serial (#4785) (18c8b2b)
  • core: disable no-var-requires eslint rule for JS files (#4831) (a4a2947)
  • core: do not modify existing files during workspace creation (a500088)
  • core: fix @angular-devkit/architect not being found (#4683) (a941961)
  • core: fix install packages task on Windows (#4752) (57c6bac), closes #4727
  • core: fix move on windows (#4667) (7037254)
  • core: fix workspace creation not working on windows (82ee322)
  • core: fixed some wrong paths for utils/utilities (1edafe8), closes #4736
  • core: output gets printed twice when using pipe capture (d651eab)
  • core: remove cleanup of temp tao directory (#4821) (d22153a)
  • core: restore tslint for next, clean up Linter enum usage (#4780) (4f758d4)
  • core: set browser + node eslint env in @nrwl/nx/javascript (#4804) (cc88815)
  • core: value coercion for schemas with oneOf string enums (b2d3906)
  • core: wrapAngularDevkitSchematic should respect dry run (#4748) (3ebed2a)
  • linter: do not print lint results to stdout when "outputPath" is set (#4755) (4133c05)
  • misc: fix @nrwl/nx-plugin migrations (285879c)
  • misc: fix the react-express preset (#4827) (5f22224)
  • misc: restore utils/fileutils to prevent plugins deep importing from breaking (4320c5a)
  • react: add architect to next and gatsby (#4802) (4ae9c3e)
  • react: change css modules class naming convention (6bf245e)
  • react: fix init generators for react (#4787) (2bf04b4)
  • react: fix storybook generator (#4808) (785754e)
  • react: set defaults properly for unitTestRunner and e2eTestRunner (#4781) (871b3c8)
  • react: temporarily remove gatsby preset from create-nx-workspace (#4819) (b5bfbc9)
  • repo: temporary disable flaky tests (e518289)
  • storybook: fix failing unit tests (#4789) (400277b)
  • storybook: fix windows path in storybook configuration (#4818) (95263d7)
  • testing: correct path slashes on Windows for root of cypress project (ae0d744)
  • testing: fix removing libraries that do not have tests (#4706) (b6e9e8b)
  • web: pass opt.sslKey parameter to -K option of http-server (#4703) (f4e6502), closes #4701

Features

  • angular: export angular generators from @nrwl/angular/generators (#4739) (32a64c5)
  • angular: update Angular packages to 11.2.x release (#4788) (e4faaf1)
  • angular: update NgRx packages to 11.0.0-rc.0 (ec45381)
  • angular: update NgRx packages to versions 11 release (#4783) (6be07fb)
  • core: add edges to the dep graph based on package.json files in libs and apps (28c364c)
  • core: add public and build to the list of implicit cached folders for build (14f4fcc)
  • core: default outputs to both prepare and build targets (1a75fd4)
  • gatsby: convert Gatsby schematics to Nx generators (#4763) (2109a06)
  • nextjs: convert Next.js schematics to generators (#4756) (e71cef0)
  • react: migrate @nrwl/web schematics to devkit (#4666) (06f84b3)
  • react: migrate @nrwl/web:build to devkit (#4646) (6bd0c2d)
  • react: migrate @nrwl/web:dev-server to devkit (#4682) (34781a1)
  • react: migrate @nrwl/web:package to devkit (#4697) (7372920)
  • react: remove references to angular devkit from @nrwl/web (#4705) (f880bd2)
  • repo: replace the disucssion issue type with a link to the discussions feature (b974ee0)
  • repo: update nx to 11.3.0-beta.0 (#4715) (023e115)
  • storybook: migrate storybook builders to devkit (#4758) (651f3b6)
  • storybook: migrate storybook schematics to devkit (d51bbe0)
  • storybook: Storybook v6 migration generator for default configurations (0fc65d8)
  • web: set defaults on first application and cleanup generated app (#4722) (a5cb929)
  • web: upgrade to postcss v8 (#4277) (132eb71)

Release 10.4.13

12 Feb 23:15

Choose a tag to compare

Bug Fixes

  • core: output gets printed twice when using pipe capture (693dcb1)

Release 11.2.12

10 Feb 18:22

Choose a tag to compare

Bug Fixes

  • core: fix install packages task on Windows (#4752) (c8b36db), closes #4727
  • core: fixed some wrong paths for utils/utilities (25aa0ed), closes #4736
  • misc: restore utils/fileutils to prevent plugins deep importing from breaking (462d242)

Release 11.2.11

09 Feb 22:54

Choose a tag to compare

Bug Fixes

  • core: wrapAngularDevkitSchematic should respect dry run (#4748) (ab77a1c)
  • misc: fix @nrwl/nx-plugin migrations (160b87f)
  • testing: fix removing libraries that do not have tests (#4706) (bd0c336)
  • web: pass opt.sslKey parameter to -K option of http-server (#4703) (e291401), closes #4701

Features

  • storybook: Storybook v6 migration generator for default configurations (df655c2)

Release 11.2.10

04 Feb 00:43

Choose a tag to compare

Bug Fixes

  • core: fix workspace creation not working on windows (ef42f14)
  • core: value coercion for schemas with oneOf string enums (24dfa76)

Release 11.2.9

03 Feb 00:10

Choose a tag to compare

Release 11.2.9