@getflip/swirl-components-angular 0.95.1 → 0.96.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +34 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +5 -5
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +4 -4
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +4 -4
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +5 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +7 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -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-
|
|
26
|
+
Build at: 2023-09-26T11:46:03.637Z - Time: 25650ms
|
|
27
27
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.96.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#394](https://github.com/getflip/swirl/pull/394)
|
|
8
|
+
[`92ebda07`](https://github.com/getflip/swirl/commit/92ebda07f1e656ad1a0b2f69411ab87cd939b7c9)
|
|
9
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add optional search input to
|
|
10
|
+
swirl-select
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
[[`92ebda07`](https://github.com/getflip/swirl/commit/92ebda07f1e656ad1a0b2f69411ab87cd939b7c9)]:
|
|
16
|
+
- @getflip/swirl-components@0.96.0
|
|
17
|
+
|
|
18
|
+
## 0.95.2
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- [#392](https://github.com/getflip/swirl/pull/392)
|
|
23
|
+
[`c10e8bff`](https://github.com/getflip/swirl/commit/c10e8bffd3cce7dc906d39df77c94bc9d91421b8)
|
|
24
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Clear swirl-autocomplete search
|
|
25
|
+
after item was selected in multi select variant
|
|
26
|
+
|
|
27
|
+
* [#391](https://github.com/getflip/swirl/pull/391)
|
|
28
|
+
[`880b45cb`](https://github.com/getflip/swirl/commit/880b45cbc8bdc1461c5dec3b57898a0d19853e39)
|
|
29
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix various issue with component
|
|
30
|
+
keyboard controls
|
|
31
|
+
|
|
32
|
+
* Updated dependencies
|
|
33
|
+
[[`c10e8bff`](https://github.com/getflip/swirl/commit/c10e8bffd3cce7dc906d39df77c94bc9d91421b8),
|
|
34
|
+
[`880b45cb`](https://github.com/getflip/swirl/commit/880b45cbc8bdc1461c5dec3b57898a0d19853e39)]:
|
|
35
|
+
- @getflip/swirl-components@0.95.2
|
|
36
|
+
|
|
3
37
|
## 0.95.1
|
|
4
38
|
|
|
5
39
|
### Patch Changes
|