Skip to content

v47.0.0

Compare
Choose a tag to compare
@chandlerprall chandlerprall released this 08 Feb 18:56
· 2174 commits to main since this release
  • Added support for React 17 (this is a backwards compatible change - React 16.12+ is still supported for consuming applications) (#5584)
  • Added the ability to control internal EuiDataGrid fullscreen, cell focus, and cell popover state via the ref prop (#5590)
  • Added paddingSize prop to EuiSelectableList (#5581)
  • Added errorMessage prop to EuiSelectable (#5581)
  • Refactored EuiSelectable accessibility (#5581)
  • Updated tokenTag design to look more like a tag (#5553)
  • Lowered border radius of .euiToken--square to look more like a square (#5553)

Bug fixes

  • Fixed EuiInMemoryTable's onTableChange callback not returning the correct sort.field value on pagination (#5588)
  • Fixed EuiFilePicker allowing files to be removed when disabled (#5603)

Breaking changes

  • Upgraded TypeScript version to ~4.5.3 (#5591)