@ethlete/cdk 5.0.0-next.4 → 5.0.0-next.5
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 +18 -0
- package/fesm2022/ethlete-cdk.mjs +134 -412
- package/fesm2022/ethlete-cdk.mjs.map +1 -1
- package/package.json +1 -1
- package/types/ethlete-cdk.d.ts +34 -84
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @ethlete/cdk
|
|
2
2
|
|
|
3
|
+
## 5.0.0-next.5
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#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
|
|
8
|
+
|
|
9
|
+
- [#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
|
|
10
|
+
|
|
11
|
+
- [#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.
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#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
|
|
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)! - Only darken partial visible items inside scrollable if there actually are partially visible items without scrolling
|
|
18
|
+
|
|
19
|
+
- [#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
|
|
20
|
+
|
|
3
21
|
## 5.0.0-next.4
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|