@ethlete/cdk 5.0.0-next.4 → 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 CHANGED
@@ -1,5 +1,33 @@
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
+
13
+ ## 5.0.0-next.5
14
+
15
+ ### Minor Changes
16
+
17
+ - [#2925](https://github.com/ethlete-io/ethdk/pull/2925) [`9a029e6`](https://github.com/ethlete-io/ethdk/commit/9a029e62c0e23b870e7972e19b3f7c1d2358ef95) Thanks [@github-actions](https://github.com/apps/github-actions)! - Auto hide masks in scrollable components if the user is not scrolling and the scrollable container is the same size as the items inside
18
+
19
+ - [#2925](https://github.com/ethlete-io/ethdk/pull/2925) [`44e43a5`](https://github.com/ethlete-io/ethdk/commit/44e43a50b69c47ca8d60be22481ba09215b6e4ac) Thanks [@github-actions](https://github.com/apps/github-actions)! - Stop carousel auto play if its not inside the viewport
20
+
21
+ - [#2925](https://github.com/ethlete-io/ethdk/pull/2925) [`9a029e6`](https://github.com/ethlete-io/ethdk/commit/9a029e62c0e23b870e7972e19b3f7c1d2358ef95) Thanks [@github-actions](https://github.com/apps/github-actions)! - Add support for breakpoint values in scrollable component inputs like `[itemSize]="{ xs: 'half', md: 'full' }"`. Normal values like `itemSize="half"` will still work as before, applying to all breakpoints.
22
+
23
+ ### Patch Changes
24
+
25
+ - [#2925](https://github.com/ethlete-io/ethdk/pull/2925) [`9a029e6`](https://github.com/ethlete-io/ethdk/commit/9a029e62c0e23b870e7972e19b3f7c1d2358ef95) Thanks [@github-actions](https://github.com/apps/github-actions)! - Fix scrollable scroll snapping not working correctly in some edge cases
26
+
27
+ - [#2925](https://github.com/ethlete-io/ethdk/pull/2925) [`9a029e6`](https://github.com/ethlete-io/ethdk/commit/9a029e62c0e23b870e7972e19b3f7c1d2358ef95) Thanks [@github-actions](https://github.com/apps/github-actions)! - Only darken partial visible items inside scrollable if there actually are partially visible items without scrolling
28
+
29
+ - [#2925](https://github.com/ethlete-io/ethdk/pull/2925) [`9a029e6`](https://github.com/ethlete-io/ethdk/commit/9a029e62c0e23b870e7972e19b3f7c1d2358ef95) Thanks [@github-actions](https://github.com/apps/github-actions)! - Fix the right navigation arrow and mask appearing for a few ms in scrollable components that are not scrollable at the moment
30
+
3
31
  ## 5.0.0-next.4
4
32
 
5
33
  ### Patch Changes