@getflip/swirl-components-angular 0.27.0 → 0.29.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.
@@ -1,4 +1,4 @@
1
- @getflip/swirl-components-angular:build: cache hit, replaying output a2eea776702792e5
1
+ @getflip/swirl-components-angular:build: cache hit, replaying output d19a0f196ad9bf08
2
2
  @getflip/swirl-components-angular:build: warning package.json: No license field
3
3
  @getflip/swirl-components-angular:build: $ ng build
4
4
  @getflip/swirl-components-angular:build: Building Angular Package
@@ -24,5 +24,5 @@
24
24
  @getflip/swirl-components-angular:build: - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
25
25
  @getflip/swirl-components-angular:build: ------------------------------------------------------------------------------
26
26
  @getflip/swirl-components-angular:build:
27
- @getflip/swirl-components-angular:build: Build at: 2023-03-10T11:12:32.417Z - Time: 20424ms
27
+ @getflip/swirl-components-angular:build: Build at: 2023-03-13T09:17:32.579Z - Time: 20503ms
28
28
  @getflip/swirl-components-angular:build:
package/CHANGELOG.md CHANGED
@@ -1,5 +1,55 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.29.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`bbb1b6d`](https://github.com/getflip/swirl/commit/bbb1b6db8fcf7adad85ff0f66ec977de0253d885)
8
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "lines" prop to swirl-text
9
+ and swirl-heading to enable line-based truncation
10
+
11
+ * [`86e63c1`](https://github.com/getflip/swirl/commit/86e63c171a895c4d2927d5708229bfcd55c35a1b)
12
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "min-height" support for
13
+ swirl-carousel-slides
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ [[`bbb1b6d`](https://github.com/getflip/swirl/commit/bbb1b6db8fcf7adad85ff0f66ec977de0253d885),
19
+ [`86e63c1`](https://github.com/getflip/swirl/commit/86e63c171a895c4d2927d5708229bfcd55c35a1b)]:
20
+ - @getflip/swirl-components@0.30.0
21
+
22
+ ## 0.28.0
23
+
24
+ ### Minor Changes
25
+
26
+ - [#197](https://github.com/getflip/swirl/pull/197)
27
+ [`3b134d1`](https://github.com/getflip/swirl/commit/3b134d16b0902893b64d51b3e8317432d74f2091)
28
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "variant" prop to swirl-chip
29
+
30
+ * [#197](https://github.com/getflip/swirl/pull/197)
31
+ [`3b134d1`](https://github.com/getflip/swirl/commit/3b134d16b0902893b64d51b3e8317432d74f2091)
32
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Breaking: Replace "avatar" prop
33
+ of SwirlChip with slot
34
+
35
+ - [#197](https://github.com/getflip/swirl/pull/197)
36
+ [`3b134d1`](https://github.com/getflip/swirl/commit/3b134d16b0902893b64d51b3e8317432d74f2091)
37
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "border-radius" prop to
38
+ swirl-card component
39
+
40
+ ### Patch Changes
41
+
42
+ - [`fe56d90`](https://github.com/getflip/swirl/commit/fe56d909fd21139df9847877df1485aa146bbff2)
43
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Adjust
44
+ swirl-shell-navigation-item background colors
45
+
46
+ - Updated dependencies
47
+ [[`3b134d1`](https://github.com/getflip/swirl/commit/3b134d16b0902893b64d51b3e8317432d74f2091),
48
+ [`fe56d90`](https://github.com/getflip/swirl/commit/fe56d909fd21139df9847877df1485aa146bbff2),
49
+ [`3b134d1`](https://github.com/getflip/swirl/commit/3b134d16b0902893b64d51b3e8317432d74f2091),
50
+ [`3b134d1`](https://github.com/getflip/swirl/commit/3b134d16b0902893b64d51b3e8317432d74f2091)]:
51
+ - @getflip/swirl-components@0.29.0
52
+
3
53
  ## 0.27.0
4
54
 
5
55
  ### Minor Changes