Releases: nrwl/nx-console
Releases · nrwl/nx-console
vscode-v18.29.1
What's Changed
- fix(vscode): repair nx init from the angular cli screen by @MaxKless in #2284
- fix(intellij): use configPath to determine runIde vs production mode by @MaxKless in #2286
- refactor(vscode): update projects view to only make a single nxls request by @MaxKless in #2283
- fix(nxls): pass disabledTaskSyncGenerators when getting pdv data by @MaxKless in #2287
Full Changelog: vscode-v18.29.0...vscode-v18.29.1
vscode-v18.29.0
What's Changed
- docs(contributing): update installation instructions by @gabynevada in #2270
- feat(vscode): add nxWorkspacePath configuration option by @gabynevada in #2274
- fix(nxls): repair support for repos with only lerna.json by @MaxKless in #2278
- fix(intellij): catch containingFile null error by @MaxKless in #2279
- feat(vscode): show refresh loading state in project view & footer by @MaxKless in #2280
New Contributors
- @gabynevada made their first contribution in #2270
Full Changelog: vscode-v18.28.1...vscode-v18.29.0
vscode-v18.28.1
What's Changed
- chore: improve nxls-e2e flakiness by @MaxKless in #2265
- chore(intellij): don't set untilBuild version (even if it was empty) by @MaxKless in #2264
- chore(repo): adjust future_compat check java version by @MaxKless in #2263
- fix: reduce number of exceptions & optimize package imports by @MaxKless in #2266
- fix: add windowsHide: true in more places by @MaxKless in #2262
- fix(intellij): update version & fix pdv error by @MaxKless in #2267
Full Changelog: vscode-v18.28.0...vscode-v18.28.1
vscode-v18.28.0
What's Changed
- fix(intellij): show better warning & help when no node interpreter is selected by @MaxKless in #2255
- fix(intellij): use BrowserLauncher instead of Desktop.browse to open external browsers by @MaxKless in #2256
- chore: update gradle intellij platform plugin & nx by @MaxKless in #2257
- fix(intellij): get notification group on demand instead of at class creation by @MaxKless in #2258
- feat: refactor PDV to get data directly from nxls & apply in intellij by @MaxKless in #2254
- feat(intellij): add Mark Directory As Nx Workspace Root action by @MaxKless in #2260
- fix(vscode): fix behaviour when only 1 generator is available & refactor old code by @MaxKless in #2242
Full Changelog: vscode-v18.27.0...vscode-v18.28.0
vscode-v18.27.0
What's Changed
- feat(intellij): collect opt-in telemetry on exceptions by @MaxKless in #2240
- fix(intellij): avoid slow operations on EDT when loading graph by @MaxKless in #2241
- fix(intellij): use generate ui button in toolbar instead of run anything by @MaxKless in #2239
- fix(intellij): fix compatibility issues by @MaxKless in #2244
- fix(intellij): catch more errors during completion by @MaxKless in #2245
- fix(vscode): make command titles consistently title case by @MaxKless in #2247
- fix(vscode): disable ts server plugin expansion of wildcard paths by @MaxKless in #2248
- fix(intellij): show notification instead of error when no (re)move generators are found by @MaxKless in #2250
- feat(vscode): create nx cloud onboarding view by @MaxKless in #2229
- fix(vscode): only show banner message until nx 17 & don't show project dropdown if no projects by @MaxKless in #2249
- fix(intellij): add refresh notification for better feedback when refreshing workspace by @MaxKless in #2252
Full Changelog: vscode-v18.26.0...vscode-v18.27.0
vscode-v18.26.0
What's Changed
- fix(intellij): add telemetry to open & refresh PDV actions by @MaxKless in #2234
- feat(intellij): enable error report submissions via jetbrains exception analyzer by @MaxKless in #2237
- feat(intellij): make (re)move project actions available in toolwindow context menu by @MaxKless in #2238
- feat: restructure telemetry and record errors by @MaxKless in #2236
Full Changelog: vscode-v18.25.1...vscode-v18.26.0
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