Releases: nrwl/nx-console
Releases · nrwl/nx-console
vscode-v18.25.1
What's Changed
- fix(intellij): misc toolwindow fixes by @MaxKless in #2215
- fix(intellij): remove old genui option & catch error by @MaxKless in #2172
- chore(repo): fix nightly compat pipeline by @MaxKless in #2217
- chore(repo): remove old generate ui code by @MaxKless in #2218
- chore(repo): schedule all tasks together & opt out of parallelism by @MaxKless in #2220
- chore(repo): update versions and nxls e2e default version by @MaxKless in #2223
- fix: enable telemetry for workspace refreshes by @MaxKless in #2226
- fix(nxls): dynamically read nx.json schema during schema setup by @MaxKless in #2221
- chore(repo): nightly against canary instead of next by @MaxKless in #2228
- fix: pass expanded externalFiles to ts plugin for wildcard pattern paths by @MaxKless in #2224
- chore(repo): remove outdated & unused vscode e2e tests by @MaxKless in #2231
- fix(intellij): fix various plugin devkit inspections by @MaxKless in #2232
Full Changelog: vscode-v18.25.0...vscode-v18.25.1
vscode-v18.25.0
What's Changed
- fix(vscode): stop recreating graph webview and prevent focus on refresh by @MaxKless in #2195
- feat: add @nx/gradle by @xiongemi in #2154
- chore(repo): enable plugin isolation by @MaxKless in #2197
- feat: group targets by target group in sidebar by @MaxKless in #2198
- fix: use command cwd when running help command rather than project root by @jaysoo in #2200
- feat(intellij): add cloud view & add project graph errors to problems pane by @MaxKless in #2175
- fix: repair workspace-18 e2e & make sure .env is in sharedGlobals by @MaxKless in #2204
- fix(nxls): handle comments when parsing nx.json by @MaxKless in #2201
- fix(nxls): add project folder tree e2e test & only track children by dir by @MaxKless in #2199
- feat(vscode): add atomized target highlighting and info by @MaxKless in #2205
- feat(intellij): add atomizer label to toolwindow by @MaxKless in #2203
- chore(repo): add projectReportAll gradle task to get rid of error by @MaxKless in #2211
- fix(intellij): only add description for short generators by @MaxKless in #2210
- chore(repo): update nx to 19.5-beta & update e2e-ci usage by @MaxKless in #2213
- fix(intellij): don't start nxls in angular.json workspaces by @MaxKless in #2212
Full Changelog: vscode-v18.24.1...vscode-v18.25.0
vscode-v18.24.1
What's Changed
- chore(vscode): minified bundle by default & addtl debug config by @MaxKless in #2188
- fix(vscode): escape quotes in windows powershell by @MaxKless in #2189
- fix(nxls): ignore .nx/workspace-data paths as a precaution by @MaxKless in #2190
- chore: add husky precommit check for formatting by @MaxKless in #2191
- chore(repo): add nightly nxls-e2e tests against nx@next by @MaxKless in #2192
- fix(vscode): repair re/move commands by @MaxKless in #2193
Full Changelog: vscode-v18.24.0...vscode-v18.24.1
vscode-v18.24.0
What's Changed
- chore(e2e): add new nx 19 e2e test by @MaxKless in #2174
- fix(intellij): check that ./nx is not a folder before assuming it as binary by @MaxKless in #2176
- feat(vscode): make generate ui default in sidebar by @MaxKless in #2182
- fix: update nx-schema.json to latest by @dandean in #2178
- feat(misc): add support for run-help event by @jaysoo in #2183
- fix(vscode): repair broken affected --graph command in sidebar by @MaxKless in #2185
- feat: add nx connect action & vscode cloud pane by @MaxKless in #2186
New Contributors
Full Changelog: vscode-v18.22.0...vscode-v18.24.0
vscode-v18.22.0
What's Changed
- chore: add unit tests for generator schema utils by @mkapal in #2146
- feat(vscode): add nx errors to problems view & update empty view in error state by @MaxKless in #2143
- fix(vscode): update nxls workspacepath when changing it using the action by @MaxKless in #2155
- fix:
npmDependencies
returns dependencies from.nx/installation/node_modules
ifnode_modules
is a file by @mkapal in #2152 - fix(nxls): load .env files in language server to make sure daemon client has access to them by @MaxKless in #2158
- chore: use windows agents by @MaxKless in #2134
- fix(vscode): empty state sidebar text & add init action by @MaxKless in #2163
- fix(intellij): handle undefined generator description by @MaxKless in #2165
- feat(vscode): merge run target & common commands views, refactorings and remove old generate ui by @MaxKless in #2166
- fix(vscode): register workspace change listener in all cases by @MaxKless in #2162
Full Changelog: vscode-v18.21.4...vscode-v18.22.0
vscode-v18.21.4
What's Changed
- fix: rework graph with reloading & errors & update nx by @MaxKless in #2123
- fix(nxls): lazily import @parcel/watcher to avoid issues by @MaxKless in #2140
- feat(intellij): show information message when running a debug configuration by @MaxKless in #2141
- fix(nxls): resolve delegated executor defintions correctly by @leosvelperez in #2150
- chore: add JetBrains plugin version shield in readme by @mkapal in #2145
- fix(intellij): repair telemetry/log check when running configurations by @MaxKless in #2151
Full Changelog: vscode-v18.21.3...vscode-v18.21.4
vscode-v18.21.3
vscode-v18.21.2
What's Changed
- chore: add note about version compatibility to README by @MaxKless in #2124
- fix(vscode): adapt cli task logic to handle affected & other commands correctly by @MaxKless in #2127
- fix(vscode): enable command quickpicks to specify arbitrary options by @MaxKless in #2129
- fix(intellij): enable loading nx packages from .nx/installation by @MaxKless in #2132
- feat(intellij): autofocus first empty text field in re/move dialog by @mkapal in #2131
- fix(nxls): filter all paths that include a cache folder by @MaxKless in #2128
New Contributors
Full Changelog: vscode-v18.21.1...vscode-v18.21.2
vscode-v18.21.1
What's Changed
- fix: refactor graph integration to use partial graphs & handle errors by @MaxKless in #2117
- fix(vscode): fix add dependency to show nx packages by @MaxKless in #2119
- fix(nxls): catch error while resetting daemon by @MaxKless in #2120
- fix(intellij): set re/move dialog input field width to fill by @MaxKless in #2121
Full Changelog: vscode-v18.21.0...vscode-v18.21.1
vscode-v18.21.0
What's Changed
- chore: set up @nx/cypress/plugin by @leosvelperez in #2102
- chore: run e2e tasks sequentially to avoid port collisions by @leosvelperez in #2106
- chore: update nx by @leosvelperez in #2105
- fix: import nx from the correct location when cwd is different than the workspace root by @leosvelperez in #2109
- chore: update nx and use @nx/storybook/plugin by @leosvelperez in #2111
- feat: enable partial graphs in nx console & fix bugs by @MaxKless in #2115
New Contributors
- @leosvelperez made their first contribution in #2102
Full Changelog: vscode-v18.20.0...vscode-v18.21.0