Skip to content

Releases: nrwl/nx-console

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

vscode-v18.4.0

04 Jul 20:50
Compare
Choose a tag to compare

What's Changed

  • chore: specify content in tailwind.config.js for windows compat by @MaxKless in #1791
  • fix: adjust generator autofilling by @MaxKless in #1792
  • feat: focus field element after scrolling to it from option nav by @MaxKless in #1793
  • fix: make sure nx.run works in all contexts by @MaxKless in #1795
  • fix: revert ts version because it broke old generate ui by @MaxKless in #1796
  • feat(generate-ui): add copy to clipboard button to generate ui by @MaxKless in #1799
  • fix(generate-ui): re-open new gen ui when using the command twice by @MaxKless in #1798
  • feat(vscode): rearrange empty state for nx cloud view to make button more prominent by @MaxKless in #1797
  • fix: update @parcel/watcher for more prebuilt binaries by @MaxKless in #1803

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

vscode-v18.3.0

28 Jun 11:21
Compare
Choose a tag to compare

What's Changed

  • feat: update generate ui with improved array & multiselect fields by @MaxKless in #1760
  • chore: remove things that cause deprecation warnings by @MaxKless in #1767
  • feat: further style & functionality improvements to new generate ui by @MaxKless in #1764
  • feat(vscode): add command to clear nx cloud session storage manually by @MaxKless in #1769
  • feat: add cypress tests & additional features to new generate ui by @MaxKless in #1770
  • feat: fix styles after review and general fixes/improvements by @MaxKless in #1771
  • chore: remove unnecessary project configuration by @MaxKless in #1772
  • feat: register vscode toolkit webcomponents through code by @MaxKless in #1774
  • refactor: remove shared icon because of generate ui's lack of shadow dom by @MaxKless in #1775
  • feat: add generator context & refactor large parts by @MaxKless in #1776
  • feat: refactor nx cli commands, throw out deprecated or outdated stuff & update nx by @MaxKless in #1777
  • feat: enable new generate ui in re/move actions by @MaxKless in #1778
  • fix: remove faulty webpack config in old generate ui by @MaxKless in #1780
  • fix(vscode): fix cloud view connecting to staging by @MaxKless in #1784
  • fix(intellij): do not use runBlocking for SearchEverywhereContributor by @Cammisuli in #1783
  • fix: adjust font size and some spacing by @MaxKless in #1781
  • fix(nxls): fix broken version comparison for file map by @MaxKless in #1785
  • feat: toggle new generate ui to be enabled by default 🎉 by @MaxKless in #1787
  • fix: properly catch errors when reading package.json files by @MaxKless in #1786
  • fix(intellij): do not use runBlocking when getting the nx workspace by @Cammisuli in #1788
  • fix(intellij): update icons to match spec - fixes wrong color when selected by @MaxKless in #1790
  • chore: sort tailwind classes with prettier by @MaxKless in #1789

Full Changelog: vscode-v18.2.1...vscode-v18.3.0

vscode-v18.2.1

09 Jun 11:03
Compare
Choose a tag to compare

What's Changed

  • fix(intellij): replace usage of deprecated color var by @MaxKless in #1757
  • fix(nxls): change projectFileMap loading between 16.3 patch versions by @MaxKless in #1759

Full Changelog: vscode-v18.2.0...vscode-v18.2.1

vscode-v18.2.0

08 Jun 11:20
Compare
Choose a tag to compare

What's Changed

  • fix(vscode): repair generate ui docs link by @MaxKless in #1747
  • feat(generate-ui): rewrite generate ui and display it via feature toggle by @MaxKless in #1749
  • feat: support nx 16.3 by @Cammisuli in #1752
  • chore(vscode): declutter project view by moving (de)select action into context menu by @MaxKless in #1754
  • fix: repair task graph bugs caused by faulty navigation by @MaxKless in #1755
  • feat: improve generate ui v2 by @MaxKless in #1756

Full Changelog: vscode-v18.1.2...vscode-v18.2.0