Skip to content

Releases: nrwl/nx-console

vscode-v18.11.1

05 Jan 15:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: vscode-v18.11.0...vscode-v18.11.1

vscode-v18.11.0

02 Jan 12:53
Compare
Choose a tag to compare

What's Changed

  • chore(repo): update nx to latest by @Cammisuli in #1929
  • chore(vscode): remove cloud view code by @MaxKless in #1932
  • fix: stringify prompt items to avoid [object Object] by @MaxKless in #1934
  • feat(vscode): update (re)move commands to use quickpick instead of ui and fix prefilling by @MaxKless in #1931
  • fix(nxls): take default options into account when prefilling as-provided options by @MaxKless in #1943
  • fix: distinguish more cases when prefilling by @MaxKless in #1935
  • feat: use nx native watcher & rework refreshing by @MaxKless in #1949
  • fix(generate-ui): show fewer options instead of show less options by @MaxKless in #1951
  • chore: update gradle & remove explicit coroutine dep by @MaxKless in #1952
  • chore: bump @parcel/watcher to 2.3.0 by @KwintenP in #1914
  • chore(intellij): rename edit project configuration to show project configuration by @MaxKless in #1968
  • fix(intellij): don't try to remove document listener twice by @MaxKless in #1960
  • refactor: add project names to project option in nxc plugin by @MaxKless in #1961

New Contributors

Full Changelog: vscode-v18.10.1...vscode-v18.11.0

vscode-v18.10.1

06 Nov 17:49
Compare
Choose a tag to compare

What's Changed

Full Changelog: vscode-v18.10.0...vscode-v18.10.1

vscode-v18.10.0

06 Nov 12:03
Compare
Choose a tag to compare

What's Changed

  • feat(intellij): add extension point to use different generate ui by @MaxKless in #1831
  • fix(vscode): make sure to forward args to nxls so we can run with debug configuration by @MaxKless in #1910
  • feat(vscode): show node version loaded by vscode on startup by @MaxKless in #1909
  • fix(vscode): handle new nx cloud access token format in v17 by @MaxKless in #1908
  • chore(repo): update nx to 17.0.0-rc.3 by @FrozenPandaz in #1913
  • fix(nxls): hide special case nx-release-publish target until generic handling is available by @MaxKless in #1915
  • fix: revert don't process targets with hidden property (#1897) by @MaxKless in #1916
  • fix(intellij): make sure jcef is supported before opening by @MaxKless in #1911
  • fix(vscode): handle missing node_module states more gracefully by @MaxKless in #1918
  • feat: disable cloud integration by @MaxKless in #1921

New Contributors

Full Changelog: vscode-v18.9.0...vscode-v18.10.0

vscode-v18.9.0

17 Oct 14:01
Compare
Choose a tag to compare

What's Changed

  • fix(intellij): fix running nx targets in wsl by @Cammisuli in #1881
  • chore(repo): enable light client by @StalkAltan in #1887
  • feat(vscode): add show affected graph action & fix graph zooming by @MaxKless in #1883
  • fix(intellij): allow multiple open generate ui windows by @MaxKless in #1879
  • fix(intellij): scan for nx workspace before starting nxls by @MaxKless in #1899
  • feat(nxls): don't process targets with hidden property by @MaxKless in #1897
  • fix(intellij): reload tree model on main thread by @MaxKless in #1885
  • fix(intellij): make sure affected feature doesnt break intellij graph by @MaxKless in #1905
  • feat(generate-ui): add cwd handling & prefilling by @MaxKless in #1904
  • fix: normalize windows path by @Cammisuli in #1907

New Contributors

Full Changelog: vscode-v18.8.1...vscode-v18.9.0

vscode-v18.8.1

12 Sep 11:03
Compare
Choose a tag to compare

What's Changed

  • fix(vscode): fix configuration codelens running the correct config by @MaxKless in #1877
  • fix: take nx.json projectNameAndRootFormat config into account in generate ui by @MaxKless in #1880
  • fix(generate-ui): adjust generate ui styling for large fonts by @MaxKless in #1878

Full Changelog: vscode-v18.8.0...vscode-v18.8.1

vscode-v18.8.0

05 Sep 21:15
Compare
Choose a tag to compare

What's Changed

  • feat(generate-ui): filter deprecated fields & move functionality to plugins by @MaxKless in #1862
  • chore: update readme with new screenshot & discord link by @MaxKless in #1871
  • feat: write internal git clean startup message plugin & display startup messages in intellij by @MaxKless in #1869
  • fix: move projectNameAndRootFormat message to banner from tooltip by @MaxKless in #1873
  • fix(intellij): add shortcut to focus task action by @MaxKless in #1866
  • feat(intellij): add debug mode to run configurations by @MaxKless in #1870
  • fix(vscode): expand root node if project view contains only single project by @MaxKless in #1874

Full Changelog: vscode-v18.7.0...vscode-v18.8.0

vscode-v18.7.0

25 Aug 17:19
Compare
Choose a tag to compare

What's Changed

  • fix(generate-ui): make sure arguments with spaces or quotes are handled correctly by @MaxKless in #1853
  • fix(intellij): register schema handler after the cefBrowser is created by @Cammisuli in #1858
  • fix(intellij): update deprecated apis by @Cammisuli in #1859
  • feat(vscode): add more run task context menu to project view by @MaxKless in #1855
  • feat: move plugins to lsp & write internal projectRootAndNameFormat plugin by @MaxKless in #1860
  • fix(nxls): use ignore globs from nx for the file watcher by @Cammisuli in #1865

Full Changelog: vscode-v18.6.0...vscode-v18.7.0

vscode-v18.6.0

02 Aug 11:22
Compare
Choose a tag to compare

What's Changed

  • feat: refactor & add folder view to jetbrains toolwindow by @MaxKless in #1814
  • fix(intellij): repair focus nx project from context menu by @MaxKless in #1817
  • feat(intellij): show notification when there is a parsing error by @MaxKless in #1819
  • fix(intellij): remove usage of runBlocking from generate ui actions by @MaxKless in #1816
  • fix: repair generator context passing in intellij by @MaxKless in #1821
  • fix: enable gutter actions in project.json without name & refactor project by path request by @MaxKless in #1822
  • fix: sort project tree view / nx toolwindow by @MaxKless in #1830
  • feat: show keyboard shortcut indicator in generate ui search bar by @MaxKless in #1832
  • fix(generate-ui): filter autocomplete options using .includes instead of .startsWith by @MaxKless in #1825
  • fix(nxls): increase watcher debounce to avoid daemon timing issues by @MaxKless in #1829
  • feat(intellij): add action to highlight project.json schema errors by @MaxKless in #1828
  • fix(generate-ui): add hover tooltip to copy button by @MaxKless in #1836
  • fix: add better empty states to project view/toolwindow by @MaxKless in #1833
  • fix: make scrollbar look more native in intellij by @MaxKless in #1837
  • fix(generate-ui): refactor field list & show greyed out hidden options by @MaxKless in #1838
  • fix(vscode): enhance graph/task focus commands to fallback to manual selection by @MaxKless in #1842
  • fix(intellij): make workspace path setting relative to project base path by @MaxKless in #1835
  • feat: consume new graph events to open files in the ide by @MaxKless in #1823
  • chore: update nx and nx-cloud by @MaxKless in #1847
  • feat(vscode): add generate/move/remove to project view context menu by @MaxKless in #1846
  • feat(vscode): refactoring & add synthetic target codelenses by @MaxKless in #1840
  • feat: enable opening project configuration files & running tasks from graph by @MaxKless in #1841
  • fix(vscode): don't register vscode things twice & remove outdated stuff from main.ts by @MaxKless in #1848
  • feat: support yarn pnp by @MaxKless in #1850

Full Changelog: vscode-v18.5.0...vscode-v18.6.0

vscode-v18.5.0

10 Jul 12:13
Compare
Choose a tag to compare

What's Changed

  • fix(intellij): handle nxls shutdown without blocking by @MaxKless in #1804
  • fix(intellij): rework actions to remove runBlocking & improve UX by @MaxKless in #1809
  • feat: add autocomplete field and use it for options with many items by @MaxKless in #1807
  • fix(intellij): save and load run configurations that have a nx target configuration set by @Cammisuli in #1811
  • fix(vscode): use target to determine real list of projects by @MaxKless in #1813

Full Changelog: vscode-v18.4.0...vscode-v18.5.0