@ng-zen/cli 19.2.0-next.2 โ 19.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,38 @@
|
|
|
1
|
+
## [19.2.0](https://github.com/kstepien3/ng-zen/compare/v19.1.0...v19.2.0) (2025-05-25)
|
|
2
|
+
|
|
3
|
+
### ๐ New Features
|
|
4
|
+
|
|
5
|
+
* **button:** add css variables for styling ([#191](https://github.com/kstepien3/ng-zen/issues/191)) ([7278585](https://github.com/kstepien3/ng-zen/commit/7278585c642a01468c2ef85dc39f3e767287ccf7))
|
|
6
|
+
* **button:** update selector to support is() pseudo-class ([#195](https://github.com/kstepien3/ng-zen/issues/195)) ([e85135e](https://github.com/kstepien3/ng-zen/commit/e85135ef45c7a38b5597624254c7b0adae6e4db4))
|
|
7
|
+
* **divider:** add zen-divider component ([#186](https://github.com/kstepien3/ng-zen/issues/186)) ([c021773](https://github.com/kstepien3/ng-zen/commit/c0217732a99efd1a68d23ed5e44d8da9e5344fdb))
|
|
8
|
+
|
|
9
|
+
### ๐ Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **schematics/ng-add:** run other schematics after installation ([#177](https://github.com/kstepien3/ng-zen/issues/177)) ([5cb1be4](https://github.com/kstepien3/ng-zen/commit/5cb1be4ce4cbeb7e5341baf937db135c16caad18))
|
|
12
|
+
|
|
13
|
+
### ๐ Documentation
|
|
14
|
+
|
|
15
|
+
* **readme:** remove the "next" build npm badges ([#194](https://github.com/kstepien3/ng-zen/issues/194)) ([48740d3](https://github.com/kstepien3/ng-zen/commit/48740d3c9ff3f3619e6f56baba8b933ba31498b3))
|
|
16
|
+
* **releaserc:** update release note generator config ([#196](https://github.com/kstepien3/ng-zen/issues/196)) ([ca37df3](https://github.com/kstepien3/ng-zen/commit/ca37df375bf566476ec16c4cf10121f0d59c5c70))
|
|
17
|
+
|
|
18
|
+
# [19.2.0-next.3](https://github.com/kstepien3/ng-zen/compare/v19.2.0-next.2...v19.2.0-next.3) (2025-05-24)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* **button:** update selector to support is() pseudo-class ([#195](https://github.com/kstepien3/ng-zen/issues/195)) ([e85135e](https://github.com/kstepien3/ng-zen/commit/e85135ef45c7a38b5597624254c7b0adae6e4db4))
|
|
24
|
+
|
|
25
|
+
## [19.2.0-next.2](https://github.com/kstepien3/ng-zen/compare/v19.2.0-next.1...v19.2.0-next.2) (2025-05-24)
|
|
26
|
+
|
|
27
|
+
### ๐ New Features
|
|
28
|
+
|
|
29
|
+
* **button:** add css variables for styling ([#191](https://github.com/kstepien3/ng-zen/issues/191)) ([7278585](https://github.com/kstepien3/ng-zen/commit/7278585c642a01468c2ef85dc39f3e767287ccf7))
|
|
30
|
+
|
|
31
|
+
### ๐งน Chore
|
|
32
|
+
|
|
33
|
+
* **build:** update output directory and release configuration ([#190](https://github.com/kstepien3/ng-zen/issues/190)) ([bae868c](https://github.com/kstepien3/ng-zen/commit/bae868cf00481a685fc02ee73a34ab4b787e9e67))
|
|
34
|
+
* **dependencies:** restore conventional-changelog-conventionalcommits ([#189](https://github.com/kstepien3/ng-zen/issues/189)) ([5afabcb](https://github.com/kstepien3/ng-zen/commit/5afabcb1050da49404ed89a83fee57af1872b729))
|
|
35
|
+
|
|
1
36
|
## 19.2.0-next.1 (2025-05-23)
|
|
2
37
|
|
|
3
38
|
* chore(dependencies): update dependencies (#187) ([7028a9e](https://github.com/kstepien3/ng-zen/commit/7028a9e)), closes [#187](https://github.com/kstepien3/ng-zen/issues/187)
|
package/README.md
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
# @ng-zen/cli
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@ng-zen/cli)
|
|
6
|
-
[](https://www.npmjs.com/package/@ng-zen/cli)
|
|
3
|
+
[](https://github.com/kstepien3/ng-zen/actions/workflows/ci.yml)
|
|
4
|
+
[](https://www.npmjs.com/package/@ng-zen/cli)
|
|
7
5
|
[](https://github.com/kstepien3/ng-zen/blob/master/LICENSE)
|
|
8
6
|
|
|
9
7
|
[](https://github.com/kstepien3/ng-zen)
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@ import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
|
15
15
|
*/
|
|
16
16
|
@Component({
|
|
17
17
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
18
|
-
selector: 'button
|
|
18
|
+
selector: ':is(button, a):is([zen-button], [zen-btn])',
|
|
19
19
|
template: `
|
|
20
20
|
<ng-content />
|
|
21
21
|
`,
|