You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
missing react key on settings menu fragment (#1757) (b14b714)
Features
Added dashboard-core-plugins to remote-component list (#1762) (3194c4b), closes #1728
allow themes to use any srgb color for definitions (#1756) (b047fa3)
DH-16336: usePickerWithSelectedValues - boolean flags should be calculated based on trimmed search text (#1750) (228f34d), closes #1747
BREAKING CHANGES
IrisGridThemeContext no longer accepts a paritial theme. By
guaranteeing the provider is a full theme we can resolve the CSS
variables and normailze the colors only once per theme load globally,
rather than having to do it once per grid.
Themes must be defined using valid srgb CSS colors, and not hsl raw
component values
usePickerWithSelectedValues now takes an object as an
argument instead of positional args