@ethlete/cdk 4.28.1 → 4.28.2

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,13 @@
1
1
  # @ethlete/cdk
2
2
 
3
+ ## 4.28.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`f5cffb2`](https://github.com/ethlete-io/ethdk/commit/f5cffb224229df8836ec35b97a329127427d559f) Thanks [@TomTomB](https://github.com/TomTomB)! - Do not error if an overlay is nested inside an other overlay and both are using the `OverlayMainDirective`. The error will still occur if the `OverlayMainDirective` gets used multiple times inside the same overlay.
8
+
9
+ - [`f5cffb2`](https://github.com/ethlete-io/ethdk/commit/f5cffb224229df8836ec35b97a329127427d559f) Thanks [@TomTomB](https://github.com/TomTomB)! - Fix CSS class arrays inside overlay configs not getting merged properly and resulting in undefined. This applies to all `class` properties inside the overlay config. E.g. `containerClass`, `paneClass`, `overlayClass`, etc.
10
+
3
11
  ## 4.28.1
4
12
 
5
13
  ### Patch Changes