@getflip/swirl-components-angular 0.52.0 → 0.53.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 +2 -2
- package/CHANGELOG.md +35 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2020/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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@getflip/swirl-components-angular:build: cache hit, replaying output
|
|
1
|
+
@getflip/swirl-components-angular:build: cache hit, replaying output bb2c40c52a12c0e3
|
|
2
2
|
@getflip/swirl-components-angular:build: warning package.json: No license field
|
|
3
3
|
@getflip/swirl-components-angular:build: $ ng build
|
|
4
4
|
@getflip/swirl-components-angular:build: Building Angular Package
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
@getflip/swirl-components-angular:build: - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
|
|
25
25
|
@getflip/swirl-components-angular:build: ------------------------------------------------------------------------------
|
|
26
26
|
@getflip/swirl-components-angular:build:
|
|
27
|
-
@getflip/swirl-components-angular:build: Build at: 2023-05-
|
|
27
|
+
@getflip/swirl-components-angular:build: Build at: 2023-05-11T07:02:18.189Z - Time: 27415ms
|
|
28
28
|
@getflip/swirl-components-angular:build:
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,40 @@
|
|
|
1
1
|
# @getflip/swirl-components-angular
|
|
2
2
|
|
|
3
|
+
## 0.53.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`62b0206`](https://github.com/getflip/swirl/commit/62b0206b255176d9275a2be5346c48c129d61398)
|
|
8
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Prevent swirl-table layouting
|
|
9
|
+
flickers
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
[[`62b0206`](https://github.com/getflip/swirl/commit/62b0206b255176d9275a2be5346c48c129d61398)]:
|
|
13
|
+
- @getflip/swirl-components@0.54.1
|
|
14
|
+
|
|
15
|
+
## 0.53.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [`0e42e5b`](https://github.com/getflip/swirl/commit/0e42e5ba3b1c943e1734e54fef34f3964aa5ada9)
|
|
20
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "fullscreen-bottom-sheet"
|
|
21
|
+
prop to swirl-popover
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- [`b386b6a`](https://github.com/getflip/swirl/commit/b386b6a9cc87382c98af8fefb01e3595fe5caaca)
|
|
26
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Improve swirl-table render
|
|
27
|
+
performance
|
|
28
|
+
|
|
29
|
+
* [`ea7bf1b`](https://github.com/getflip/swirl/commit/ea7bf1bc615c79784bbf82928033f2320f52076a)
|
|
30
|
+
Thanks [@Sqrrl](https://github.com/Sqrrl)! - Adjust inactive tab label color
|
|
31
|
+
|
|
32
|
+
* Updated dependencies
|
|
33
|
+
[[`b386b6a`](https://github.com/getflip/swirl/commit/b386b6a9cc87382c98af8fefb01e3595fe5caaca),
|
|
34
|
+
[`0e42e5b`](https://github.com/getflip/swirl/commit/0e42e5ba3b1c943e1734e54fef34f3964aa5ada9),
|
|
35
|
+
[`ea7bf1b`](https://github.com/getflip/swirl/commit/ea7bf1bc615c79784bbf82928033f2320f52076a)]:
|
|
36
|
+
- @getflip/swirl-components@0.54.0
|
|
37
|
+
|
|
3
38
|
## 0.52.0
|
|
4
39
|
|
|
5
40
|
### Minor Changes
|