@getflip/swirl-components-angular 0.428.0 → 0.429.0-beta-20260120155803

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-20T08:11:23.725Z - Time: 13784ms
23
+ Build at: 2026-01-20T15:57:54.218Z - Time: 13663ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,44 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.429.0-beta-20260120155803
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1397](https://github.com/getflip/swirl/pull/1397)
8
+ [`791d463b2`](https://github.com/getflip/swirl/commit/791d463b22d07ef90160371f407fbee60a345bbd)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Use the native
10
+ HTML dialog element for swirl-dialog
11
+
12
+ * [#1390](https://github.com/getflip/swirl/pull/1390)
13
+ [`ae576b62f`](https://github.com/getflip/swirl/commit/ae576b62f8c17fda6dfad7d97687fc39bc5ff589)
14
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Use native
15
+ popover in swirl-popover
16
+
17
+ - [#1395](https://github.com/getflip/swirl/pull/1395)
18
+ [`1701c64dd`](https://github.com/getflip/swirl/commit/1701c64ddf6fad54add91c8c692336b85f19d433)
19
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Use the native HTML dialog
20
+ element for swirl-lightbox
21
+
22
+ * [#1396](https://github.com/getflip/swirl/pull/1396)
23
+ [`45afdeaca`](https://github.com/getflip/swirl/commit/45afdeaca71e8e572de9c78c310fea6b4ec309ca)
24
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Use native
25
+ popover in swirl-toast-provider
26
+
27
+ - [#1390](https://github.com/getflip/swirl/pull/1390)
28
+ [`ae576b62f`](https://github.com/getflip/swirl/commit/ae576b62f8c17fda6dfad7d97687fc39bc5ff589)
29
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Use native
30
+ dialog in swirl-modal
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies
35
+ [[`791d463b2`](https://github.com/getflip/swirl/commit/791d463b22d07ef90160371f407fbee60a345bbd),
36
+ [`ae576b62f`](https://github.com/getflip/swirl/commit/ae576b62f8c17fda6dfad7d97687fc39bc5ff589),
37
+ [`1701c64dd`](https://github.com/getflip/swirl/commit/1701c64ddf6fad54add91c8c692336b85f19d433),
38
+ [`45afdeaca`](https://github.com/getflip/swirl/commit/45afdeaca71e8e572de9c78c310fea6b4ec309ca),
39
+ [`ae576b62f`](https://github.com/getflip/swirl/commit/ae576b62f8c17fda6dfad7d97687fc39bc5ff589)]:
40
+ - @getflip/swirl-components@0.429.0-beta-20260120155803
41
+
3
42
  ## 0.428.0
4
43
 
5
44
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.428.0",
3
+ "version": "0.429.0-beta-20260120155803",
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.428.0",
25
+ "@getflip/swirl-components": "0.429.0-beta-20260120155803",
26
26
  "rxjs": "7.8.2",
27
27
  "tslib": "2.4.0",
28
28
  "zone.js": "0.15.0"