Releases: cyrilletuzi/vscode-angular-schematics
v6.23.0
In the Pro edition, you can now enable automatic classes prefixes, for example to generate MatButtonComponent
instead of ButtonComponent
(given "mat" is set as the selector prefix). It is useful when doing a library of components.
As usual, use the configuration helper to set this option.
v6.22.0
In the Pro edition, you can now disable automatic classes suffixes, for example to generate SomeButton
instead of SomeButtonComponent
, or SomeApiClient
instead of SomeApiClientService
.
This option allows to partly align with the upcoming new Angular style guide, being discussed in this RFC.
It has also been the standard in some design systems libraries since always, like Angular Material itself (it is MatButton
, not MatButtonComponent
).
As usual, use the configuration helper to set this option.
v6.21.0
Add the following imports in the Pro edition:
- AG Grid (module and standalone)
- AG Charts (module and standalone)
v6.20.0
Add the following imports in the Pro edition:
- ngx-translate v16 standalone directive and pipe
- ng-select v13.7 standalone component
- all ngx-bootstrap v18.1 standalone components and directives
- all Kendo v16.6 standalone components and directives
- ngxs/form-plugin v18 standalone directive
- ng2-chart v6 standalone directive
- ngx-highlightjs v10 standalone directives
- ngx-quill v21 standalone components
v6.19.0
Add the following imports in the Pro edition:
- Angular Material 19
MatTimepicker
(and related) - Ionic 8
IonInputPasswordToggle
- all PrimeNG 18 standalone components and directives
- PrimeNG 17.12
InputOtpModule
,StepperModule
- PrimeNG 17.9
MeterGroupModule
,FloatLabelModule
,InputIconModule
,IconFieldModule
- PrimeNG 17.0
InputGroupModule
,InputGroupAddonModule
- all NG-Zorro 17.1 standalone components and directives
v6.18.0
- Support for standalone components being the default in Angular 19.
- Remove the default
CommonModule
import in standalone components in the free edition.