intellij-v1.3.0
·
989 commits
to master
since this release
What's Changed
- refactor(intellij): move jcef utils to own folder by @MaxKless in #1590
- feat(intellij): show console running indicator by @iguissouma in #1593
- feat(intellij): suggest installing plugin by dependency support by @iguissouma in #1592
- refactor: move createProjectGraph to nxls by @MaxKless in #1580
- fix(intellij): slightly reduce generate-ui white flicker by @MaxKless in #1591
- feat(intellij): add nx run line marker contributor for project.json by @iguissouma in #1584
- fix(intellij): refresh file system after running generator by @MaxKless in #1589
- chore(generate-ui): set font size via styling message by @MaxKless in #1596
- chore(intellij): pass font size to generate ui by @MaxKless in #1597
- fix(intellij): add missing NxCommandRunAnythingProvider by @iguissouma in #1600
- feat(nxls): provide generator aliases via nxls by @MaxKless in #1598
- fix(intellij): rework generate run anything provider with aliases by @MaxKless in #1599
- feat: remove angular cli compatibility by @MaxKless in #1575
- refactor(intellij): deserialize nx workspace into class by @MaxKless in #1606
- fix(generate-ui): ensure checkboxes have correctly centered checkmarks by @MaxKless in #1604
- fix(nxls): distinguish projects that are substrings of one another by @MaxKless in #1610
- fix(intellij): correctly display workspace-generator name by @MaxKless in #1605
- feat(intellij): add action for running targets by @MaxKless in #1607
- fix(intellij): don't apply empty workspace path setting by @MaxKless in #1611
- fix(nxls): handle daemon better by @Cammisuli in #1615
- fix(intellij): use latest by default when creating a new workspace by @MaxKless in #1612
- chore: add nxls debug support for intellij by @Cammisuli in #1619
- fix(nxls): debounce @parcel/watcher to avoid race conditions by @MaxKless in #1620
- feat(intellij): add nx console project toolwindow by @iguissouma in #1613
- feat(intellij): integrate project graph webview by @MaxKless in #1603
- fix(vscode): clarify angular cli deprecation message by @MaxKless in #1627
- fix(vscode): handle angular with nx case correctly by @MaxKless in #1628
- chore: update nx to 15.9 by @Cammisuli in #1587
- feat(nxls): support executors in and from targetDefaults by @forivall in #1621
- feat(vscode): move analytics to measurement protocol by @Cammisuli in #1625
- feat(intellij): add nx generator search evrywhere contributor by @iguissouma in #1623
- fix(intellij): add the configured node interpreter to the path when running nx commands by @Cammisuli in #1635
- feat(intellij): add task graph integration by @MaxKless in #1630
- fix(intellij): change default task name by @Cammisuli in #1636
- fix(nxls): use
workspaceFoldersbeforerootUrifor better Windows path compatibility by @Cammisuli in #1639 - fix(intellij): do not add or remove document listeners on editors that are not connected to the language server by @Cammisuli in #1640
- fix: handle nxls startup errors by @Cammisuli in #1649
- fix(nxls): do not output exec to stdio (#1644 by @Cammisuli in #1644
- feat(intellij): run with wsl by @Cammisuli in #1641
- fix(intellij): update configuration name for the run anything command by @Cammisuli in #1653
- feat(intellij): add telemetry by @Cammisuli in #1634
- fix(intellij): remove the 404 page that shows up when opening the project graph by @Cammisuli in #1654
New Contributors
Full Changelog: intellij-v1.2.0...intellij-v1.3.0