@getflip/swirl-components-angular 0.238.0 → 0.239.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 +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-09-
|
|
24
|
+
Build at: 2024-09-19T14:26:06.250Z - Time: 12797ms
|
|
25
25
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.239.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`5af61856`](https://github.com/getflip/swirl/commit/5af61856e645072dda5059a285465be703252199)
|
|
8
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-lightbox focus trap
|
|
9
|
+
being triggered too early in some cases
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
[[`5af61856`](https://github.com/getflip/swirl/commit/5af61856e645072dda5059a285465be703252199)]:
|
|
13
|
+
- @getflip/swirl-components@0.239.1
|
|
14
|
+
|
|
15
|
+
## 0.239.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [#810](https://github.com/getflip/swirl/pull/810)
|
|
20
|
+
[`fea94a96`](https://github.com/getflip/swirl/commit/fea94a96753fa7fb1537e5d6430b22be3d11b791)
|
|
21
|
+
Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Added prop to
|
|
22
|
+
disable expanding tree items
|
|
23
|
+
|
|
24
|
+
* [#808](https://github.com/getflip/swirl/pull/808)
|
|
25
|
+
[`229add12`](https://github.com/getflip/swirl/commit/229add12139d2015c794f5108915b676de0501cf)
|
|
26
|
+
Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Replaced gif
|
|
27
|
+
icon
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies
|
|
32
|
+
[[`fea94a96`](https://github.com/getflip/swirl/commit/fea94a96753fa7fb1537e5d6430b22be3d11b791),
|
|
33
|
+
[`229add12`](https://github.com/getflip/swirl/commit/229add12139d2015c794f5108915b676de0501cf)]:
|
|
34
|
+
- @getflip/swirl-components@0.239.0
|
|
35
|
+
|
|
3
36
|
## 0.238.0
|
|
4
37
|
|
|
5
38
|
### Minor Changes
|