Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(use-positioner): add maxColumnCount property #132

Merged
merged 1 commit into from Sep 16, 2022

Conversation

V3RON
Copy link
Contributor

@V3RON V3RON commented Sep 15, 2022

This pull request adds maxColumnCount property, which serves as an upper bound for the number of derived columns. It's helpful in implementing responsive layouts, in which we want to display N columns at most.

A new test case has been added to ensure this property works as expected.

This pull request closes #122.

@jaredLunde
Copy link
Owner

This is awesome - thank you!

@jaredLunde jaredLunde merged commit dbec4ff into jaredLunde:main Sep 16, 2022
github-actions bot pushed a commit that referenced this pull request Sep 16, 2022
# [3.7.0](v3.6.5...v3.7.0) (2022-09-16)

### Features

* **use-positioner:** add maxColumnCount property ([#132](#132)) ([dbec4ff](dbec4ff))
@github-actions
Copy link

🎉 This PR is included in version 3.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Max columns
2 participants