Skip to content

Releases: nrwl/nx

Release 9.1.2

13 Mar 19:26
Compare
Choose a tag to compare

Bug Fixes

  • core: fix default export of tasks-runners v2 (34877e9)

Release 9.1.1

12 Mar 21:32
Compare
Choose a tag to compare

Bug Fixes

  • core: fix the handling of --prod by run-many and affected (798abe4)
  • repo: fix test-create-nx-workspace command (cfccd51)

Release 9.1.0

10 Mar 17:11
Compare
Choose a tag to compare

Bug Fixes

  • angular: schematic to register routes (e5b9d80)
  • angular: update Protractor E2E spec files to generate a passing test (cd52fce)
  • core: fix json diff and implicitJsonChanges (dbf6fd5)
  • core: fix json diff and implicitJsonChanges part 2 (d9a800f)
  • core: fix move schematic issues (df197cf)
  • core: fix the ordering of unrelated tasks (f0ca839), closes #2599
  • core: handle npm package deletion and whole file changes (642d598)
  • core: provide better error messages when the target is incorrect (dae2589)
  • core: update nx list output spacing issue (13302f0)
  • core: use default configuration when the provided one is not available (115a1ab)
  • core: use file full path in git show (#2537) (dfb0917), closes #2292
  • linter: outputFile at non-existing directory path throws (ddde8af)
  • misc: export defaultTasksRunner as tasksRunnerV2 (954abd6)
  • misc: parse args for format command (c45ee2a)
  • nextjs: default fileReplacements relative to workspace root (591264d)
  • node: use correct imports in express tests (9139155)
  • react: fix rollup options extension to be compatible with output arrays (122af4f)
  • react: pascalCaseFiles option not working (#2554) (fd29f8e), closes #2488
  • repo: fix ci (923f354)
  • repo: fix formatting (b52e97c)
  • storybook: find any module file (c2bac02)
  • storybook: replace storybook cypress e2e architect configuration (#2533) (b70fe05)
  • testing: remove --coverage option from jest builder (#2569) (60077fb), closes #2564

Features

  • angular: added karma to jest plugin (ef00ec4)
  • angular: update to NgRx version 9 release (4ff436e)
  • core: add ability to run targets against project's deps (ff6b434)
  • core: add community approved plugins to nx list command (2ae1e98)
  • core: add runtimeCacheInputs to capture node version, os in the cache key (bbf5738)
  • core: switch to use tasks-runner-v2 by default (b780a1b)
  • core: update prettier to 1.19.1 (2145d36)
  • linter: improve support for mixed linters when using IDEs (#2620) (fef54fa)
  • misc: support formatting .mdx files (e2e3412)
  • nest: implement nest lib schematic (#2540) (a39587a)
  • react: --maxWorkers and --memoryLimit add tests and common fix (#2581) (6b9f35b), closes #2366
  • react: add option to stop generation of components or styles (#2568) (d37fc66)
  • react: adds styled-components and emotion plugins for react apps so SSR works correctly. (#2605) (5cdf372), closes #2119
  • repo: improve ci caching (e2b8406)
  • testing: add support for cypress 4 (#2604) (0f04fab)

Release 8.12.10

10 Mar 17:03
Compare
Choose a tag to compare

Bug Fixes

  • core: change mkdir logic to avoid race condition (7cb949d)
  • core: don't generate test related things in README when no unitTestRunner (4327ca9)
  • core: fix json diff and implicitJsonChanges (6a71284)
  • core: fix json diff and implicitJsonChanges part 2 (c91000c)
  • core: fix the ordering of unrelated tasks (9b9e2bf), closes #2599
  • core: handle npm package deletion and whole file changes (aa738fa)
  • core: use file full path in git show (#2537) (0a2d5be), closes #2292
  • misc: parse args for format command (9e64253)

Features

  • core: add runtimeCacheInputs to capture node version, os in the cache key (235e6e4)
  • core: memoize project source hashing (684b2bb)

NOTE: Because of the screwed up tagging, the associated assets are incorrect. To see the source, use the 8x branch instead: https://github.com/nrwl/nx/commits/8x

Release 9.0.4

26 Feb 20:22
Compare
Choose a tag to compare

Bug Fixes

  • core: change mkdir logic to avoid race condition (180c990)
  • core: don't generate test related things in README when no unitTestRunner (2c7d6a1)
  • node: change the default port to 0 for node:execute (1cc9dd6), closes #1728
  • node: do not include directories when finding assets (7828b67)
  • node: pass builder options on to the serve target (ef8ddb5), closes #1649
  • node: set tsconfig target to es2015 for nest apps (cbd5d4c), closes #1283
  • react: remove unused dependency (55bde7b)
  • repo: temporary disable supportUi (618ebff)

Features

  • core: add ability to skip cache (90879eb)
  • core: memoize project source hashing (65ac855)
  • linter: add standalone nx linter (#2462) (9d16355)
  • react: nx serve --maxWorkers --memoryLimit should work (884b887)
  • storybook: add docsMode support (#2551) (cd25970)

Release 8.12.9

26 Feb 20:17
Compare
Choose a tag to compare

Bug Fixes

  • core: change mkdir logic to avoid race condition (7cb949d)
  • core: don't generate test related things in README when no unitTestRunner (4327ca9)

Features

  • core: memoize project source hashing (684b2bb)

Release 9.0.3

25 Feb 13:49
Compare
Choose a tag to compare

Bug Fixes

  • core: improve performance of affected computation (74716df), closes #2367
  • core: remove extra style argument passed to the new command in create-nx-workspace (4293f1f), closes #2427
  • nextjs: fix SVG import for generated Next app (#2545) (df4004c)
  • nx-plugin: ignoring Additional Files from Affected Commands (#2519) (06b0e7f), closes #2517
  • storybook: allow import * as syntax in module file (caf8c2c), closes #2521

Features

  • react: provide only umd & esm bundles when packaging (#2524) (bdaf298)
  • repo: split e2e tests into 4 groups (224dba3)

Release 8.12.8

25 Feb 13:43
Compare
Choose a tag to compare

Bug Fixes

  • core: improve performance of affected computation (a2e0ed8), closes #2367
  • core: remove extra style argument passed to the new command in create-nx-workspace (96eb2ba), closes #2427
  • nx-plugin: ignoring Additional Files from Affected Commands (#2519) (961dc13), closes #2517
  • storybook: allow import * as syntax in module file (01fcaa7), closes #2521

Release 9.0.2

20 Feb 16:38
Compare
Choose a tag to compare

Bug Fixes

  • angular: storybook config schematic from generating stories when generateStories false (6cdc54b), closes #2383
  • core: add debug info to tests to troubleshoot flaky tests (16e90b3)
  • core: mark all projects as affected when npm package is deleted (#2508) (f1599f5)
  • core: recalculate dep-graph when root files are touched (1d1063f)
  • nextjs: add styled components and emotion to Next.js preset options (a849b4d), closes #2058
  • repo: fix yarn e2e create-playground (30721d5)
  • repo: temporary disable cypress run in new.test.ts (f006593)

Features

  • core: "cwd" option for commands runner (#2501) (c04f8af)
  • core: check for npm vulnerabilities when creating a new workspace (3fb5024)
  • core: specify a custom .env file for workspace:run-commands (#2505) (eee8c18)
  • misc: support customizing cypress webpack config (#2503) (d27cb3a)
  • react: rework react buildable libraries to read deps from dist (#2513) (49168c1)

Release 8.12.7

20 Feb 17:43
Compare
Choose a tag to compare
Release 9.0.2