Releases: iamcco/coc-angular
Releases · iamcco/coc-angular
v17.0.1
Feat/upstream (#71) * feat: Add option to disable ngcc * feat: add command to run ngcc manually * feat(extension): Add option to force strict templates * feat(extension): Update untrusted workspace support * feat provide folding ranges for inline templates * Ensure Angular code actions are only retrieved in angular contexts * feat: Add option to disable code actions * Revert "feat: Add option to disable code actions" This reverts commit 9b40f81c77676f3bfa62cc03f595b200defd7fcc. * feat: Remove ngcc from extension * refactor: remove support for VE projects * feat: Support inline styles as string * fix: fix detection of Angular context after string interpolation * refactor(client): Show warning message if a project uses a newer version than extension * fix: Disable block syntax parsing when no project in workspace supports it * feat(client): v17.0.1 - upgrade server to v17.0.1 - support to show the tag info in the jsDoc - remove view-engine config option - remove provideCompletionItem middleware