@getflip/swirl-components-angular 0.312.0 → 0.313.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 +1 -1
- package/CHANGELOG.md +27 -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
|
@@ -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-03-
|
|
24
|
+
Build at: 2025-03-27T11:59:42.187Z - Time: 14014ms
|
|
25
25
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.313.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1010](https://github.com/getflip/swirl/pull/1010)
|
|
8
|
+
[`3c6e2647`](https://github.com/getflip/swirl/commit/3c6e2647ad83eeb22333cc772b30c0100b6adae3)
|
|
9
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Prevent swirl-tree-view-item drag
|
|
10
|
+
handle from shrinking
|
|
11
|
+
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
[[`3c6e2647`](https://github.com/getflip/swirl/commit/3c6e2647ad83eeb22333cc772b30c0100b6adae3)]:
|
|
14
|
+
- @getflip/swirl-components@0.313.1
|
|
15
|
+
|
|
16
|
+
## 0.313.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [#1008](https://github.com/getflip/swirl/pull/1008)
|
|
21
|
+
[`74b9c76a`](https://github.com/getflip/swirl/commit/74b9c76ac340ef1f22e0a5983024c931648037c9)
|
|
22
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add min-height prop to swirl-card
|
|
23
|
+
|
|
24
|
+
### Patch Changes
|
|
25
|
+
|
|
26
|
+
- Updated dependencies
|
|
27
|
+
[[`74b9c76a`](https://github.com/getflip/swirl/commit/74b9c76ac340ef1f22e0a5983024c931648037c9)]:
|
|
28
|
+
- @getflip/swirl-components@0.313.0
|
|
29
|
+
|
|
3
30
|
## 0.312.0
|
|
4
31
|
|
|
5
32
|
### Minor Changes
|