@getflip/swirl-components-angular 0.85.0 → 0.86.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-08-21T08:55:11.740Z - Time: 27837ms
26
+ Build at: 2023-08-23T07:22:29.514Z - Time: 28602ms
27
27
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.86.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0356bfb5`](https://github.com/getflip/swirl/commit/0356bfb5211483880a0f2b83e0a0b5a6e068fd67)
8
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Limit swirl-autocomplete listbox
9
+ height
10
+
11
+ - Updated dependencies
12
+ [[`0356bfb5`](https://github.com/getflip/swirl/commit/0356bfb5211483880a0f2b83e0a0b5a6e068fd67)]:
13
+ - @getflip/swirl-components@0.87.1
14
+
15
+ ## 0.86.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [#359](https://github.com/getflip/swirl/pull/359)
20
+ [`67fa3772`](https://github.com/getflip/swirl/commit/67fa3772909b63701dbd0801feb15fe07eaacb85)
21
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add multi select support to
22
+ swirl-autocomplete
23
+
24
+ * [#359](https://github.com/getflip/swirl/pull/359)
25
+ [`67fa3772`](https://github.com/getflip/swirl/commit/67fa3772909b63701dbd0801feb15fe07eaacb85)
26
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Breaking: Change
27
+ swirl-autocomplete value type to SwirlAutocompleteSuggestion or
28
+ SwirlAutocompleteSuggestion[]
29
+
30
+ ### Patch Changes
31
+
32
+ - [#359](https://github.com/getflip/swirl/pull/359)
33
+ [`67fa3772`](https://github.com/getflip/swirl/commit/67fa3772909b63701dbd0801feb15fe07eaacb85)
34
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-select keyboard
35
+ controls
36
+
37
+ - Updated dependencies
38
+ [[`67fa3772`](https://github.com/getflip/swirl/commit/67fa3772909b63701dbd0801feb15fe07eaacb85),
39
+ [`67fa3772`](https://github.com/getflip/swirl/commit/67fa3772909b63701dbd0801feb15fe07eaacb85),
40
+ [`67fa3772`](https://github.com/getflip/swirl/commit/67fa3772909b63701dbd0801feb15fe07eaacb85)]:
41
+ - @getflip/swirl-components@0.87.0
42
+
3
43
  ## 0.85.0
4
44
 
5
45
  ### Minor Changes