Releases: nrwl/nx-console
Releases · nrwl/nx-console
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
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