Skip to content

Commit 50cd389

Browse files
committed
v6.23.0
1 parent 966a358 commit 50cd389

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [6.23.0] - 2024-12-27
4+
5+
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.
6+
7+
As usual, use the configuration helper to set this option.
8+
39
## [6.22.0] - 2024-12-26
410

511
In the Pro edition, you can now disable automatic classes suffixes, for example to generate `SomeButton` instead of `SomeButtonComponent`, or `SomeApiClient` instead of `SomeApiClientService`.

walkthroughs/configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ But it requires a *valid and official* `angular.json`, which is not the case in
146146

147147
<br>
148148

149+
## 💎 Enable classes prefixes
150+
151+
In the Pro edition, you can 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.
152+
153+
<br>
154+
149155
## 💎 Disable classes suffixes
150156

151157
In the Pro edition, you can disable automatic classes suffixes, for example to generate `SomeButton` instead of `SomeButtonComponent`, or `SomeApiClient` instead of `SomeApiClientService`.

walkthroughs/pro/configuration.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,15 @@ But it requires a *valid and official* `angular.json`, which is not the case in
144144

145145
<br>
146146

147-
## 💎 [Disable classes suffixes](command:angular-schematics.configuration)
147+
## 💎 Enable classes prefixes
148148

149-
In the Pro edition, you can disable automatic classes suffixes, for example to generate `SomeButton` instead of `SomeButtonComponent`, or `SomeApiClient` instead of `SomeApiClientService`.
149+
In your Pro edition, you can 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.
150+
151+
<br>
152+
153+
## 💎 Disable classes suffixes
154+
155+
In your Pro edition, you can disable automatic classes suffixes, for example to generate `SomeButton` instead of `SomeButtonComponent`, or `SomeApiClient` instead of `SomeApiClientService`.
150156

151157
This option allows to partly align with the upcoming [new Angular style guide](https://gist.github.com/jelbourn/0158b02cfb426e69c172db4ec92e3c0c), being discussed in [this RFC](https://github.com/angular/angular/discussions/58412).
152158

0 commit comments

Comments
 (0)