@getflip/swirl-components-angular 0.293.0 → 0.295.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 +42 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -2
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-02-
|
|
24
|
+
Build at: 2025-02-20T11:04:02.151Z - Time: 13185ms
|
|
25
25
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.295.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#952](https://github.com/getflip/swirl/pull/952)
|
|
8
|
+
[`8114d355`](https://github.com/getflip/swirl/commit/8114d3559c574c4df9e682e3f69d233e60512cb0)
|
|
9
|
+
Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Add hide
|
|
10
|
+
heading prop to inline notificiation
|
|
11
|
+
|
|
12
|
+
* [#948](https://github.com/getflip/swirl/pull/948)
|
|
13
|
+
[`8dbd1f26`](https://github.com/getflip/swirl/commit/8dbd1f2642e1264b62a12f4c59e85ae599c60604)
|
|
14
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Fix sidebar
|
|
15
|
+
opening animation in swirl-app-layout
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#947](https://github.com/getflip/swirl/pull/947)
|
|
20
|
+
[`c89e6c1f`](https://github.com/getflip/swirl/commit/c89e6c1fdbe1ea9fc2cc39332e201fdecb0864a6)
|
|
21
|
+
Thanks [@maraikeschneider](https://github.com/maraikeschneider)! - Truncate
|
|
22
|
+
title and description of swirl option list item
|
|
23
|
+
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
[[`8114d355`](https://github.com/getflip/swirl/commit/8114d3559c574c4df9e682e3f69d233e60512cb0),
|
|
26
|
+
[`c89e6c1f`](https://github.com/getflip/swirl/commit/c89e6c1fdbe1ea9fc2cc39332e201fdecb0864a6),
|
|
27
|
+
[`8dbd1f26`](https://github.com/getflip/swirl/commit/8dbd1f2642e1264b62a12f4c59e85ae599c60604)]:
|
|
28
|
+
- @getflip/swirl-components@0.295.0
|
|
29
|
+
|
|
30
|
+
## 0.294.0
|
|
31
|
+
|
|
32
|
+
### Minor Changes
|
|
33
|
+
|
|
34
|
+
- [#949](https://github.com/getflip/swirl/pull/949)
|
|
35
|
+
[`838516d1`](https://github.com/getflip/swirl/commit/838516d154c9f3b91d87dc3578f0971516026266)
|
|
36
|
+
Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Fix
|
|
37
|
+
swirl-avatar intersection observer
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- Updated dependencies
|
|
42
|
+
[[`838516d1`](https://github.com/getflip/swirl/commit/838516d154c9f3b91d87dc3578f0971516026266)]:
|
|
43
|
+
- @getflip/swirl-components@0.294.0
|
|
44
|
+
|
|
3
45
|
## 0.293.0
|
|
4
46
|
|
|
5
47
|
### Minor Changes
|