@getflip/swirl-components-angular 0.368.1 → 0.370.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.
@@ -11,8 +11,6 @@ Building entry point '@getflip/swirl-components-angular'
11
11
  - Copying assets
12
12
  ✔ Copying assets
13
13
  - Writing package manifest
14
- ✔ Writing package manifest
15
- ✔ Built @getflip/swirl-components-angular
16
14
 
17
15
  ------------------------------------------------------------------------------
18
16
  Built Angular Package
@@ -20,5 +18,7 @@ Built Angular Package
20
18
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
21
19
  ------------------------------------------------------------------------------
22
20
 
23
- Build at: 2025-08-22T12:20:13.572Z - Time: 12226ms
21
+ Build at: 2025-08-26T12:14:58.406Z - Time: 12297ms
24
22
 
23
+ ✔ Writing package manifest
24
+ ✔ Built @getflip/swirl-components-angular
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.370.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1203](https://github.com/getflip/swirl/pull/1203)
8
+ [`40260430f`](https://github.com/getflip/swirl/commit/40260430f40a0b03c719221eab3faf2749f41801)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Show right
10
+ controls in small viewports when heading is not present in swirl-app-bar
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`40260430f`](https://github.com/getflip/swirl/commit/40260430f40a0b03c719221eab3faf2749f41801)]:
16
+ - @getflip/swirl-components@0.370.0
17
+
18
+ ## 0.369.0
19
+
20
+ ### Minor Changes
21
+
22
+ - [#1201](https://github.com/getflip/swirl/pull/1201)
23
+ [`4f47190c1`](https://github.com/getflip/swirl/commit/4f47190c1a01a44b9ceefbac9e193ead24c4263b)
24
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Change edit
25
+ icon
26
+
27
+ ### Patch Changes
28
+
29
+ - [#1199](https://github.com/getflip/swirl/pull/1199)
30
+ [`fcd4025f2`](https://github.com/getflip/swirl/commit/fcd4025f2d87a14b2fc08d8c1e6634602ba29a05)
31
+ Thanks [@maraikeschneider](https://github.com/maraikeschneider)! - Adjust
32
+ spacing for SwirlTreeNavigationItem and width of SwirlConsoleLayout
33
+
34
+ * [#1200](https://github.com/getflip/swirl/pull/1200)
35
+ [`09be1b145`](https://github.com/getflip/swirl/commit/09be1b145f70e82b611ec154adef4348b9c20a87)
36
+ Thanks [@maraikeschneider](https://github.com/maraikeschneider)! - Show
37
+ scrollbar only for content (not appBar) and prevent layout jumps in
38
+ SwirlConsoleLayout
39
+ * Updated dependencies
40
+ [[`4f47190c1`](https://github.com/getflip/swirl/commit/4f47190c1a01a44b9ceefbac9e193ead24c4263b),
41
+ [`fcd4025f2`](https://github.com/getflip/swirl/commit/fcd4025f2d87a14b2fc08d8c1e6634602ba29a05),
42
+ [`09be1b145`](https://github.com/getflip/swirl/commit/09be1b145f70e82b611ec154adef4348b9c20a87)]:
43
+ - @getflip/swirl-components@0.369.0
44
+
3
45
  ## 0.368.1
4
46
 
5
47
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.368.1",
3
+ "version": "0.370.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -22,7 +22,7 @@
22
22
  "@angular/platform-browser": "19.2.3",
23
23
  "@angular/platform-browser-dynamic": "19.2.3",
24
24
  "@angular/router": "19.2.3",
25
- "@getflip/swirl-components": "^0.368.1",
25
+ "@getflip/swirl-components": "^0.370.0",
26
26
  "rxjs": "~7.8.0",
27
27
  "tslib": "^2.3.0",
28
28
  "zone.js": "0.15.0"