@getflip/swirl-components-angular 0.426.0 → 0.426.2

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: 2026-01-08T14:36:00.992Z - Time: 13568ms
21
+ Build at: 2026-01-09T11:52:00.122Z - Time: 13781ms
24
22
 
23
+ ✔ Writing package manifest
24
+ ✔ Built @getflip/swirl-components-angular
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.426.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1377](https://github.com/getflip/swirl/pull/1377)
8
+ [`acb770af2`](https://github.com/getflip/swirl/commit/acb770af23dc6703d462d675c8d45eca079b009b)
9
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Don't set aria-expanded for
10
+ swirl-popover-trigger if related popover is triggered on hover
11
+ - Updated dependencies
12
+ [[`acb770af2`](https://github.com/getflip/swirl/commit/acb770af23dc6703d462d675c8d45eca079b009b)]:
13
+ - @getflip/swirl-components@0.426.2
14
+
15
+ ## 0.426.1
16
+
17
+ ### Patch Changes
18
+
19
+ - [#1373](https://github.com/getflip/swirl/pull/1373)
20
+ [`1f0b3bdd4`](https://github.com/getflip/swirl/commit/1f0b3bdd47edc59b04ba142fa9e32f8078e1232e)
21
+ Thanks [@nunofaria11](https://github.com/nunofaria11)! - Fix missing shadow in
22
+ table sticky columns for dark mode
23
+
24
+ - Updated dependencies
25
+ [[`1f0b3bdd4`](https://github.com/getflip/swirl/commit/1f0b3bdd47edc59b04ba142fa9e32f8078e1232e)]:
26
+ - @getflip/swirl-components@0.426.1
27
+
3
28
  ## 0.426.0
4
29
 
5
30
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.426.0",
3
+ "version": "0.426.2",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -22,7 +22,7 @@
22
22
  "@angular/platform-browser": "19.2.17",
23
23
  "@angular/platform-browser-dynamic": "19.2.17",
24
24
  "@angular/router": "19.2.17",
25
- "@getflip/swirl-components": "0.426.0",
25
+ "@getflip/swirl-components": "0.426.2",
26
26
  "rxjs": "7.8.2",
27
27
  "tslib": "2.4.0",
28
28
  "zone.js": "0.15.0"