-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(collection): Add vertical overflow support (#3035)
Fixes: #3024 [category:Components] Release Note: - Add vertical overflow support to `useOverflowListModel`. - We've deprecated `addItemWidth`, use `additemSize` instead. Add either the height or the width based on the orientation. - We've deprecated `setContainerWidth`, use `setContainerSize` to either set the height or the width of the element. - We've deprecated `setOverflowTargetWidth`, use `setOverflowTargetSize` instead. - We've deprecated `removeItemWidth`, use `removeItemSize` instead. Co-authored-by: manuel.carrera <manuel.carrera@workday.com> Co-authored-by: @NicholasBoll <nicholas.boll@gmail.com>
- Loading branch information
1 parent
6259a19
commit b0122ce
Showing
7 changed files
with
210 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.