@getflip/swirl-components-angular 0.283.1 → 0.285.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 +29 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +2 -1
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +1 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -0
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +5 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -21,5 +21,5 @@ Built Angular Package
|
|
|
21
21
|
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
22
22
|
------------------------------------------------------------------------------
|
|
23
23
|
|
|
24
|
-
Build at: 2025-01-
|
|
24
|
+
Build at: 2025-01-28T12:17:52.343Z - Time: 13131ms
|
|
25
25
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.285.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#925](https://github.com/getflip/swirl/pull/925)
|
|
8
|
+
[`0086a777`](https://github.com/getflip/swirl/commit/0086a777acef1270846e55f1ba8fc540c3e6490d)
|
|
9
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Only activate items of
|
|
10
|
+
swirl-resource-list via Enter when having a controlling element
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
[[`0086a777`](https://github.com/getflip/swirl/commit/0086a777acef1270846e55f1ba8fc540c3e6490d)]:
|
|
16
|
+
- @getflip/swirl-components@0.285.0
|
|
17
|
+
|
|
18
|
+
## 0.284.0
|
|
19
|
+
|
|
20
|
+
### Minor Changes
|
|
21
|
+
|
|
22
|
+
- [`38ad9d21`](https://github.com/getflip/swirl/commit/38ad9d21c06021f045a8cf214c4bcaf6163aeb23)
|
|
23
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "componentLoad" event to
|
|
24
|
+
swirl-box
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies
|
|
29
|
+
[[`38ad9d21`](https://github.com/getflip/swirl/commit/38ad9d21c06021f045a8cf214c4bcaf6163aeb23)]:
|
|
30
|
+
- @getflip/swirl-components@0.284.0
|
|
31
|
+
|
|
3
32
|
## 0.283.1
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|