@getflip/swirl-components-angular 0.52.0 → 0.53.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.
@@ -1,12 +1,12 @@
1
- @getflip/swirl-components-angular:build: cache hit, replaying output 10927cb7ecab1ee1
1
+ @getflip/swirl-components-angular:build: cache hit, replaying output 8880fd5eaedad10e
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
5
+ @getflip/swirl-components-angular:build: - Compiling with Angular sources in Ivy partial compilation mode.
5
6
  @getflip/swirl-components-angular:build:
6
7
  @getflip/swirl-components-angular:build: ------------------------------------------------------------------------------
7
8
  @getflip/swirl-components-angular:build: Building entry point '@getflip/swirl-components-angular'
8
9
  @getflip/swirl-components-angular:build: ------------------------------------------------------------------------------
9
- @getflip/swirl-components-angular:build: - Compiling with Angular sources in Ivy partial compilation mode.
10
10
  @getflip/swirl-components-angular:build: ✔ Compiling with Angular sources in Ivy partial compilation mode.
11
11
  @getflip/swirl-components-angular:build: - Generating FESM2020
12
12
  @getflip/swirl-components-angular:build: ✔ Generating FESM2020
@@ -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-09T07:29:42.566Z - Time: 20107ms
27
+ @getflip/swirl-components-angular:build: Build at: 2023-05-10T14:21:50.424Z - Time: 20632ms
28
28
  @getflip/swirl-components-angular:build:
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.53.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`0e42e5b`](https://github.com/getflip/swirl/commit/0e42e5ba3b1c943e1734e54fef34f3964aa5ada9)
8
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Add "fullscreen-bottom-sheet"
9
+ prop to swirl-popover
10
+
11
+ ### Patch Changes
12
+
13
+ - [`b386b6a`](https://github.com/getflip/swirl/commit/b386b6a9cc87382c98af8fefb01e3595fe5caaca)
14
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Improve swirl-table render
15
+ performance
16
+
17
+ * [`ea7bf1b`](https://github.com/getflip/swirl/commit/ea7bf1bc615c79784bbf82928033f2320f52076a)
18
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Adjust inactive tab label color
19
+
20
+ * Updated dependencies
21
+ [[`b386b6a`](https://github.com/getflip/swirl/commit/b386b6a9cc87382c98af8fefb01e3595fe5caaca),
22
+ [`0e42e5b`](https://github.com/getflip/swirl/commit/0e42e5ba3b1c943e1734e54fef34f3964aa5ada9),
23
+ [`ea7bf1b`](https://github.com/getflip/swirl/commit/ea7bf1bc615c79784bbf82928033f2320f52076a)]:
24
+ - @getflip/swirl-components@0.54.0
25
+
3
26
  ## 0.52.0
4
27
 
5
28
  ### Minor Changes