grommet v2.55.0 Release Notes
Release Date: 2026-06-04 // 3 months ago-
General:
- โ Added
childrenprop for fully custom Tag content and expanded thenameandvalueprops to allow a node to be passed. (#7952) - โจ Enhanced Cards to have
onOrderprop enabling drag-and-drop and keyboard (arrow key) reordering. AddedsizeKeyprop to allow individual cards to span multiple grid columns and/or rows. (#7959) - ๐ Fixed
pad,margin, and other edge-size props generating incorrect responsive CSS overrides when a theme token is not defined for a given breakpoint. (#6969) - ๐ Fixed Calendar
referenceprop being ignored when used in controlled mode (reference+onReference). Also addedactiveDateas a second argument toonSelectto simplify dual-calendar range implementations. (#7915) - ๐ Fixed DataFilter
filtercontrols not rendering for numeric properties that have only one unique value. (#7853) - ๐ Fixed Drop placement when a component is near the viewport edge. (#7954)
- ๐ Fixed FileInput clearing a previously selected file when the user opens and then cancels the browser file picker dialog. (#7958)
- ๐ Fixed
resizehandler crash in Grommet component whendocument.bodyis null, falling back towindow.innerWidth. (#7923) - ๐ Fixed TextInput
widthprop being ignored whenreadOnlyorreadOnlyCopyis enabled. (#7919)
DateInput:
- ๐ Fixed clearing typed values that fall outside
calendarProps.bounds. The input now keeps the value, setsaria-invalid, and shows a validation error message when inside a Form. (#7957) - ๐ Fixed Calendar overflowing outside its constrained Drop container. (#7961)
TypeScript:
- โ Added index signature to
breakpointEdgeSizeandglobal.edgeSizetype declarations to support custom string size values. (#7953)
- โ Added
Previous changes from v2.54.0
-
- โ Added
theme.menu.disabled.icons.colorto allow defining an icon color in adisabledMenu. (#7881) - ๐ Fixed an issue with the
readOnlyCopybehavior in TextInput and DateInput. (#7911) - ๐ Fixed TextInput issue where
iconwas being hidden whenreadOnlyis applied. (#7904) - ๐ Fixed issue with TextInput inside of Tabs where the cursor was jumping to the end of the input. (#7914)
- โ Added