Skip to content

Release 2.0.0

Latest
Compare
Choose a tag to compare
@sashadt sashadt released this 05 May 01:48
· 13 commits to master since this release

Release 2.0.0 adds following improvements and fixes:

  • Fixes for selection handling when rows are changing
  • Using requestAnimationFrame for row rendering to improve performance
  • Added support for row highlighting
  • Improved support for memory and duration filters. Examples of duration filters: "> 1 hour", ">= 2.5 days", "> 1 day & < 3 days", "= 1 month". Operators are optional, default is equal sign. Units are optional, default duration is seconds, so searching for "20", "20 seconds", or "= 20" are equivalent to 20 seconds.
  • Improved sorting for memory and duration type columns
  • Added caching for filtering and sorting to improve performance
  • Updated demos and readme instructions