- Improved how
column
widths are tracked in a DataTable and how they are used to pin columns. (#7503) - Added an option for
max
andmin
to pass throughwidth
of NameValueList. (#7509) - Added
responsive='container'
prop to Box which sets up the ResponsiveContext and any responsive descendants such that their breakpoints are based on the width of this container rather than the entire window. Note: this feature can only be used with styled components v6 or above. - Fixed the
remove
button in FileInput to bedisabled
when the input isdisabled
. (#7512) - Fixed the Pagination typescript types to include
BoxTypes
. (#7524) - Fixed the DateInput container to have
disabled
input styling whendisabled
and outside of a FormField. (#7523) - Fixed an issue where
gap
for Box is specified as an object it won’t be adjusted at thesmall
breakpoint. (#7546)