zooniverse / zoo-notes

A web app that lets users view extracts and reductions for Zooniverse Subjects, intended for use in classrooms.
https://zoo-notes.zooniverse.org/
1 stars 0 forks source link

Bump grommet from 2.34.1 to 2.35.0 #305

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps grommet from 2.34.1 to 2.35.0.

Release notes

Sourced from grommet's releases.

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
  • DataTableColumns
  • DataTableGroupBy
  • DataView
  • Toolbar
  • Cards

General:

  • Added Typescript types for Tag component. [(#7099](grommet/grommet#7099))
  • Fixed label leaking as attribute in Checkbox. (#7101)
  • Fixed groupHeader theming properties for DataTable. (#6986)

SelectMultiple:

  • Enhanced to enable more options to be added via onSearch. (#7079)
  • Added configurable i18n support. (#7009)

StarRating:

  • Fixed the Typescript issue where not all RadioButtonGroup props were supported. (#7073)
  • Fixed issue where value was not synced with Form. (#7077)

v2.35.0-alpha.1

This is a pre-release

  • Added support for styled components v6.

This release is compatible with both styled components v5 and v6. Please note that if you are upgrading to styled components v6 there are various changes to be aware of. Refer to the styled components migration guide: https://styled-components.com/docs/faqs#what-do-i-need-to-do-to-migrate-to-v6.

One major difference in styled-components v6 is the removal of CSS vendor prefixes by default since most CSS styles have broad cross-browser support. If you are using styled-components v6 alongside this pre-release and run into any issues related to vendor prefixes, please file an issue so we can add the necessary vendor prefix to the appropriate Grommet component. Alternately, if you’d like to enable vendor prefixes for your project, you can do so following the steps provided in the styled components migration guide.

v2.34.2

General:

  • Fixed Typescript type for Box onClick prop. (#7018)
  • Fixed Select focus when using search in Select. (#6901)
  • Fixed NameValueList to account for theme-defined breakpoints. (#7047)

... (truncated)

Commits
  • 9489aed Updated v2.35.0
  • a3434d4 Check properties length before displaying data clear filters button (#7119)
  • c2403d8 Fix DataTableColumns undefined case (#7117)
  • 024d29b Enhance DataSummary with selected messages (#7114)
  • 9fda915 Align Data+friends propTypes/index.d.ts to latest behavior (#7116)
  • 9aee303 fix: Remove 'label' attribute from <label> tag (#7101)
  • c37df9c SelectMultiple i18n enhancements (#7104)
  • ed4a187 fix missing props and typings for tag component (#7099)
  • 96612b0 Implement DataSearch updateOn property (#7110)
  • 945ba4e Add test for adding additional options to SelectMultiple within onSearch (#7105)
  • Additional commits viewable in compare view
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 6 months ago

Superseded by #312.