@getflip/swirl-components-angular 0.107.0 → 0.108.1

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.
@@ -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-09T13:41:20.055Z - Time: 21090ms
26
+ Build at: 2023-11-13T14:28:21.594Z - Time: 15735ms
27
27
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.108.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6fdbca87`](https://github.com/getflip/swirl/commit/6fdbca87aef2e67007f152f2fb0d4bc6041eb547)
8
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-tooltip positioning
9
+ inside modals
10
+
11
+ - Updated dependencies
12
+ [[`6fdbca87`](https://github.com/getflip/swirl/commit/6fdbca87aef2e67007f152f2fb0d4bc6041eb547)]:
13
+ - @getflip/swirl-components@0.108.1
14
+
15
+ ## 0.108.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [#450](https://github.com/getflip/swirl/pull/450)
20
+ [`89726d7e`](https://github.com/getflip/swirl/commit/89726d7e2ae84f496799737ac518d634fcbeba1a)
21
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "returnFocusToTrigger" prop
22
+ to swirl-popover
23
+
24
+ ### Patch Changes
25
+
26
+ - [`9da58803`](https://github.com/getflip/swirl/commit/9da58803572ad79b55186c5cb5d0b481f86e74ca)
27
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Remove debug output
28
+
29
+ * [#451](https://github.com/getflip/swirl/pull/451)
30
+ [`8d4ce24e`](https://github.com/getflip/swirl/commit/8d4ce24ea2e89cc77265a5a3f8fc1416a88a11bc)
31
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Replace JS text balancing of
32
+ swirl-heading with native css text wrap
33
+
34
+ * Updated dependencies
35
+ [[`9da58803`](https://github.com/getflip/swirl/commit/9da58803572ad79b55186c5cb5d0b481f86e74ca),
36
+ [`89726d7e`](https://github.com/getflip/swirl/commit/89726d7e2ae84f496799737ac518d634fcbeba1a),
37
+ [`8d4ce24e`](https://github.com/getflip/swirl/commit/8d4ce24ea2e89cc77265a5a3f8fc1416a88a11bc)]:
38
+ - @getflip/swirl-components@0.108.0
39
+
3
40
  ## 0.107.0
4
41
 
5
42
  ### Minor Changes