@getflip/swirl-components-angular 0.305.0 → 0.308.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 +3 -3
- package/CHANGELOG.md +55 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +7 -7
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +2 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -12,14 +12,14 @@ Building entry point '@getflip/swirl-components-angular'
|
|
|
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
|
------------------------------------------------------------------------------
|
|
17
|
+
✔ Writing package manifest
|
|
18
|
+
✔ Built @getflip/swirl-components-angular
|
|
19
19
|
Built Angular Package
|
|
20
20
|
- from: /home/runner/work/swirl/swirl/packages/swirl-components-angular/projects/component-library
|
|
21
21
|
- to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
22
22
|
------------------------------------------------------------------------------
|
|
23
23
|
|
|
24
|
-
Build at: 2025-03-
|
|
24
|
+
Build at: 2025-03-19T08:56:17.063Z - Time: 13742ms
|
|
25
25
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,60 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.308.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`5b95338f`](https://github.com/getflip/swirl/commit/5b95338fcd1fd466f9d5f360c9e5d4ba60db7733) -
|
|
8
|
+
Fix swirl-carousel undefined check
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
[[`5b95338f`](https://github.com/getflip/swirl/commit/5b95338fcd1fd466f9d5f360c9e5d4ba60db7733)]:
|
|
14
|
+
- @getflip/swirl-components@0.308.0
|
|
15
|
+
|
|
16
|
+
## 0.307.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [#993](https://github.com/getflip/swirl/pull/993)
|
|
21
|
+
[`ec68c1f7`](https://github.com/getflip/swirl/commit/ec68c1f7dedb6deb12c72248e5b6fba30c82e29e)
|
|
22
|
+
Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add
|
|
23
|
+
columnSpacing and rowSpacing props to swirl-stack
|
|
24
|
+
|
|
25
|
+
* [#992](https://github.com/getflip/swirl/pull/992)
|
|
26
|
+
[`c2093f6a`](https://github.com/getflip/swirl/commit/c2093f6a36716dd7760e8f34ee929ee9fc2e11df)
|
|
27
|
+
Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Add hidelabel
|
|
28
|
+
and allowhtml props to file uploader
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- Updated dependencies
|
|
33
|
+
[[`ec68c1f7`](https://github.com/getflip/swirl/commit/ec68c1f7dedb6deb12c72248e5b6fba30c82e29e),
|
|
34
|
+
[`c2093f6a`](https://github.com/getflip/swirl/commit/c2093f6a36716dd7760e8f34ee929ee9fc2e11df)]:
|
|
35
|
+
- @getflip/swirl-components@0.307.0
|
|
36
|
+
|
|
37
|
+
## 0.306.0
|
|
38
|
+
|
|
39
|
+
### Minor Changes
|
|
40
|
+
|
|
41
|
+
- [#990](https://github.com/getflip/swirl/pull/990)
|
|
42
|
+
[`58c4a94f`](https://github.com/getflip/swirl/commit/58c4a94fcd2e33f5d56651255463b1b2364dc4c1)
|
|
43
|
+
Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Fix carousel
|
|
44
|
+
slide scrolling
|
|
45
|
+
|
|
46
|
+
### Patch Changes
|
|
47
|
+
|
|
48
|
+
- [#988](https://github.com/getflip/swirl/pull/988)
|
|
49
|
+
[`4b3236a0`](https://github.com/getflip/swirl/commit/4b3236a03a248f5bcbf7b76229bf87847e84c58d)
|
|
50
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Make sure interactive
|
|
51
|
+
swirl-image-grid-item has a label while loading
|
|
52
|
+
|
|
53
|
+
- Updated dependencies
|
|
54
|
+
[[`58c4a94f`](https://github.com/getflip/swirl/commit/58c4a94fcd2e33f5d56651255463b1b2364dc4c1),
|
|
55
|
+
[`4b3236a0`](https://github.com/getflip/swirl/commit/4b3236a03a248f5bcbf7b76229bf87847e84c58d)]:
|
|
56
|
+
- @getflip/swirl-components@0.306.0
|
|
57
|
+
|
|
3
58
|
## 0.305.0
|
|
4
59
|
|
|
5
60
|
### Minor Changes
|