Skip to content

Commit 0e14a9e

Browse files
committed
v6.20.0
1 parent 5cbf409 commit 0e14a9e

File tree

3 files changed

+43
-31
lines changed

3 files changed

+43
-31
lines changed

CHANGELOG.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,27 @@
11
# Change Log
22

3+
## [6.20.0] - 2024-12-10
4+
5+
Add the following imports in the Pro edition:
6+
- ngx-translate v16 standalone directive and pipe
7+
- ng-select v13.7 standalone component
8+
- all ngx-bootstrap v18.1 standalone components and directives
9+
- all Kendo v16.6 standalone components and directives
10+
- ngxs/form-plugin v18 standalone directive
11+
- ng2-chart v6 standalone directive
12+
- ngx-highlightjs v10 standalone directives
13+
- ngx-quill v21 standalone components
14+
315
## [6.19.0] - 2024-12-08
416

517
Add the following imports in the Pro edition:
6-
- Angular Material 19 `MatTimepicker` (and related)
7-
- Ionic 8 `IonInputPasswordToggle`
8-
- all PrimeNG 18 standalone components and directives
9-
- PrimeNG 17.12 `InputOtpModule`, `StepperModule`
10-
- PrimeNG 17.9 `MeterGroupModule`, `FloatLabelModule`, `InputIconModule`, `IconFieldModule`
11-
- PrimeNG 17.0 `InputGroupModule`, `InputGroupAddonModule`
12-
- all NG-Zorro 17.1 standalone components and directives
18+
- Angular Material v19 `MatTimepicker` (and related)
19+
- Ionic v8 `IonInputPasswordToggle`
20+
- all PrimeNG v18 standalone components and directives
21+
- PrimeNG v17.12 `InputOtpModule`, `StepperModule`
22+
- PrimeNG v17.9 `MeterGroupModule`, `FloatLabelModule`, `InputIconModule`, `IconFieldModule`
23+
- PrimeNG v17.0 `InputGroupModule`, `InputGroupAddonModule`
24+
- all NG-Zorro v17.1 standalone components and directives
1325

1426
## [6.18.0] - 2024-11-17
1527

walkthroughs/advancedOptions.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,31 +23,31 @@ The Pro edition allows you to directly pick the components, directives and pipes
2323

2424
Currently, it supports:
2525
- Angular (NgIf, NgFor, RouterLink, FormsModule,...)
26-
- Ionic module and standalone components
27-
- Material modules and standalone components
28-
- PrimeNG modules
29-
- Kendo Angular modules
30-
- @ngx-translate/core
31-
- @ng-select/ng-select
26+
- Ionic (module and standalone)
27+
- Material (module and standalone)
28+
- PrimeNG (module and standalone)
29+
- Kendo Angular (module and standalone)
30+
- @ngx-translate/core (module and standalone)
31+
- @ng-select/ng-select (module and standalone)
3232
- @ng-bootstrap/ng-bootstrap
33-
- ngx-bootstrap
33+
- ngx-bootstrap (module and standalone)
3434
- @asymmetrik/ngx-leaflet
35-
- @ngxs/form-plugin
35+
- @ngxs/form-plugin (module and standalone)
3636
- angular-gridster2
3737
- highcharts-angular
38-
- ng-zorro-antd
39-
- ng2-charts
38+
- ng-zorro-antd (module and standalone)
39+
- ng2-charts (module and standalone)
4040
- ng2-dragula
4141
- ng2-file-upload
4242
- ngx-clipboard
4343
- ngx-color-picker
4444
- ngx-countdown
4545
- ngx-echarts
4646
- ngx-file-drop
47-
- ngx-highlightjs
47+
- ngx-highlightjs (module and standalone)
4848
- ngx-infinite-scroll
4949
- ngx-pagination
50-
- ngx-quill
50+
- ngx-quill (module and standalone)
5151
- ngx-spinner
5252

5353
And if your project uses other Angular libraries you would like to be added, just ask in [GitHub issues](https://github.com/cyrilletuzi/vscode-angular-schematics/issues/new/choose), with the "Pro edition - New standalone import" form!

walkthroughs/pro/advancedOptions.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,31 +15,31 @@ Your Pro edition allows you to directly pick the components, directives and pipe
1515

1616
Currently, it supports:
1717
- Angular (NgIf, NgFor, RouterLink, FormsModule,...)
18-
- Ionic module and standalone components
19-
- Material modules and standalone components
20-
- PrimeNG modules
21-
- Kendo Angular modules
22-
- @ngx-translate/core
23-
- @ng-select/ng-select
18+
- Ionic (module and standalone)
19+
- Material (module and standalone)
20+
- PrimeNG (module and standalone)
21+
- Kendo Angular (module and standalone)
22+
- @ngx-translate/core (module and standalone)
23+
- @ng-select/ng-select (module and standalone)
2424
- @ng-bootstrap/ng-bootstrap
25-
- ngx-bootstrap
25+
- ngx-bootstrap (module and standalone)
2626
- @asymmetrik/ngx-leaflet
27-
- @ngxs/form-plugin
27+
- @ngxs/form-plugin (module and standalone)
2828
- angular-gridster2
2929
- highcharts-angular
30-
- ng-zorro-antd
31-
- ng2-charts
30+
- ng-zorro-antd (module and standalone)
31+
- ng2-charts (module and standalone)
3232
- ng2-dragula
3333
- ng2-file-upload
3434
- ngx-clipboard
3535
- ngx-color-picker
3636
- ngx-countdown
3737
- ngx-echarts
3838
- ngx-file-drop
39-
- ngx-highlightjs
39+
- ngx-highlightjs (module and standalone)
4040
- ngx-infinite-scroll
4141
- ngx-pagination
42-
- ngx-quill
42+
- ngx-quill (module and standalone)
4343
- ngx-spinner
4444

4545
And if your project uses other Angular libraries you would like to be added, just ask in [GitHub issues](https://github.com/cyrilletuzi/vscode-angular-schematics/issues/new/choose), with the "Pro edition - New standalone import" form!

0 commit comments

Comments
 (0)