@getflip/swirl-components-angular 0.95.0 → 0.95.2

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-09-20T09:53:57.623Z - Time: 30716ms
26
+ Build at: 2023-09-26T06:57:47.288Z - Time: 28204ms
27
27
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.95.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#392](https://github.com/getflip/swirl/pull/392)
8
+ [`c10e8bff`](https://github.com/getflip/swirl/commit/c10e8bffd3cce7dc906d39df77c94bc9d91421b8)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Clear swirl-autocomplete search
10
+ after item was selected in multi select variant
11
+
12
+ * [#391](https://github.com/getflip/swirl/pull/391)
13
+ [`880b45cb`](https://github.com/getflip/swirl/commit/880b45cbc8bdc1461c5dec3b57898a0d19853e39)
14
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix various issue with component
15
+ keyboard controls
16
+
17
+ * Updated dependencies
18
+ [[`c10e8bff`](https://github.com/getflip/swirl/commit/c10e8bffd3cce7dc906d39df77c94bc9d91421b8),
19
+ [`880b45cb`](https://github.com/getflip/swirl/commit/880b45cbc8bdc1461c5dec3b57898a0d19853e39)]:
20
+ - @getflip/swirl-components@0.95.2
21
+
22
+ ## 0.95.1
23
+
24
+ ### Patch Changes
25
+
26
+ - [`9b63e4f4`](https://github.com/getflip/swirl/commit/9b63e4f40e25e6d8329ef3c1022c8ede2661c1a7)
27
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Prevent primary modal content
28
+ from displacing secondary content
29
+
30
+ - Updated dependencies
31
+ [[`9b63e4f4`](https://github.com/getflip/swirl/commit/9b63e4f40e25e6d8329ef3c1022c8ede2661c1a7)]:
32
+ - @getflip/swirl-components@0.95.1
33
+
3
34
  ## 0.95.0
4
35
 
5
36
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.95.0",
3
+ "version": "0.95.2",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -14,7 +14,7 @@
14
14
  "@angular/platform-browser": "^14.1.0",
15
15
  "@angular/platform-browser-dynamic": "^14.1.0",
16
16
  "@angular/router": "^14.1.0",
17
- "@getflip/swirl-components": "^0.95.0",
17
+ "@getflip/swirl-components": "^0.95.2",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"