@getflip/swirl-components-angular 0.313.0 → 0.313.2
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 +21 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +5 -5
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +4 -4
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +2 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +5 -3
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.
|
|
4
5
|
|
|
5
6
|
------------------------------------------------------------------------------
|
|
6
7
|
Building entry point '@getflip/swirl-components-angular'
|
|
7
8
|
------------------------------------------------------------------------------
|
|
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: 2025-
|
|
24
|
+
Build at: 2025-04-02T07:46:55.911Z - Time: 13141ms
|
|
25
25
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.313.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
[[`d044dc56`](https://github.com/getflip/swirl/commit/d044dc56027b7432fea4a762134f5520e4c1a303)]:
|
|
9
|
+
- @getflip/swirl-components@0.314.0
|
|
10
|
+
|
|
11
|
+
## 0.313.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#1010](https://github.com/getflip/swirl/pull/1010)
|
|
16
|
+
[`3c6e2647`](https://github.com/getflip/swirl/commit/3c6e2647ad83eeb22333cc772b30c0100b6adae3)
|
|
17
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Prevent swirl-tree-view-item drag
|
|
18
|
+
handle from shrinking
|
|
19
|
+
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
[[`3c6e2647`](https://github.com/getflip/swirl/commit/3c6e2647ad83eeb22333cc772b30c0100b6adae3)]:
|
|
22
|
+
- @getflip/swirl-components@0.313.1
|
|
23
|
+
|
|
3
24
|
## 0.313.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|