@getflip/swirl-components-angular 0.132.0 → 0.134.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,11 +1,11 @@
1
1
  warning package.json: No license field
2
2
  $ ng build
3
3
  Building Angular Package
4
- - Compiling with Angular sources in Ivy partial compilation mode.
5
4
 
6
5
  ------------------------------------------------------------------------------
7
6
  Building entry point '@getflip/swirl-components-angular'
8
7
  ------------------------------------------------------------------------------
8
+ - Compiling with Angular sources in Ivy partial compilation mode.
9
9
  ✔ Compiling with Angular sources in Ivy partial compilation mode.
10
10
  - Generating FESM2020
11
11
  ✔ Generating FESM2020
@@ -23,5 +23,5 @@ Built Angular Package
23
23
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
24
24
  ------------------------------------------------------------------------------
25
25
 
26
- Build at: 2024-01-24T15:22:29.347Z - Time: 15189ms
26
+ Build at: 2024-01-25T15:16:54.532Z - Time: 15438ms
27
27
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.134.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`649475c7`](https://github.com/getflip/swirl/commit/649475c75fb5913c00f37a4c7fdc463cc37cfdcd)
8
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "interactive" prop to
9
+ swirl-thumbnail
10
+
11
+ ### Patch Changes
12
+
13
+ - [`39aebf2f`](https://github.com/getflip/swirl/commit/39aebf2f2421678982b04de2d2166ca3328ea587)
14
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-resource-list-item
15
+ control click propagation
16
+
17
+ - Updated dependencies
18
+ [[`649475c7`](https://github.com/getflip/swirl/commit/649475c75fb5913c00f37a4c7fdc463cc37cfdcd),
19
+ [`39aebf2f`](https://github.com/getflip/swirl/commit/39aebf2f2421678982b04de2d2166ca3328ea587)]:
20
+ - @getflip/swirl-components@0.134.0
21
+
22
+ ## 0.133.0
23
+
24
+ ### Minor Changes
25
+
26
+ - [`dd60b8b6`](https://github.com/getflip/swirl/commit/dd60b8b6283812c8e3efa5cbd342855f0142a91d)
27
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "compact" prop to
28
+ swirl-resource-list-item; adjust styles
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies
33
+ [[`dd60b8b6`](https://github.com/getflip/swirl/commit/dd60b8b6283812c8e3efa5cbd342855f0142a91d)]:
34
+ - @getflip/swirl-components@0.133.0
35
+
3
36
  ## 0.132.0
4
37
 
5
38
  ### Minor Changes