Skip to content

Latest commit

 

History

History
394 lines (271 loc) · 8.23 KB

CHANGELOG.md

File metadata and controls

394 lines (271 loc) · 8.23 KB

Nx Console Idea Plugin Changelog

0.54.0 - 2023-01-27

Fixed

  • Fix missing angular generators #137

0.53.0 - 2023-01-19

Fixed

  • Fix move/rename app/lib exception

0.52.4 - 2022-12-13

Fixed

  • catch exceptions process canceled and log as info

0.52.3 - 2022-12-09

Fixed

  • Fix exceptions at startup caused by process canceled

0.52.2 - 2022-12-06

Fixed

  • Fix exceptions at startup caused by action group slow operations

0.52.1 - 2022-11-30

Fixed

  • Fix exceptions at startup caused by icons for apps an libs

Added

  • Add support for nx local plugins

Fixed

  • Fix run Nx tasks from nx workspace not a root project but a module of project
  • Fix nx project names taken from project.json or package.json

Fixed

  • Fix nx config for workspaces without workspace.json and project.json files

Added

  • Add support for 2022.3 EAP version #109

Added

  • Add dependsOn autocompletion in nx.json
  • Add cacheable operation autocompletion in nx.json
  • Add root directory autocompletion in project.json
  • Add buildTarget autocompletion in project.json

Fixed

  • Fix run nx dep graph from toolwindow

Fixed

  • Fix Override schematics #97

Fixed

  • Fix loading generators without workspace.json
  • Fix java.lang.ClassCastException #98
  • Fix Override schematics #97

Fixed

  • Fix hyphenate arguments for ng workspaces

Added

  • Add support for node remote interpreter for executing nx tasks using nx npm run scritpts (#90)

Fixed

  • Fix load generators when id or $id is missing in schema.json

Fixed

  • Fix persist don't ask again at project level
  • Fix NxAddNxToMonoRepoAction declaration in plugin.xml

Fixed

  • Fix fileNames on for fileType extension

Added

  • Add support for add nx to workspaces(Lerna, Yarn)
  • Add support for cra to nx
  • Add support for ng add @nrwl/angular

Added

  • Add first support for yarn workspace

Fixed

  • Fix workspace level generator

Fixed

  • Fix minor issues for angular projects

Added

  • Add support for angular projects without nx(Run action from Gutter and Schematics generation)
  • Add support for 2022.2 EAP

Added

  • Add new way to load generators/builders (kotlin implemenetation)
  • Add load default for generators from nx.json

Fixed

  • fix issues when root property is missing

0.40.0 - 2022-04-12

Added

  • Add Grouped tasks in Nx tree view
  • Add Install plugins as devDependencies by default

Fixed

  • Fix loading generators in New context menu after adding new one

Fixed

  • Fix loading generators in a React project

0.23.0 - 2021-03-13

Added

  • Add Nx Load/Unload App & Libs Action

0.22.0 - 2021-02-28

Added

  • Add Nx remove Library or App Action

0.21.0 - 2021-02-21

Added

  • Add Nx UI tasks

0.20.0 - 2021-02-09

Added

  • Remove AngularJS plugin dependency

0.19.0 - 2021-02-04

Added

  • Add Nx plugin project generator
  • Support build 211.*

0.18.0 - 2021-01-26

Added

  • Add environment field in run configuration

0.17.0 - 2021-01-13

Added

  • Add debug support for node process when running Nx Targets

0.16.0 - 2021-01-11

Added

  • Support for the new Nx v11 workspace.json format

0.15.0 - 2021-01-10

Added

  • Ability to switch between generators(schematics)
  • Assigned shortcut for Run(cmd+enter) Dry Run(shift+enter) from the Generate UI
  • Support autocompletion in project and pth fields

0.14.0 - 2021-01-01

Fixed

  • Fix run configuration using @nrwl/cli installed locally

0.13.0 - 2020-12-13

Fixed

  • Fix Generate.nx file is not updating

0.12.0 - 2020-12-07

Fixed

  • Fix configurable settings exceptions

0.11.0 - 2020-11-29

Added

  • Support Generate Schematics on non-angular monorepo preset

0.10.0 - 2020-11-14

Added

  • Show generate ui from explorer context menu

0.9.0 - 2020-11-09

Added

  • Support for workspace.json file for non-angular preset

0.8.0 - 2020-11-03

Added

  • Arguments field for run configuration
  • fix Crash at the startup #3

0.7.0 - 2020-10-26

Added

  • Nx Graph Show Affected Action

0.6.0 - 2020-10-07

Added

  • Nx scopes Apps&Libs
  • Nx format:write before commit
  • Nx settings and plugins management

0.5.0 - 2020-10-03

Added

  • Move Nx action
  • Nx config file type
  • Nx icons for app lib directories
  • Nx affected by files and changes

0.4.0 - 2020-09-30

Added

  • Preserve args and options when switching from commands to ui
  • Navigation from Nx dep-grah ui

0.3.0 - 2020-09-28

Added

  • Run Nx generate form ui (add --ui to your command)

0.2.0 - 2020-09-25

Added

  • Nx workspace generator
  • Run Nx generate from Run Anything

0.1.0 - 2020-09-20

Added

  • Initial scaffold created from IntelliJ Platform Plugin Template
  • Show Nx Project tasks as toolWindow
  • Run Nx Tasks from Run Anything
  • Run Nx Tasks from angular.json file
  • dep graph file perspective for nx.json