Skip to content

Releases: nrwl/nx-console

v17.13.6

23 Dec 00:55
956d906
Compare
Choose a tag to compare

What's Changed

  • fix: read configurations manually if Nx is lower than 12 by @Cammisuli in #1205

Full Changelog: v17.13.5...v17.13.6

v17.13.5

22 Dec 02:12
a7434a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17.13.4...v17.13.5

v17.13.4

21 Dec 14:39
02b5d84
Compare
Choose a tag to compare

What's Changed

  • fix: fallback to built in nx utils if required function doesnt exist by @Cammisuli in #1203

Full Changelog: v17.13.3...v17.13.4

v17.13.3

17 Dec 15:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17.13.2...v17.13.3

v17.13.2

16 Dec 14:16
a4c3f1c
Compare
Choose a tag to compare

What's Changed

  • fix: revert to old logic for scanning workspaces, also fix checking for paths of undefined by @Cammisuli in #1199
  • fix: use proper workspace path to load generators by @Cammisuli in #1200

Full Changelog: v17.13.1...v17.13.2

v17.13.1

11 Dec 17:08
c8c808e
Compare
Choose a tag to compare

What's Changed

  • fix: make the path option always visible when using generate by @Cammisuli in #1192

Full Changelog: v17.13.0...v17.13.1

v17.13.0

10 Dec 21:08
2d668ca
Compare
Choose a tag to compare

What's Changed

  • feat: Go to project.json file from workspace file with codelens by @Cammisuli in #1176
  • feat: include typescript plugin for imports by @Cammisuli in #1177
    • Default is on
    • This can be disabled by setting the nxConsole.enableLibraryImports to false in vscode settings.
  • feat: provide json schema for nx.json by @puku0x in #1186
  • feat: use nx utils to read all configuration files by @Cammisuli in #1184

New Contributors

Full Changelog: v17.12.4...v17.13.0

v17.12.4

19 Nov 22:01
4633fa5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17.12.3...v17.12.4

v17.12.3

12 Nov 16:18
fcd2a30
Compare
Choose a tag to compare

What's Changed

  • fix: handle non-existing files better and return an empty object by @Cammisuli in #1171
  • fix: handle non existant nx.json file better. Fixes pure angular workspaces. by @Cammisuli in #1172

Full Changelog: v17.12.2...v17.12.3

v17.12.2

25 Oct 16:32
ba69698
Compare
Choose a tag to compare

Bug Fixes

  • make sure that executors/builders and generator/schematics are combined respectively (#1167) (8b2cd53)