Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 19:20
6c697bd

What's new

  • Combobox: Add support for multi-selection through multiple prop (#830) (ced7588)
  • ThemeProvider: Add applyBackground to themeOptions prop. (#974) (13cff7f)
    • Defaults to true for the topmost ThemeProvider in the tree.
  • Table: Ctrl + Shift click now keeps previous selection & also shift clicks (#888) (13edfb5)

Fixes

  • ComboBox: Move max-height to outer element to fix virtual scroll (#986) (596559e)
  • Table: Ctrl and checkbox clicks update start row of shift selection (#889) (21900d4)