@getflip/swirl-components-angular 0.427.0 → 0.428.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.
@@ -20,5 +20,5 @@ Built Angular Package
20
20
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
21
21
  ------------------------------------------------------------------------------
22
22
 
23
- Build at: 2026-01-16T15:53:05.245Z - Time: 13604ms
23
+ Build at: 2026-01-20T08:11:23.725Z - Time: 13784ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.428.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1391](https://github.com/getflip/swirl/pull/1391)
8
+ [`b61908057`](https://github.com/getflip/swirl/commit/b619080574fb8e3daf0b339aa0de0b0f5edb4e64)
9
+ Thanks [@fabio-carvalho88](https://github.com/fabio-carvalho88)! - Fix
10
+ resource list reset focus method
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ [[`b61908057`](https://github.com/getflip/swirl/commit/b619080574fb8e3daf0b339aa0de0b0f5edb4e64)]:
16
+ - @getflip/swirl-components@0.428.0
17
+
18
+ ## 0.427.1
19
+
20
+ ### Patch Changes
21
+
22
+ - [#1392](https://github.com/getflip/swirl/pull/1392)
23
+ [`32bff9c4c`](https://github.com/getflip/swirl/commit/32bff9c4c9d077f5ea412b43f86c78cbbd82b053)
24
+ Thanks [@maraikeschneider](https://github.com/maraikeschneider)! - Truncate
25
+ value of SwirlDataCell in horizontal layout
26
+
27
+ - Updated dependencies
28
+ [[`32bff9c4c`](https://github.com/getflip/swirl/commit/32bff9c4c9d077f5ea412b43f86c78cbbd82b053)]:
29
+ - @getflip/swirl-components@0.427.1
30
+
3
31
  ## 0.427.0
4
32
 
5
33
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.427.0",
3
+ "version": "0.428.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -22,7 +22,7 @@
22
22
  "@angular/platform-browser": "19.2.18",
23
23
  "@angular/platform-browser-dynamic": "19.2.18",
24
24
  "@angular/router": "19.2.18",
25
- "@getflip/swirl-components": "0.427.0",
25
+ "@getflip/swirl-components": "0.428.0",
26
26
  "rxjs": "7.8.2",
27
27
  "tslib": "2.4.0",
28
28
  "zone.js": "0.15.0"