Skip to content

v2.32.1

Compare
Choose a tag to compare
@jcfilben jcfilben released this 18 May 22:08
· 177 commits to master since this release

General:

  • Fixed an issue with DataTable groupBy when value is 0 (#6770).
  • Fixed issue when RadioButtonGroup defaultValue is 0 and retrieve correct selected value in onChange using event.value instead of event.target.value (#6752).
  • Fixed issue that caused an infinite loop when updating component state on ref callback (#6793).
  • Fixed an issue in Drop where we tried to access dropRef.current.style without first checking if dropRef.current is defined (#6804).
  • Specified use client when exporting Grommet components so that they can be imported into a project using React Server Components (#6797).

Beta:

  • Changed DataContext to fix an issue with using the default value (#6775).
  • Changed DataFilter to handle properties with zero or one values (#6795).