@getflip/swirl-components-angular 0.85.0 → 0.86.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.
@@ -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-22T14:01:28.057Z - Time: 24711ms
27
27
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.86.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#359](https://github.com/getflip/swirl/pull/359)
8
+ [`67fa3772`](https://github.com/getflip/swirl/commit/67fa3772909b63701dbd0801feb15fe07eaacb85)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add multi select support to
10
+ swirl-autocomplete
11
+
12
+ * [#359](https://github.com/getflip/swirl/pull/359)
13
+ [`67fa3772`](https://github.com/getflip/swirl/commit/67fa3772909b63701dbd0801feb15fe07eaacb85)
14
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Breaking: Change
15
+ swirl-autocomplete value type to SwirlAutocompleteSuggestion or
16
+ SwirlAutocompleteSuggestion[]
17
+
18
+ ### Patch Changes
19
+
20
+ - [#359](https://github.com/getflip/swirl/pull/359)
21
+ [`67fa3772`](https://github.com/getflip/swirl/commit/67fa3772909b63701dbd0801feb15fe07eaacb85)
22
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-select keyboard
23
+ controls
24
+
25
+ - Updated dependencies
26
+ [[`67fa3772`](https://github.com/getflip/swirl/commit/67fa3772909b63701dbd0801feb15fe07eaacb85),
27
+ [`67fa3772`](https://github.com/getflip/swirl/commit/67fa3772909b63701dbd0801feb15fe07eaacb85),
28
+ [`67fa3772`](https://github.com/getflip/swirl/commit/67fa3772909b63701dbd0801feb15fe07eaacb85)]:
29
+ - @getflip/swirl-components@0.87.0
30
+
3
31
  ## 0.85.0
4
32
 
5
33
  ### Minor Changes