Skip to content

Releases: nrwl/nx

Release 11.0.15

18 Dec 23:36
Compare
Choose a tag to compare

Bug Fixes

  • angular: rename tsconfig.json during ng add (#4349) (9d22f74)
  • core: add a default provider setting project name (463be21)
  • core: remove positional args after converting them into named args (47cd7d8)
  • nextjs: add "@nrwl/workspace" to the generated package.json file for built next apps (#4348) (110fe37)
  • react: remove generated styles.[ext] file for CSS-in-JS solutions like styled-compoentns/emotion (#4347) (cd9b96c)

Release 11.0.12

18 Dec 02:32
Compare
Choose a tag to compare

Bug Fixes

  • core: issue with formatting in migrations (c09bbe9)
  • core: support invoking nx from a subdirectory (86b5c5c), closes #4298
  • jest: warn with a helpful warning when unable to update the config (fcfc858)
  • misc: only prompt for nx-cloud when using the default runner (f0cf91d), closes #4295
  • storybook: allow variables in NgModule declarations (#4318) (e63c3d1), closes #4314
  • storybook: update storybook to 6.1.11 (399ceba)

Release 11.0.10

17 Dec 03:02
Compare
Choose a tag to compare

Bug Fixes

  • core: linter defaults are not used by presets (fba9b15)

Release 11.0.9

16 Dec 21:09
Compare
Choose a tag to compare

Bug Fixes

  • angular: fixi ngrx schematic effect type when used with data persistence (aa5dc70)
  • core: fix missing import in 'schema.d.ts' (7911a60)
  • misc: make angular migration work in non-trivial workspaces (4278cfd)
  • misc: update versions of tslint and ts-node to work with npm 7 (dfb7363)

Release 11.0.8

16 Dec 09:10
Compare
Choose a tag to compare

Bug Fixes

  • core: restore resolving generators and executors from __dirname (da7e44f)

Release 11.0.7

16 Dec 08:57
Compare
Choose a tag to compare

Bug Fixes

  • core: resolve aliases before reading defaults (3fe666a)
  • core: support local builders and generators (36282e1)
  • core: throw when invalid config is provided for initiating project (1c22f7f)
  • repo: update slack link in readme (7b05717)

Release 11.0.5

16 Dec 03:10
Compare
Choose a tag to compare

Bug Fixes

  • core: resolve aliases before reading defaults (3fe666a)
  • core: support local builders and generators (36282e1)
  • core: throw when invalid config is provided for initiating project (1c22f7f)
  • repo: update slack link in readme (7b05717)

Release 11.0.4

15 Dec 02:38
Compare
Choose a tag to compare

Bug Fixes

  • angular: use selected style extension for components (96f25ce), closes #4287
  • core: fix coerceTypesInOptions for schemas with oneOf (2651ff9)

Release 11.0.3

15 Dec 00:45
Compare
Choose a tag to compare

Bug Fixes

  • core: fix typo in e2e cli.test.ts (6fb074e)
  • core: resolve generators and executors with # (b0c4ac2)

Features

  • misc: display skip-nx-cache option in help output (30c33d3)
  • repo: update to nx 11.0.1-rc.0 (f262217)

Release 11.0.2

12 Dec 17:20
Compare
Choose a tag to compare

Bug Fixes

  • misc: minor fixes for nx 10->nx11 migration (0875d19)