@ethlete/cdk 5.0.0-next.5 → 5.0.0-next.6
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 +10 -0
- package/fesm2022/ethlete-cdk.mjs +2153 -251
- package/fesm2022/ethlete-cdk.mjs.map +1 -1
- package/package.json +1 -1
- package/types/ethlete-cdk.d.ts +735 -39
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @ethlete/cdk
|
|
2
2
|
|
|
3
|
+
## 5.0.0-next.6
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#2926](https://github.com/ethlete-io/ethdk/pull/2926) [`26966e3`](https://github.com/ethlete-io/ethdk/commit/26966e316e58694ef898f60cab7f5fd8a8d34381) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add stream components. Supported are DailyMotion, Facebook, Kick, SOOP (formerly AfreecaTV), TikTok, Twitch, Vimeo and YouTube. For GDPR compliance, the stream can be wrapped in a Stream Consent component
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#2926](https://github.com/ethlete-io/ethdk/pull/2926) [`bd3f5b8`](https://github.com/ethlete-io/ethdk/commit/bd3f5b828198db8096cdb8ea186dfcb1e5608406) Thanks [@github-actions](https://github.com/apps/github-actions)! - Mark multiple select as touched if the user unselects options via badge
|
|
12
|
+
|
|
3
13
|
## 5.0.0-next.5
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|