Skip to content

Releases: nrwl/nx

Release 10.4.5

10 Dec 19:59
Compare
Choose a tag to compare

Features

  • core: show a warning about using ng update insteda of nx migrate (da05843)
  • core: update the update npm script to invoke nx migrate (5f0bf8a)
  • node: add generatePackageJson option to build executor (021c842)

Release 10.4.4

18 Nov 15:27
Compare
Choose a tag to compare
Release 10.4.4

Release 10.4.3

18 Nov 15:06
Compare
Choose a tag to compare

Bug Fixes

  • core: add explicit dep on cli if missing (cbd404c)
  • core: migration should fetch packages using cwd instead of prefix (95889a2)

Release 10.4.2

17 Nov 20:10
Compare
Choose a tag to compare

Bug Fixes

  • core: fix typo in the migration adding tao (4c377bd)
  • repo: change e2e tests setup to use a different version (a1615e8)
  • testing: calculate coverage-directory from the root (2f2ddec)

Features

  • add --js and --pascalCaseFiles flags to core,node,express schematics (#3683) (842455b)

Release 10.4.0

16 Nov 15:02
Compare
Choose a tag to compare

Bug Fixes

  • angular: install angular packages when generating a new lib (db7c3e6), closes #2652 #2652
  • angular: update karma, jasmine & protractor deps (3d7c230)
  • core: a new workspace should have an explict dep on tao (9d053e7)
  • core: add PNPM lock file to hasher's implicit dependencies (3753cf3)
  • core: default to NPM package manager (8676c1a)
  • core: store terminal output for failed tasks created with pipe output capture (95c539f)
  • repo: fix docs formatting (825202b)
  • repo: increase jest timeout (18274ce)
  • storybook: path on Win for tsconfig location in angular.json (#4080) (d1a086f), closes #3956

Features

  • angular: browser builder with incremental build support (1fcea97)

Release 9.8.0

16 Nov 15:43
Compare
Choose a tag to compare

Bug Fixes

  • core: allow --all=true in addition to --all (017348b)
  • core: fix resolving imports that cannot be resolved via typescript (830377a)
  • core: store terminal output for failed tasks created with pipe output capture (dd4dff5)
  • repo: update yarn file (4143525)
  • web: upgraded webpack-subresource-integrity (#4004) (a5163c2)

Release 10.3.3

09 Nov 17:03
Compare
Choose a tag to compare

Bug Fixes

  • core: remove nx-cloud from the list of core deps used by migrate (19ec5d6)

Release 10.3.2

03 Nov 23:00
Compare
Choose a tag to compare

Bug Fixes

  • core: fix formatting of strings with periods (#3928) (eecde52)
  • core: fix resolving imports that cannot be resolved via typescript (5afd3ec)
  • core: fix resolving npm dependencies (#3963) (874f222)
  • core: handle spaces in workspace path (701eca7), closes #3919
  • storybook: include storybook v5 project schematics (#3996) (f86a043)

Release 10.3.1

16 Oct 17:23
Compare
Choose a tag to compare

Bug Fixes

  • linter: migration should not include patterns from node_modules (#3880) (b5de2f4)
  • react: support vendor sourcemap option for web build (#3902) (c84ad40)
  • storybook: move 10.0.12 migration to 10.3.1 because it was relea… (#3901) (30924e7)
  • testing: fix ts-jest migration (#3900) (bc6e6b9)

Features

  • nextjs: add nextConfig option for nextjs build builder to provide customization (#3899) (af15cb0)
  • repo: update nx to 10.3.1-beta.1 (#3925) (d7578d5)

Release 9.7.1

16 Oct 17:20
Compare
Choose a tag to compare

Bug Fixes

  • core: add forwardAllArgs option to run-commands builder (#3559) (507c1b6), closes #3335
  • core: enable intelligent tsconfig changes in tsconfig.base.json (#3768) (6eedf58)
  • core: fix decorate angular-cli script to work for production installs (6377cef)
  • core: fix resolving projects for imports to '..' (#3846) (439d5d8)
  • core: fix resolving projects for imports to '.' (#3839) (8c85bf9)
  • core: git hasher should handle unstaged files with spaces (ed5f3a6)
  • core: improve performance of analyzing npm dependencies (#3755) (9c5c5fe)
  • core: read tsconfig.json instead of tsconfig.base.json (#3745) (cbf12f0)
  • core: remove invalid --plain flags from affected commands (ab943ae)
  • core: update the version of yargs to fix npm audit (4ea6ef8)
  • core: update version of yargs-parser (#3754) (3f3a58f)
  • docs: Misnamed link in sidebar (#3762) (54c3d8d)
  • misc: increase buffer limit of run-commands (25c2ba0)
  • misc: upgrade version of yargs-parser (#3751) (156dd33), closes #3105
  • repo: fix broken tests (589a480)
  • repo: fix publish script (480c01d)

Features

  • core: add a prompt when using --scan without nx-cloud (52c9bc7)
  • core: add nest preset (0759213)
  • core: add scan to list of supported flags (f19c5df)
  • core: optimize project locator perf (46454aa)
  • docs: add node document generation (5904c3e)