Releases: ethlete-io/ethdk
@ethlete/types@1.11.3
Patch Changes
-
#2938
765f54cThanks @nziermann! - update ethlete types -
#2934
976e307Thanks @nziermann! - update ethlete types
@ethlete/types@1.11.2
Patch Changes
- #2930
fed26c1Thanks @nziermann! - update ethlete types
@ethlete/cdk@5.0.0-next.8
@ethlete/cdk@5.0.0-next.7
@ethlete/types@2.0.0-next.1
@ethlete/query@6.0.0-next.3
Patch Changes
- #2926
801d112Thanks @github-actions! - Fix query form emitting twice if a sort field gets cleared
@ethlete/core@5.0.0-next.6
Minor Changes
- #2926
26966e3Thanks @github-actions! - Add user consent provider for bridging the gap to cookie banners
@ethlete/cdk@5.0.0-next.6
Minor Changes
- #2926
26966e3Thanks @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
Patch Changes
- #2926
bd3f5b8Thanks @github-actions! - Mark multiple select as touched if the user unselects options via badge
@ethlete/core@5.0.0-next.5
Minor Changes
-
#2925
9a029e6Thanks @github-actions! - AddbreakpointTransformBase,boolBreakpointTransform,numberBreakpointTransformandtypedBreakpointTransformfor creating inputs that react to breakpoint changes if configured as such
@ethlete/cdk@5.0.0-next.5
Minor Changes
-
#2925
9a029e6Thanks @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 -
#2925
44e43a5Thanks @github-actions! - Stop carousel auto play if its not inside the viewport -
#2925
9a029e6Thanks @github-actions! - Add support for breakpoint values in scrollable component inputs like[itemSize]="{ xs: 'half', md: 'full' }". Normal values likeitemSize="half"will still work as before, applying to all breakpoints.
Patch Changes
-
#2925
9a029e6Thanks @github-actions! - Fix scrollable scroll snapping not working correctly in some edge cases -
#2925
9a029e6Thanks @github-actions! - Only darken partial visible items inside scrollable if there actually are partially visible items without scrolling -
#2925
9a029e6Thanks @github-actions! - Fix the right navigation arrow and mask appearing for a few ms in scrollable components that are not scrollable at the moment