@getflip/swirl-components-angular 0.226.0 → 0.227.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 +2 -2
- package/CHANGELOG.md +33 -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
|
@@ -1,11 +1,11 @@
|
|
|
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
|
|
@@ -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: 2024-08-
|
|
24
|
+
Build at: 2024-08-13T12:53:52.760Z - Time: 12863ms
|
|
25
25
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.227.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#782](https://github.com/getflip/swirl/pull/782)
|
|
8
|
+
[`2025e3e4`](https://github.com/getflip/swirl/commit/2025e3e4735595b40190cc5b1e22d9ed53fdcb6f)
|
|
9
|
+
Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Add
|
|
10
|
+
responsive prop to text
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies
|
|
15
|
+
[[`2025e3e4`](https://github.com/getflip/swirl/commit/2025e3e4735595b40190cc5b1e22d9ed53fdcb6f)]:
|
|
16
|
+
- @getflip/swirl-components@0.227.0
|
|
17
|
+
|
|
18
|
+
## 0.226.1
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- [`bce80621`](https://github.com/getflip/swirl/commit/bce80621f5e9d3e47d68e6278d1e7e499b096809)
|
|
23
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix secondary navigation state
|
|
24
|
+
restoration of swirl-shell-layout
|
|
25
|
+
|
|
26
|
+
* [#778](https://github.com/getflip/swirl/pull/778)
|
|
27
|
+
[`b1b7b434`](https://github.com/getflip/swirl/commit/b1b7b434b04e593e53ba71b20c358e5315e52e63)
|
|
28
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Fix
|
|
29
|
+
swirl-file-viewer-pdf current page number
|
|
30
|
+
|
|
31
|
+
* Updated dependencies
|
|
32
|
+
[[`bce80621`](https://github.com/getflip/swirl/commit/bce80621f5e9d3e47d68e6278d1e7e499b096809),
|
|
33
|
+
[`b1b7b434`](https://github.com/getflip/swirl/commit/b1b7b434b04e593e53ba71b20c358e5315e52e63)]:
|
|
34
|
+
- @getflip/swirl-components@0.226.1
|
|
35
|
+
|
|
3
36
|
## 0.226.0
|
|
4
37
|
|
|
5
38
|
### Minor Changes
|