Skip to content

Releases: tomwhite007/rename-angular-component

v3.0.0

27 Feb 08:01
bf78bd0
Compare
Choose a tag to compare

3.0.0 (2024-02-27)

Changes

  • Update to latest VSCode extension lib deps
  • Add styleUrl decorator attribute to import edits
  • Replace string class names in test files per issue 34
  • Create new extension icon using latest ng 17 logo

v2.1.3

08 Aug 07:44
fae2250
Compare
Choose a tag to compare

2.1.3 (2022-08-08)

Changes

Fix: Case insensitive drive letter for Windows.

v2.1.2

11 Jul 07:00
c187055
Compare
Choose a tag to compare

2.1.2 (2022-07-11)

Changes

Add Extra Debug Logging mk 2

Add debug logging of glob for issue 29 (all logging is optional)

v2.1.1

08 Jul 15:15
9e11c7d
Compare
Choose a tag to compare

2.1.1 (2022-07-08)

Changes

Add Extra Debug Logging

Extra debug logging to explore issue 29.

v2.1.0

07 Jul 07:48
33a5300
Compare
Choose a tag to compare

2.1.0 (2022-07-07)

Changes

Add Rename Modules feature

Basic implementation because rename sibling routing module at the same time causes too many breaking changes for now. Instead, user can right-click and rename that file afterwards.

v2.0.0

29 Mar 07:32
Compare
Choose a tag to compare

2.0.0 (2022-03-29)

Changes

Update lazy loaded route imports when affected by rename process

Renaming a routed component inside a same-named lazy loaded module folder will now update route imports

Renaming of selectors supports more files

Now updates selectors in .spec files, inline component templates and Storybook .stories files

Added integration testing capability

Test scenarios added - using Git diff snapshots

Bug Fixes

  • Fix: Rename directive input attribute if it matches the current selector
  • Fix: Tsmove bug; handle fixed path rules in get relative path

v1.1.0

02 Mar 09:04
Compare
Choose a tag to compare

1.1.0 (2022-03-02)

Changes

Full support for Nrwl Nx libs (multi-level and wildcard exports)

Renaming inside libs in Angular Workspaces and Nrwl Nx workspaces will now update class specifiers from imports inside apps.

  • feat: recurse exported references to specifier
  • fix: sort files so that core is renamed first
  • feat: generate path without TS Config function
  • feat: add inferred index file check to getReferenceEdits
  • fix: update references even when edits are empty
  • feat: make update references optional, default all updateMovedFile replaceEdits calls to processFiles

Add support for .css, .sass and .less

  • feat: add rename compatibility with sibling css, sass and less files

Patch illegal char - dot

  • fix: replace dots with dashes for name