Skip to content

Releases: ethlete-io/ethdk

@ethlete/types@1.11.3

09 Apr 12:39
04bd033

Choose a tag to compare

Patch Changes

@ethlete/types@1.11.2

24 Mar 13:31
531275d

Choose a tag to compare

Patch Changes

@ethlete/cdk@5.0.0-next.8

20 Mar 14:16
8afa294

Choose a tag to compare

Pre-release

Patch Changes

  • 4721513 Thanks @TomTomB! - Fix overlays throwing if opened from within a reactive context

@ethlete/cdk@5.0.0-next.7

20 Mar 09:51
d9a9b27

Choose a tag to compare

Pre-release

Patch Changes

  • f0a47a0 Thanks @TomTomB! - Fix angular throwing NG0602 if a overlay gets opened from within a effect

@ethlete/types@2.0.0-next.1

19 Mar 18:17
e61e211

Choose a tag to compare

Pre-release

Patch Changes

@ethlete/query@6.0.0-next.3

19 Mar 18:17
e61e211

Choose a tag to compare

Pre-release

Patch Changes

@ethlete/core@5.0.0-next.6

19 Mar 18:17
e61e211

Choose a tag to compare

Pre-release

Minor Changes

@ethlete/cdk@5.0.0-next.6

19 Mar 18:17
e61e211

Choose a tag to compare

Pre-release

Minor Changes

  • #2926 26966e3 Thanks @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

@ethlete/core@5.0.0-next.5

13 Mar 17:25
48ab2c7

Choose a tag to compare

Pre-release

Minor Changes

  • 9c59877 Thanks @TomTomB! - Add scroll observer directives

  • #2925 9a029e6 Thanks @github-actions! - Add breakpointTransformBase, boolBreakpointTransform, numberBreakpointTransform and typedBreakpointTransform for creating inputs that react to breakpoint changes if configured as such

@ethlete/cdk@5.0.0-next.5

13 Mar 17:25
48ab2c7

Choose a tag to compare

Pre-release

Minor Changes

  • #2925 9a029e6 Thanks @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 44e43a5 Thanks @github-actions! - Stop carousel auto play if its not inside the viewport

  • #2925 9a029e6 Thanks @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.

Patch Changes

  • #2925 9a029e6 Thanks @github-actions! - Fix scrollable scroll snapping not working correctly in some edge cases

  • #2925 9a029e6 Thanks @github-actions! - Only darken partial visible items inside scrollable if there actually are partially visible items without scrolling

  • #2925 9a029e6 Thanks @github-actions! - Fix the right navigation arrow and mask appearing for a few ms in scrollable components that are not scrollable at the moment