Skip to main content

Changelog

Version 2.7.1

Released on June 26, 2026

Fixes

  • Header colspans are clipped when start column is hidden
  • Grid cell focus is lost during key navigation
  • Resize marker goes above the fixed column
  • Horizontal scroll is corrupt if at least one column is flexible
  • Vertical header cell is missing when collapsing a pinned column
  • The resize-column handler sets fixed width with no ability to retain flexible behaviour

Version 2.7

Released on June 4, 2026

New features

Updates

  • Extra Tooltip settings: arrow, delay, at, overlow, etc.
  • Ability to set input type for "text" editor

Fixes

  • Closing an inline editor by clicking on another cell doesn't focus the cell clicked
  • Incorrect type for header cells
  • Columns flicker when a new row is added in a Grid with flexgrow
  • Incorrect type for filterValues
  • Multiselect editor value is not applied

Breaking changes

  • Parameters of Tooltip content component changed from { row, column } to { data: row, column }

Version 2.6

Released on April 17, 2026

Initial features