@getflip/swirl-components-angular 0.235.1 → 0.236.1
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 +1 -1
- package/CHANGELOG.md +39 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -21,5 +21,5 @@ 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: 2024-09-
|
|
24
|
+
Build at: 2024-09-11T12:51:58.162Z - Time: 12526ms
|
|
25
25
|
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.236.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#802](https://github.com/getflip/swirl/pull/802)
|
|
8
|
+
[`ec850064`](https://github.com/getflip/swirl/commit/ec850064fe4e3639222161bce3c3a313ba9bc698)
|
|
9
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix swirl-shell-layout and
|
|
10
|
+
swirl-app-layout scroll detection and border visibility
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
[[`ec850064`](https://github.com/getflip/swirl/commit/ec850064fe4e3639222161bce3c3a313ba9bc698)]:
|
|
13
|
+
- @getflip/swirl-components@0.236.1
|
|
14
|
+
|
|
15
|
+
## 0.236.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [#800](https://github.com/getflip/swirl/pull/800)
|
|
20
|
+
[`369515d4`](https://github.com/getflip/swirl/commit/369515d4e38ed4b0c63977c529fcf06ca8d5dfc0)
|
|
21
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add
|
|
22
|
+
bordered-block-end-when-scrolled and bordered-block-start-when-scrolled props
|
|
23
|
+
to swirl-box
|
|
24
|
+
|
|
25
|
+
* [#800](https://github.com/getflip/swirl/pull/800)
|
|
26
|
+
[`369515d4`](https://github.com/getflip/swirl/commit/369515d4e38ed4b0c63977c529fcf06ca8d5dfc0)
|
|
27
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Reveal borders of
|
|
28
|
+
swirl-shell-layout and swirl-app-layout on scroll
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- [`d7142aa4`](https://github.com/getflip/swirl/commit/d7142aa41ea06e662155d221285196d85ff58572)
|
|
33
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Fix a keyboard control issue of
|
|
34
|
+
swirl-tree-view
|
|
35
|
+
|
|
36
|
+
- Updated dependencies
|
|
37
|
+
[[`369515d4`](https://github.com/getflip/swirl/commit/369515d4e38ed4b0c63977c529fcf06ca8d5dfc0),
|
|
38
|
+
[`369515d4`](https://github.com/getflip/swirl/commit/369515d4e38ed4b0c63977c529fcf06ca8d5dfc0),
|
|
39
|
+
[`d7142aa4`](https://github.com/getflip/swirl/commit/d7142aa41ea06e662155d221285196d85ff58572)]:
|
|
40
|
+
- @getflip/swirl-components@0.236.0
|
|
41
|
+
|
|
3
42
|
## 0.235.1
|
|
4
43
|
|
|
5
44
|
### Patch Changes
|