Skip to content

v0.61.0

Compare
Choose a tag to compare
@mofojed mofojed released this 01 Feb 16:59
· 258 commits to main since this release

0.61.0 (2024-02-01)

Bug Fixes

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