@getflip/swirl-components-angular 0.516.0-beta-20260730163854 → 0.516.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 +2 -2
- package/CHANGELOG.md +4 -4
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -21,6 +21,6 @@ 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: 2026-07-
|
|
24
|
+
Build at: 2026-07-31T12:07:46.355Z - Time: 13672ms
|
|
25
25
|
|
|
26
|
-
Done in
|
|
26
|
+
Done in 15.89s.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
-
## 0.516.0
|
|
3
|
+
## 0.516.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
backdrop fade-out
|
|
11
11
|
|
|
12
12
|
* [#1757](https://github.com/getflip/swirl/pull/1757)
|
|
13
|
-
[`
|
|
13
|
+
[`991e37909`](https://github.com/getflip/swirl/commit/991e37909590a077d71a3f9ed32b40e3a1bc3e94)
|
|
14
14
|
Thanks [@danizep](https://github.com/danizep)! - Update SwirlTreeView to
|
|
15
15
|
support custom expand/collapse icons, remove drag handle and add grouping line
|
|
16
16
|
on nested items
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
|
|
25
25
|
- Updated dependencies
|
|
26
26
|
[[`56ec55e61`](https://github.com/getflip/swirl/commit/56ec55e6134ad433bc8b194ff599802b01e373e6),
|
|
27
|
-
[`
|
|
27
|
+
[`991e37909`](https://github.com/getflip/swirl/commit/991e37909590a077d71a3f9ed32b40e3a1bc3e94),
|
|
28
28
|
[`7321d3b0b`](https://github.com/getflip/swirl/commit/7321d3b0b918212b49b4acd5668aa56653fe7a92),
|
|
29
29
|
[`cf4592931`](https://github.com/getflip/swirl/commit/cf4592931eb2128cdff29979c39d78709ddd6618),
|
|
30
30
|
[`c3907322d`](https://github.com/getflip/swirl/commit/c3907322d490be6c15d98c6cab0ee3f75ec47ef9)]:
|
|
31
|
-
- @getflip/swirl-components@0.516.0
|
|
31
|
+
- @getflip/swirl-components@0.516.0
|
|
32
32
|
|
|
33
33
|
## 0.515.0
|
|
34
34
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.516.0
|
|
3
|
+
"version": "0.516.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/getflip/swirl"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@angular/platform-browser": "19.2.23",
|
|
27
27
|
"@angular/platform-browser-dynamic": "19.2.23",
|
|
28
28
|
"@angular/router": "19.2.23",
|
|
29
|
-
"@getflip/swirl-components": "0.516.0
|
|
29
|
+
"@getflip/swirl-components": "0.516.0",
|
|
30
30
|
"rxjs": "7.8.2",
|
|
31
31
|
"tslib": "2.4.0",
|
|
32
32
|
"zone.js": "0.15.0"
|