General:
- Component documentation has moved to Grommet-Site. All
doc.js
files have been deprecated. Documentation pull requests can now be submitted to the Grommet-Site repository. #5513 - Enhanced CheckBox to accept children. #5460
- Enhanced CheckBoxGroup to accept children. #5460
- Enhanced Meter to accept
type=”semicircle”
. #5463 - Enhanced Select
emptySearchMessage
to accept JSX elements. #5525 - Fixed missing TypeScript type for Button
kind
. #5529 - Fixed missing TypeScript type for Markdown
options
. #5534 - Fixed Form validation to exclude
disabled
inputs from validation results. #5530 - Fixed Menu to exclude extraneous Button when drop direction is flipped vertically. #5497
Accessibility:
- Fixed Calendar accessibility issue by properly traversing cells with populated dates. #5474
- Fixed Carousel accessibility issue by clearly labeling the currently displayed slide. #5254
- Fixed RangeInput accessibility issue by properly placing focus on the input’s thumb control. #5254
- Fixed RangeSelector accessibility issue by properly specifying
role=”slider”
. #5533
DateInput:
- Fixed ability to reset DateInput value with
” ”
or[ ]
. #5517 - Fixed situation where DateInput calendar would not open properly. #5491
Layer: