@getflip/swirl-components-angular 0.177.0 → 0.178.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-03-26T08:33:35.271Z - Time: 15828ms
26
+ Build at: 2024-04-04T08:57:45.981Z - Time: 15698ms
27
27
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.178.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#653](https://github.com/getflip/swirl/pull/653)
8
+ [`ff03e503`](https://github.com/getflip/swirl/commit/ff03e503aebb5b178264c38cb253dce865b19185)
9
+ Thanks [@danizep](https://github.com/danizep)! - Add dialogOpen and
10
+ dialogClose event emitters to SwirlDialog
11
+
12
+ ### Patch Changes
13
+
14
+ - [#652](https://github.com/getflip/swirl/pull/652)
15
+ [`daa39206`](https://github.com/getflip/swirl/commit/daa39206caa72ab3f27eca8e11cdf920f5b3c292)
16
+ Thanks [@danizep](https://github.com/danizep)! - Fix modal max-width on mobile
17
+
18
+ - Updated dependencies
19
+ [[`daa39206`](https://github.com/getflip/swirl/commit/daa39206caa72ab3f27eca8e11cdf920f5b3c292),
20
+ [`ff03e503`](https://github.com/getflip/swirl/commit/ff03e503aebb5b178264c38cb253dce865b19185)]:
21
+ - @getflip/swirl-components@0.178.0
22
+
23
+ ## 0.177.1
24
+
25
+ ### Patch Changes
26
+
27
+ - [`8b25ea35`](https://github.com/getflip/swirl/commit/8b25ea356cd3454bf08771e0f4478c26f36c466c)
28
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Disable context menu for
29
+ swirl-lightbox slides if download is disabled
30
+
31
+ - Updated dependencies
32
+ [[`8b25ea35`](https://github.com/getflip/swirl/commit/8b25ea356cd3454bf08771e0f4478c26f36c466c)]:
33
+ - @getflip/swirl-components@0.177.1
34
+
3
35
  ## 0.177.0
4
36
 
5
37
  ### Minor Changes