@getflip/swirl-components-angular 0.313.2 → 0.315.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.
@@ -1,19 +1,17 @@
1
1
  warning package.json: No license field
2
2
  $ ng build
3
3
  Building Angular Package
4
- - Compiling with Angular sources in Ivy partial compilation mode.
5
4
 
6
5
  ------------------------------------------------------------------------------
7
6
  Building entry point '@getflip/swirl-components-angular'
8
7
  ------------------------------------------------------------------------------
8
+ - Compiling with Angular sources in Ivy partial compilation mode.
9
9
  ✔ Compiling with Angular sources in Ivy partial compilation mode.
10
10
  - Generating FESM bundles
11
11
  ✔ Generating FESM bundles
12
12
  - Copying assets
13
13
  ✔ Copying assets
14
14
  - Writing package manifest
15
- ✔ Writing package manifest
16
- ✔ Built @getflip/swirl-components-angular
17
15
 
18
16
  ------------------------------------------------------------------------------
19
17
  Built Angular Package
@@ -21,5 +19,7 @@ Built Angular Package
21
19
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
22
20
  ------------------------------------------------------------------------------
23
21
 
24
- Build at: 2025-04-02T07:46:55.911Z - Time: 13141ms
22
+ Build at: 2025-04-02T15:27:24.810Z - Time: 14261ms
25
23
 
24
+ ✔ Writing package manifest
25
+ ✔ Built @getflip/swirl-components-angular
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.315.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1012](https://github.com/getflip/swirl/pull/1012)
8
+ [`ba86fb1f`](https://github.com/getflip/swirl/commit/ba86fb1fd0b6cc4fe43be8b0fe6ff2e72c4ee708)
9
+ Thanks [@maraikeschneider](https://github.com/maraikeschneider)! - Add sidebar
10
+ slot to the left of the SwirlModal
11
+
12
+ * [#1016](https://github.com/getflip/swirl/pull/1016)
13
+ [`9511d006`](https://github.com/getflip/swirl/commit/9511d00638f1505a0f411ff17d898ec399a3dfd8)
14
+ Thanks [@konnic](https://github.com/konnic)! - Add manual file download
15
+ support to swirl-pdf-reader and swirl-file-viewer-fallback
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ [[`ba86fb1f`](https://github.com/getflip/swirl/commit/ba86fb1fd0b6cc4fe43be8b0fe6ff2e72c4ee708),
21
+ [`9511d006`](https://github.com/getflip/swirl/commit/9511d00638f1505a0f411ff17d898ec399a3dfd8)]:
22
+ - @getflip/swirl-components@0.315.0
23
+
24
+ ## 0.314.0
25
+
26
+ ### Minor Changes
27
+
28
+ - [`e7c5c9b7`](https://github.com/getflip/swirl/commit/e7c5c9b705358a3ce74d25eef0921d08f6f492ed) -
29
+ Support manual file download for files in swirl-file-viewer
30
+
3
31
  ## 0.313.2
4
32
 
5
33
  ### Patch Changes