@ethlete/cdk 4.50.2 → 4.51.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @ethlete/cdk
2
2
 
3
+ ## 4.51.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`84815e1`](https://github.com/ethlete-io/ethdk/commit/84815e11636c39e9b3bd8853a72930e1ac43556c) Thanks [@TomTomB](https://github.com/TomTomB)! - Allow passing a view container ref to `createOverlayHandler`
8
+
9
+ ### Patch Changes
10
+
11
+ - [`84815e1`](https://github.com/ethlete-io/ethdk/commit/84815e11636c39e9b3bd8853a72930e1ac43556c) Thanks [@TomTomB](https://github.com/TomTomB)! - Make view container injection optional in `createOverlayHandler`
12
+
13
+ ## 4.50.3
14
+
15
+ ### Patch Changes
16
+
17
+ - [#2437](https://github.com/ethlete-io/ethdk/pull/2437) [`216cd26`](https://github.com/ethlete-io/ethdk/commit/216cd26c8253e7b8c1537a90ae9e49ca495c5547) Thanks [@EliasPapavlassopoulos](https://github.com/EliasPapavlassopoulos)! - fix progress-bar background position
18
+
3
19
  ## 4.50.2
4
20
 
5
21
  ### Patch Changes