@getflip/swirl-components-angular 0.515.0 → 0.516.0-beta-20260728124509
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 +29 -0
- 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-28T12:45:00.941Z - Time: 8418ms
|
|
25
25
|
|
|
26
|
-
Done in
|
|
26
|
+
Done in 9.97s.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.516.0-beta-20260728124509
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#1750](https://github.com/getflip/swirl/pull/1750)
|
|
8
|
+
[`56ec55e61`](https://github.com/getflip/swirl/commit/56ec55e6134ad433bc8b194ff599802b01e373e6)
|
|
9
|
+
Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Fix Drawer
|
|
10
|
+
backdrop fade-out
|
|
11
|
+
|
|
12
|
+
* [#1751](https://github.com/getflip/swirl/pull/1751)
|
|
13
|
+
[`7321d3b0b`](https://github.com/getflip/swirl/commit/7321d3b0b918212b49b4acd5668aa56653fe7a92)
|
|
14
|
+
Thanks [@fabio-carvalho88](https://github.com/fabio-carvalho88)! - Add
|
|
15
|
+
min-width to swirl-button for improved layout consistency
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- [#1755](https://github.com/getflip/swirl/pull/1755)
|
|
20
|
+
[`4f4cc687c`](https://github.com/getflip/swirl/commit/4f4cc687c8b180614da6e5618c8e7a4f898f6585)
|
|
21
|
+
Thanks [@danizep](https://github.com/danizep)! - Trigger rerender when slotted
|
|
22
|
+
children change in SwirlTreeViewItem
|
|
23
|
+
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
[[`4f4cc687c`](https://github.com/getflip/swirl/commit/4f4cc687c8b180614da6e5618c8e7a4f898f6585),
|
|
26
|
+
[`56ec55e61`](https://github.com/getflip/swirl/commit/56ec55e6134ad433bc8b194ff599802b01e373e6),
|
|
27
|
+
[`7321d3b0b`](https://github.com/getflip/swirl/commit/7321d3b0b918212b49b4acd5668aa56653fe7a92),
|
|
28
|
+
[`cf4592931`](https://github.com/getflip/swirl/commit/cf4592931eb2128cdff29979c39d78709ddd6618),
|
|
29
|
+
[`c3907322d`](https://github.com/getflip/swirl/commit/c3907322d490be6c15d98c6cab0ee3f75ec47ef9)]:
|
|
30
|
+
- @getflip/swirl-components@0.516.0-beta-20260728124509
|
|
31
|
+
|
|
3
32
|
## 0.515.0
|
|
4
33
|
|
|
5
34
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.516.0-beta-20260728124509",
|
|
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.
|
|
29
|
+
"@getflip/swirl-components": "0.516.0-beta-20260728124509",
|
|
30
30
|
"rxjs": "7.8.2",
|
|
31
31
|
"tslib": "2.4.0",
|
|
32
32
|
"zone.js": "0.15.0"
|