@getflip/swirl-components-angular 0.314.0 → 0.315.1
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 +2 -2
- package/CHANGELOG.md +34 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +8 -8
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +7 -7
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +3 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +7 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -11,6 +11,7 @@ Building entry point '@getflip/swirl-components-angular'
|
|
|
11
11
|
✔ Generating FESM bundles
|
|
12
12
|
- Copying assets
|
|
13
13
|
✔ Copying assets
|
|
14
|
+
- Writing package manifest
|
|
14
15
|
|
|
15
16
|
------------------------------------------------------------------------------
|
|
16
17
|
Built Angular Package
|
|
@@ -18,8 +19,7 @@ Built Angular Package
|
|
|
18
19
|
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
19
20
|
------------------------------------------------------------------------------
|
|
20
21
|
|
|
21
|
-
Build at: 2025-04-
|
|
22
|
+
Build at: 2025-04-02T18:11:38.543Z - Time: 13230ms
|
|
22
23
|
|
|
23
|
-
- Writing package manifest
|
|
24
24
|
✔ Writing package manifest
|
|
25
25
|
✔ Built @getflip/swirl-components-angular
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,39 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.315.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1018](https://github.com/getflip/swirl/pull/1018)
|
|
8
|
+
[`8f04a228`](https://github.com/getflip/swirl/commit/8f04a228bc00ccf6427ee6b7d548a11a6e69bcb0)
|
|
9
|
+
Thanks [@maraikeschneider](https://github.com/maraikeschneider)! - Make sure
|
|
10
|
+
that content uses full width of the SwirlModal
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
[[`8f04a228`](https://github.com/getflip/swirl/commit/8f04a228bc00ccf6427ee6b7d548a11a6e69bcb0)]:
|
|
14
|
+
- @getflip/swirl-components@0.315.1
|
|
15
|
+
|
|
16
|
+
## 0.315.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [#1012](https://github.com/getflip/swirl/pull/1012)
|
|
21
|
+
[`ba86fb1f`](https://github.com/getflip/swirl/commit/ba86fb1fd0b6cc4fe43be8b0fe6ff2e72c4ee708)
|
|
22
|
+
Thanks [@maraikeschneider](https://github.com/maraikeschneider)! - Add sidebar
|
|
23
|
+
slot to the left of the SwirlModal
|
|
24
|
+
|
|
25
|
+
* [#1016](https://github.com/getflip/swirl/pull/1016)
|
|
26
|
+
[`9511d006`](https://github.com/getflip/swirl/commit/9511d00638f1505a0f411ff17d898ec399a3dfd8)
|
|
27
|
+
Thanks [@konnic](https://github.com/konnic)! - Add manual file download
|
|
28
|
+
support to swirl-pdf-reader and swirl-file-viewer-fallback
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- Updated dependencies
|
|
33
|
+
[[`ba86fb1f`](https://github.com/getflip/swirl/commit/ba86fb1fd0b6cc4fe43be8b0fe6ff2e72c4ee708),
|
|
34
|
+
[`9511d006`](https://github.com/getflip/swirl/commit/9511d00638f1505a0f411ff17d898ec399a3dfd8)]:
|
|
35
|
+
- @getflip/swirl-components@0.315.0
|
|
36
|
+
|
|
3
37
|
## 0.314.0
|
|
4
38
|
|
|
5
39
|
### Minor Changes
|