Fixed Box round not respecting responsive={false}. (#7187)
Fixed select all behavior across Data views. (#7200)
Fixed DataSearch to ensure search event returns to page 1 of matched search results. (#7208)
Fixed Pagination step to allow it to be controlled. (#7188)
v2.36.1
General:
Fixed bug with vertical padding on readOnlyCopy button in DateInput and TextInput. (#7168)
Fixed bug where summary on Pagination was out of sync with active page. (#7169)
v2.36.0
General:
Added rangeInput.wheel to theme to allow for opting out of the scroll wheel behavior on RangeInput. (#7130)
Added summary and stepOptions to Pagination. (#7133)
Enhanced validate prop in FormField to allow easier implementation of a character counter by passing an object with max and threshold to the validate prop (#6550)
Enhanced Box gap to accept an object with row and column. (#7147)
Enhanced TextInput and DateInput to allow for readOnly styling through the theme property global.input.readOnly. (#7123)
Added a readOnlyCopy boolean prop to TextInput and DateInput to support a copy to clipboard button within a readOnly input. (#7123)
Fixed Form submit validation to run when submit is fired directly on an input. (#7148)
Fixed an issue where Anchor with an icon contains extra space. (#6534)
Fixed dropHeight of SelectMultiple in DataFilter. (#7157)
List:
Added list.primaryKey to theme to enable primaryKey styling. (#7136)
Enhanced to prevent scrolling when interacting with onOrder button via keyboard. (#7144)
Enhanced keyboard accessibility when using onOrder. (#7140)
v2.35.0
NEW Data components for turn-key implementations of complex filtering, searching, and sorting of data collections.
The following components have now been move out of “beta” and are available for production use:
This version was pushed to npm by jcfilben, a new releaser for grommet since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps grommet from 2.11.3 to 2.37.0.
Release notes
Sourced from grommet's releases.
... (truncated)
Commits
5b9968e
Updated v2.37.012be57a
add types for pinned theme (#7214)ea1b457
Enhance Listpinned
to accept object (#7213)0de7167
Update DataTableColumns snapshots to include drop (#7212)d615dda
Ensure ToggleGroup doesn't crash when options is undefined (#7210)a8c3b82
NEW ToggleGroup component (#7172)06ec4f4
fix Data with Pagination so that it returns to page 1 on search (#7208)fec60d9
Fix pagination step and stepOptions (#7205)bba7164
Enhance DataTableColumns ordering options (#7193)89050e0
Fixed select all behavior across Data views (#7200)Maintainer changes
This version was pushed to npm by jcfilben, a new releaser for grommet since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show