zooniverse / classroom

Front end for the education-api (https://github.com/zooniverse/education-api/)
https://classroom.zooniverse.org/
Apache License 2.0
0 stars 1 forks source link

Bump grommet from 1.13.0 to 2.37.0 #922

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps grommet from 1.13.0 to 2.37.0.

Release notes

Sourced from grommet's releases.

v2.37.0

General:

  • NEW ToggleGroup component. (#7172)
  • Added pinned to DataTableColumns options to allow pinning of specific columns in “Order columns”. (#7193)
  • Enhanced List pinned to accept object containing icon, background, color, and items. (#7213)
  • Added extend to Skeleton theme. (#7176)
  • Fixed FormField error when child is null. (#7181)
  • Fixed Regex for autofocusing tags. (#7174)
  • Fixed List TypeScript types. (#7164)
  • 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:

  • Data
  • DataClearFilters
  • DataFilter
  • DataFilters
  • DataSearch
  • DataSort
  • DataSummary

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by jcfilben, a new releaser for grommet since your current version.


Dependabot compatibility score

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)
dependabot[bot] commented 3 months ago

Superseded by #933.