Skip to content

8.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Oct 23:55
· 211 commits to master since this release

Feature

  • add undo/redo to column reorder
  • add undo/redo to row reorder
  • add ability to navigate to menu trigger using up/down keys when menu is open
  • set overscan of the virtualized table to 30. This should reduce some of the flickering on scroll
  • memorize table to optimize renders

Fix

  • fix row reorder not working #788
  • resolve the first column throwing an error when dragged #799
  • fix bottom bar not moving below the table
  • stop menu from unmounting when the virtualized table rerenders
  • only add listeners to a menu that is open. This should improve memory and performance.
  • resolve wrap toggle button
  • don't automatically close a menu when there is an error and the error is corrected
  • fix text suggest menu not selecting the highlighted item #737 #793
  • fix closing of the file edit menu

Refactor

  • remove Github sponsors url. Buymeacoffee is now the main site for sponsorships
  • merge the support modal into the what's new modal
  • increase font size of headers in the what's new modal
  • add Discord information in what's new modal
  • offset the position of the ColorTagMenu
  • offset the position of the DateFormatMenu
  • offset the position of the text SuggestMenu

Docs

  • add Plausible Analytics script