@getflip/swirl-components-angular 0.274.1 → 0.276.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 +36 -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: 2025-01-
|
|
24
|
+
Build at: 2025-01-13T11:49:40.755Z - Time: 13047ms
|
|
25
25
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,41 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.276.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#906](https://github.com/getflip/swirl/pull/906)
|
|
8
|
+
[`4252eaa3`](https://github.com/getflip/swirl/commit/4252eaa32a21506c187c2462f7caad47cd05b33d)
|
|
9
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Adjust hidden
|
|
10
|
+
images count in swirl-image-grid
|
|
11
|
+
|
|
12
|
+
* [#908](https://github.com/getflip/swirl/pull/908)
|
|
13
|
+
[`34e336cd`](https://github.com/getflip/swirl/commit/34e336cd0e51907264981eac40b9441c23846123)
|
|
14
|
+
Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Add option for
|
|
15
|
+
swirl-button to inherit font size and line height
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
[[`4252eaa3`](https://github.com/getflip/swirl/commit/4252eaa32a21506c187c2462f7caad47cd05b33d),
|
|
21
|
+
[`34e336cd`](https://github.com/getflip/swirl/commit/34e336cd0e51907264981eac40b9441c23846123)]:
|
|
22
|
+
- @getflip/swirl-components@0.276.0
|
|
23
|
+
|
|
24
|
+
## 0.275.0
|
|
25
|
+
|
|
26
|
+
### Minor Changes
|
|
27
|
+
|
|
28
|
+
- [#903](https://github.com/getflip/swirl/pull/903)
|
|
29
|
+
[`6ec35326`](https://github.com/getflip/swirl/commit/6ec35326a414074d124be6b8ec71524dfd213d71)
|
|
30
|
+
Thanks [@danizep](https://github.com/danizep)! - Allow to specify
|
|
31
|
+
SwirlButtonGroup spacing
|
|
32
|
+
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- Updated dependencies
|
|
36
|
+
[[`6ec35326`](https://github.com/getflip/swirl/commit/6ec35326a414074d124be6b8ec71524dfd213d71)]:
|
|
37
|
+
- @getflip/swirl-components@0.275.0
|
|
38
|
+
|
|
3
39
|
## 0.274.1
|
|
4
40
|
|
|
5
41
|
### Patch Changes
|