Skip to content

Releases: nrwl/nx

Release 10.0.3

22 Jul 20:10
Compare
Choose a tag to compare

Bug Fixes

  • misc: workspace-lint should respect nested gitignores (8b3e054)
  • repo: fix tsconfig to make editors resolve references (8d2a7db)
  • generated tsconfig path mapping for publishable libs (when generated in nested folders) (#2840) (ed0a9a7)

Release 10.0.2

22 Jul 02:30
Compare
Choose a tag to compare

Bug Fixes

  • core: remove deleted files from git-hashers result (30d7406)
  • docs: fix broken link in react tutorial (c71d4e8)
  • docs: removed unused boolean import from storybook-plugin docs (940acaf), closes #2682
  • storybook: removed test.ts from tsconfig excludes array (#3379) (5474fa4)

Release 10.0.1

20 Jul 22:52
Compare
Choose a tag to compare
Release 10.0.1

Release 10.0.0

20 Jul 15:54
Compare
Choose a tag to compare

Bug Fixes

  • angular: add the root directory to the "resolvePaths" option when creating the NodeWorkflow (800bf15), closes #3233
  • angular: allow for existing .prettierignore when adding Nx (#3329) (68aa782), closes #3192
  • angular: check for file to exist in decorate script (#3301) (39963e4), closes #3186
  • angular: check for spec files when generating a library (#3323) (a593573), closes #3286
  • angular: correct typo in NgRx reducer template (#3266) (63701b0)
  • angular: use isObservable to prevent errors due to rxjs version mismatch (#3331) (d755f61)
  • core: add eslint-plugin-nx to workspace package group (fd89c35)
  • core: add linter to workspace package group (dc6b527)
  • core: fix dep-graph crosshair svg not available (#3362) (e1fd059)
  • core: fix runNxNewCommand so plugin e2e tests will work. (#3267) (8714305), closes #3253
  • core: fix solution tsconfig migration (#3312) (7686a39)
  • core: forward sigint in task orchestrator (#3330) (c0ef325)
  • core: increase maxBuffer when invoking git to get file hashes (6553c17)
  • core: migrate implicitDependencies that reference tsconfig.json (#3361) (30d4bbd)
  • core: resolve webpack loaders with require.resolve() (#3341) (d74ab4e)
  • core: run package.json migration for angular v10 (#3289) (f9d6ace)
  • misc: regenerate yarn.lock without the local registry url (#3290) (695a841)
  • nx-plugin: don't add duplicate migrations.json asset entries (#3280) (9b418b0)
  • react: fix differential loading in ES6 only Web/React apps (#3319) (9a56501)
  • react: fix object destructuring with async-await for buildable libs (#3308) (a6db5fa), closes #3202
  • react: move url-loader to the react package.json (#3356) (8386574)
  • repo: fix unit test script (db4d124)
  • repo: relax the angular package test so it doesn't break between versions (#3306) (b489479)
  • repo: update the repo to nx 10 (5d53661)
  • testing: fix nest unit test (#3327) (d5838fd)
  • testing: resolve jestconfig and add globals.ts-jest if needed for migration (#3336) (12a407f)

Features

  • core: add cwd and outputPath options for run-commands schematic (#3333) (f110ccf)
  • core: add filtering arguments to dep-graph CLI (#3171) (4968b6e)
  • core: add lint target to tao and fix lint errors (675000d)
  • core: add perf logging (a5ee1db)
  • core: add text filtering to dep-graph visualization (840b7de)
  • core: redesign workspace file hashing (67dda10)
  • core: remove fast-levenshtein dep from tao (aecba50)
  • core: switch over to angular 10 (#3056) (a7b7af2)
  • core: use custom output logging for configuration out of sync errors (4e0417f)
  • nest: update @nestjs/schematics dependency to 7 (#3300) (11b3d77)
  • react: generate React apps with <React.StrictMode> by default to catch potential problems (#3340) (24f5441)
  • react: remove IE 11 and old browsers from default config in React/Web Schematics (#3321) (c5426d4)

BREAKING CHANGES

  • core: Dependency graph will now default to having no projects selected if run without filtering arguments

Release 9.5.1

02 Jul 03:35
Compare
Choose a tag to compare

Bug Fixes

  • core: alias conversion should not exclude unknown props for builders (d953670)
  • core: fix task-orchastrator to convert boolean flags properly (#3198) (3cc2521), closes #3197
  • core: provide a way to override nx root path to fix unit tests (74c73b5)

Release 9.5.0

29 Jun 15:51
Compare
Choose a tag to compare

Bug Fixes

  • core: fix check deps .gitignore shortcut in rm schematic (24abc1f)
  • core: fix task-orchastrator to convert boolean flags properly (#3198) (3cc2521), closes #3197
  • core: print args warning when base is not passed (#3237) (7218f81)
  • core: remove matching implicitDependency when removing a project (a4fa80a)
  • core: remove tmp hack for running e2e tests (#3206) (06f1ac6)
  • core: rename implicitDependencies during move (37894f6), closes #2906
  • docs: fix typos in decorate cli explanation (#3216) (c8a433c)
  • linter: eslint version should match >= 6.1.0 (#3002) (35d0c17), closes #3001
  • react: add styled-jsx to babel jest setup to avoid warnings (1869e1b)
  • react: add styled-jsx type definitions for React libs (#3221) (c2b68b9)
  • repo: register local collections for unit tests (#3207) (0ab2fc7)
  • testing: allow jest --bail flag type to be either boolean or number (#3181) (7b27ba4)

Features

  • core: add oss preset to create-nx-workspace (7cbf4ff)
  • core: adds configurable base branch and HEAD in nx.json (#3217) (bd0a558), closes #1791
  • core: implicitDependency tests for mv & rm schematics (06a7080)
  • react: add sass-loader to webpack (#2853) (999489d), closes #2829
  • react: add styled-jsx support for apps, libs, and components (#3204) (f98b4e5)

Release 9.4.5

19 Jun 15:32
Compare
Choose a tag to compare

Bug Fixes

  • core: builder aliases are ignored when using nx cli (cb710cb)
  • core: read tsconfig file using readJsonInTree (a638d86)
  • generate: improve error handling (c1b494c), closes #1047

Release 9.4.4

18 Jun 03:08
Compare
Choose a tag to compare

Bug Fixes

  • core: restore lost coerceTypes (23abfff)

Release 9.4.3

16 Jun 14:42
Compare
Choose a tag to compare

Bug Fixes

  • core: only set FORCE_COLOR=true when using pipe to capture output (73bcba6)
  • misc: typo in README (eb9987b)

Release 9.4.2

15 Jun 20:57
Compare
Choose a tag to compare

Bug Fixes

  • repo: e2e test script should handle SIGINT (a34af96)

Features

  • core: add second way of capturing output (96a7f69)