Releases: nrwl/nx-console
Releases · nrwl/nx-console
v17.5.2
Bug Fixes
- read package.json dependencies when getting builders/executors (#1100) (187f1f2)
v17.5.1
Bug Fixes
- use proper file paths for schemas within windows (#1085) (ed9d0c7)
v17.5.0
Features
- add json schema support for configurations, and also provide descriptions (#1078) (e9e1d15)
- provide json schema for workspace.json (#1077) (ae35ec5)
Bug Fixes
- nx generator schemas form (#1081) (c43f9cc)
- strip appsDir and libsDir from path if app|application or lib|library (#1082) (7db8b08)
v17.4.0
Features
Bug Fixes
- only reads and normalizes selected schematic options (#1074) (d2c4bd4)
v17.3.1
Features
- load workspace defaults into Run executor form (#1068) (3bb13fe)
Bug Fixes
- add positional to taskDefinitions, fixes task already active (#1071) (a1afd23)
v17.3.0
Features
- nx run in command palette and context menu (#1065) (9b5fd5c)
- Populates form with workspace defaults for build, e2e, lint, serve, and test targets (#1067) (fc68c64)
- run-many prompts for projects (#1064) (977bdf2)
- shows argument list and highlights changed and invalid fields in menu (#1059) (7d8e8e1)
Bug Fixes
- enable generate from context menu setting take effect immediately (#1066) (c3f2b92)
v17.2.0
Features
- updates form components to support long form items plus specs (#1062) (0373a56), closes #984
Bug Fixes
- refresh projects view clears cache (#1058) (4741999)
- replace \ with / in path in workspace before remove leading / (#1063) (a4f96ca)
v17.1.0
Features
Bug Fixes
- remove leading / from path parsed out of the workspace path (#1054) (2e6449b)