General:
- Fixed DropButton to use the correct
dropTarget
when opened. (#6613) - Fixed Drop
position
to display correctly on the screen when a portion of the Drop is not visible. (#6611) - Fixed error on FormField when focus leaves a field and doesn’t move to a new element. (#6592)
- Fixed WorldMap so
places
show in the correct position after a re-render. (#6587) - Enhanced
header.skeleton.width
in the theme to have amin
andmax
width. (#6603) - Enhanced Calendar to allow the user to specify different Text properties for the month and year with the theme property
calendar[size].title
. (#6639) - Enhanced Anchor theme to support
anchor.size[size].color
,anchor.size[size].fontWeight
andanchor.size[size].textDecoration
at different Anchor sizes. (#6643) - Added
width
prop to TextInput. (#6624) - Added
theme.tabs.header.alignSelf
to allow the theme to drive alignment of Tabs header along axis. (#6649) - Changed Distribution to handle undefined values better. (#6650)
Button:
- Fixed text color when
background
is dark. (#6629) - Added
theme.button[kind].direction
to allow the theme to drive the direction of icon + label. (#6606) - Added
theme.button.size[size].iconOnly.pad
which allows the caller to specify padding for icon only Buttons across different Button sizes. (#6604)
DataTable:
- Fixed DataTable to not default
height
to 100%. (#6590) - Enhanced
rowProps
to target group header rows. (#6627) - Fixed
size
to accept any CSS string. (#6622)
Layer:
- Added
layer.overlay.backdropFilter
to the theme which supports passing a string value for any CSS supported backdrop-filter. (#6605) - Fixed an issue where scrolling is disabled at certain viewport widths. (#6632)
Beta:
- Fixed DataFilter to accept the
range
prop and convert the correct values. (#6631) - Fixed Pagination with propagating step and page properties to Data view. (#6616)
- Fixed DataTableColumns behavior when Data does not contain
updateOn=’change’
(#6617) - Enhanced DataSearch to add
drop
andresponsive
props. (#6633) - Added
overflow
prop to DataFilters. (#6634) - Added
drop
prop to DataSort. (#6628) - Added
layer
prop to DataFilters. (#6600) - Changed Data to handle property paths. (#6645)