@getflip/swirl-components-angular 0.254.0 → 0.255.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/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +33 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +7 -7
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +2 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -21,5 +21,5 @@ Built Angular Package
|
|
|
21
21
|
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
22
22
|
------------------------------------------------------------------------------
|
|
23
23
|
|
|
24
|
-
Build at: 2024-11-
|
|
24
|
+
Build at: 2024-11-15T09:18:51.273Z - Time: 13429ms
|
|
25
25
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.255.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#856](https://github.com/getflip/swirl/pull/856)
|
|
8
|
+
[`f0ad90c4`](https://github.com/getflip/swirl/commit/f0ad90c49defa3aa8332b99339075001c8386564)
|
|
9
|
+
Thanks [@webspaceadam](https://github.com/webspaceadam)! - Added secondary
|
|
10
|
+
label and changed tooltip color
|
|
11
|
+
|
|
12
|
+
* [#857](https://github.com/getflip/swirl/pull/857)
|
|
13
|
+
[`d3a68077`](https://github.com/getflip/swirl/commit/d3a68077f15c596f6fed41bc375c2e319ae75b89)
|
|
14
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add
|
|
15
|
+
iconPosition prop to swirl-tag
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
[[`f0ad90c4`](https://github.com/getflip/swirl/commit/f0ad90c49defa3aa8332b99339075001c8386564),
|
|
21
|
+
[`d3a68077`](https://github.com/getflip/swirl/commit/d3a68077f15c596f6fed41bc375c2e319ae75b89)]:
|
|
22
|
+
- @getflip/swirl-components@0.255.0
|
|
23
|
+
|
|
24
|
+
## 0.254.1
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- [`59d8466f`](https://github.com/getflip/swirl/commit/59d8466fbfa2e53b416233759100c03574cd8b8e)
|
|
29
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix disabled styles of
|
|
30
|
+
swirl-button when used as a link
|
|
31
|
+
|
|
32
|
+
- Updated dependencies
|
|
33
|
+
[[`59d8466f`](https://github.com/getflip/swirl/commit/59d8466fbfa2e53b416233759100c03574cd8b8e)]:
|
|
34
|
+
- @getflip/swirl-components@0.254.1
|
|
35
|
+
|
|
3
36
|
## 0.254.0
|
|
4
37
|
|
|
5
38
|
### Minor Changes
|