Skip to content

5.8.0

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 20 Jan 19:43
· 106 commits to master since this release

5.8.0 (2024-01-20)

Quick Info

This release brings a couple of small features, the most interesting one is probably the reorderable column option to help lock a column in place (for more info see PR #983 which include a small animated gif of the feature). Note that this feature is better used when the column position is first or last in the grid.


Quick Survey ✨

We also made a quick little poll for fun, thanks for taking the time to participate

What do you think was the most exciting change(s) for you?


Bug Fixes

  • add grid & cell role for screen ready accessibility, fixes #518 (#976) (f4184ef)
  • add missing option to control row highlight duration (#982) (4a49239)
  • core: SlickEvent handler event should be type of ArgType (#970) (1d1b727), closes #969 #967
  • DataView options should be optional (TypeScript) (feb154c)
  • don't show column header empty title tooltip (#964) (8ee0f2c)
  • EventHandler subscribed event should be SlickEventData type (#969) (d960f90), closes #967
  • legacyAutosizeColumns should push hidden width as 0 (#977) (ab634eb)
  • regression with onSelectedRowsChanged not receiving correct caller prop (#980) (ffbb335)
  • TS build error from ItemMetadata and Column intefaces (e8fd4c8)
  • updatePagingStatusFromView() should partial PagingInfo (28198a8)
  • when onDragInit return false it should stop (#979) (5471666), closes #978
  • when onResizeStart return false it should stop (#978) (8c659c9)

Features

  • add name option to CheckboxSelectColumn plugin on columDef (#972) (039f4ae)
  • add column reorderable option to optionally lock a column (#983) (fbcac63)
  • change CheckSelectColumn plugin to native HTML for CSP safe code (#973) (bef663c)