@getflip/swirl-components-angular 0.106.0 → 0.108.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.
@@ -4,8 +4,8 @@ Building Angular Package
4
4
 
5
5
  ------------------------------------------------------------------------------
6
6
  Building entry point '@getflip/swirl-components-angular'
7
- ------------------------------------------------------------------------------
8
7
  - Compiling with Angular sources in Ivy partial compilation mode.
8
+ ------------------------------------------------------------------------------
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: 2023-11-08T07:14:58.053Z - Time: 28555ms
26
+ Build at: 2023-11-13T13:36:33.788Z - Time: 15250ms
27
27
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.108.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#450](https://github.com/getflip/swirl/pull/450)
8
+ [`89726d7e`](https://github.com/getflip/swirl/commit/89726d7e2ae84f496799737ac518d634fcbeba1a)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "returnFocusToTrigger" prop
10
+ to swirl-popover
11
+
12
+ ### Patch Changes
13
+
14
+ - [`9da58803`](https://github.com/getflip/swirl/commit/9da58803572ad79b55186c5cb5d0b481f86e74ca)
15
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Remove debug output
16
+
17
+ * [#451](https://github.com/getflip/swirl/pull/451)
18
+ [`8d4ce24e`](https://github.com/getflip/swirl/commit/8d4ce24ea2e89cc77265a5a3f8fc1416a88a11bc)
19
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Replace JS text balancing of
20
+ swirl-heading with native css text wrap
21
+
22
+ * Updated dependencies
23
+ [[`9da58803`](https://github.com/getflip/swirl/commit/9da58803572ad79b55186c5cb5d0b481f86e74ca),
24
+ [`89726d7e`](https://github.com/getflip/swirl/commit/89726d7e2ae84f496799737ac518d634fcbeba1a),
25
+ [`8d4ce24e`](https://github.com/getflip/swirl/commit/8d4ce24ea2e89cc77265a5a3f8fc1416a88a11bc)]:
26
+ - @getflip/swirl-components@0.108.0
27
+
28
+ ## 0.107.0
29
+
30
+ ### Minor Changes
31
+
32
+ - [#447](https://github.com/getflip/swirl/pull/447)
33
+ [`3fd861f6`](https://github.com/getflip/swirl/commit/3fd861f6c1869839281e91543d9528815c584c20)
34
+ Thanks [@webspaceadam](https://github.com/webspaceadam)! - Fixed losing focus
35
+ in `swirl-popover` in WKWebView.
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies
40
+ [[`3fd861f6`](https://github.com/getflip/swirl/commit/3fd861f6c1869839281e91543d9528815c584c20)]:
41
+ - @getflip/swirl-components@0.107.0
42
+
3
43
  ## 0.106.0
4
44
 
5
45
  ### Minor Changes