@ethlete/cdk 4.63.2 → 4.65.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.65.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`8aba0ae`](https://github.com/ethlete-io/ethdk/commit/8aba0ae1c8be959508a7494a23fd7fba222b7596) Thanks [@TomTomB](https://github.com/TomTomB)! - Add optionClick output to select and combobox
8
+
9
+ - [#2235](https://github.com/ethlete-io/ethdk/pull/2235) [`5ee0509`](https://github.com/ethlete-io/ethdk/commit/5ee0509dadd1d80255e41b848874b9ed32474f04) Thanks [@nicks-passiert](https://github.com/nicks-passiert)! - Add breadcrumb component
10
+
11
+ ## 4.64.0
12
+
13
+ ### Minor Changes
14
+
15
+ - [`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.
16
+
17
+ **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.
18
+
3
19
  ## 4.63.2
4
20
 
5
21
  ### Patch Changes