@ethlete/cdk 4.63.1 → 4.64.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,19 @@
1
1
  # @ethlete/cdk
2
2
 
3
+ ## 4.64.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`bb1996b`](https://github.com/ethlete-io/ethdk/commit/bb1996bde58611b70b219abe64611b15004382b5) Thanks [@TomTomB](https://github.com/TomTomB)! - Support double elimination format in bracket new component including support for reverse final and third place matchup.
8
+
9
+ **NOTE:** This update includes a total rewrite of the bracket renderer including HTML markup changes. This should **not** affect existing brackets though they should still be checked after updating.
10
+
11
+ ## 4.63.2
12
+
13
+ ### Patch Changes
14
+
15
+ - [`cd00798`](https://github.com/ethlete-io/ethdk/commit/cd00798ef4988dbf4a40a00ccd4b713abe80d54b) Thanks [@TomTomB](https://github.com/TomTomB)! - Fix overflow issues with nested overlay main dialogs
16
+
3
17
  ## 4.63.1
4
18
 
5
19
  ### Patch Changes