@getflip/swirl-components-angular 0.28.0 → 0.29.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 +30 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +13 -13
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +12 -12
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +12 -12
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +4 -4
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +8 -8
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@getflip/swirl-components-angular:build: cache hit, replaying output
|
|
1
|
+
@getflip/swirl-components-angular:build: cache hit, replaying output f70a3bae15e31053
|
|
2
2
|
@getflip/swirl-components-angular:build: warning package.json: No license field
|
|
3
3
|
@getflip/swirl-components-angular:build: $ ng build
|
|
4
4
|
@getflip/swirl-components-angular:build: Building Angular Package
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
@getflip/swirl-components-angular:build: - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
25
25
|
@getflip/swirl-components-angular:build: ------------------------------------------------------------------------------
|
|
26
26
|
@getflip/swirl-components-angular:build:
|
|
27
|
-
@getflip/swirl-components-angular:build: Build at: 2023-03-
|
|
27
|
+
@getflip/swirl-components-angular:build: Build at: 2023-03-13T10:01:59.004Z - Time: 24425ms
|
|
28
28
|
@getflip/swirl-components-angular:build:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.29.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`40ca969`](https://github.com/getflip/swirl/commit/40ca9697f6b465afef9d08c307027f3ad5f75dba)
|
|
8
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix an issue throwing an
|
|
9
|
+
exception when swirl-file-viewer-pdf rendering gets cancelled
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
[[`40ca969`](https://github.com/getflip/swirl/commit/40ca9697f6b465afef9d08c307027f3ad5f75dba)]:
|
|
12
|
+
- @getflip/swirl-components@0.30.1
|
|
13
|
+
|
|
14
|
+
## 0.29.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- [`bbb1b6d`](https://github.com/getflip/swirl/commit/bbb1b6db8fcf7adad85ff0f66ec977de0253d885)
|
|
19
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "lines" prop to swirl-text
|
|
20
|
+
and swirl-heading to enable line-based truncation
|
|
21
|
+
|
|
22
|
+
* [`86e63c1`](https://github.com/getflip/swirl/commit/86e63c171a895c4d2927d5708229bfcd55c35a1b)
|
|
23
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "min-height" support for
|
|
24
|
+
swirl-carousel-slides
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies
|
|
29
|
+
[[`bbb1b6d`](https://github.com/getflip/swirl/commit/bbb1b6db8fcf7adad85ff0f66ec977de0253d885),
|
|
30
|
+
[`86e63c1`](https://github.com/getflip/swirl/commit/86e63c171a895c4d2927d5708229bfcd55c35a1b)]:
|
|
31
|
+
- @getflip/swirl-components@0.30.0
|
|
32
|
+
|
|
3
33
|
## 0.28.0
|
|
4
34
|
|
|
5
35
|
### Minor Changes
|