@getflip/swirl-components-angular 0.238.0 → 0.239.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,11 +1,11 @@
1
1
  warning package.json: No license field
2
2
  $ ng build
3
3
  Building Angular Package
4
- - Compiling with Angular sources in Ivy partial compilation mode.
5
4
 
6
5
  ------------------------------------------------------------------------------
7
6
  Building entry point '@getflip/swirl-components-angular'
8
7
  ------------------------------------------------------------------------------
8
+ - Compiling with Angular sources in Ivy partial compilation mode.
9
9
  ✔ Compiling with Angular sources in Ivy partial compilation mode.
10
10
  - Generating FESM bundles
11
11
  ✔ Generating FESM bundles
@@ -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-16T12:42:46.498Z - Time: 12432ms
24
+ Build at: 2024-09-17T14:23:06.945Z - Time: 12914ms
25
25
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.239.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#810](https://github.com/getflip/swirl/pull/810)
8
+ [`fea94a96`](https://github.com/getflip/swirl/commit/fea94a96753fa7fb1537e5d6430b22be3d11b791)
9
+ Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Added prop to
10
+ disable expanding tree items
11
+
12
+ * [#808](https://github.com/getflip/swirl/pull/808)
13
+ [`229add12`](https://github.com/getflip/swirl/commit/229add12139d2015c794f5108915b676de0501cf)
14
+ Thanks [@AshleyBekemeier](https://github.com/AshleyBekemeier)! - Replaced gif
15
+ icon
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ [[`fea94a96`](https://github.com/getflip/swirl/commit/fea94a96753fa7fb1537e5d6430b22be3d11b791),
21
+ [`229add12`](https://github.com/getflip/swirl/commit/229add12139d2015c794f5108915b676de0501cf)]:
22
+ - @getflip/swirl-components@0.239.0
23
+
3
24
  ## 0.238.0
4
25
 
5
26
  ### Minor Changes