Skip to content

Releases: 6pac/SlickGrid

5.12.1

07 Sep 18:29
1955f03
Compare
Choose a tag to compare

5.12.1 (2024-09-07)

Bug Fixes

  • SlickCellExternalCopyManager should work w/hidden cols (#1053) (0895deb)
  • typo in setColumnVisibiliy (#1057) (9fcadba)
  • use setTimeout/setInterval from window object with correct TS type (#1054) (1995037)

5.12.0

23 Aug 05:26
58da98e
Compare
Choose a tag to compare

5.12.0 (2024-08-23)

Features

  • add params.editorOptions to change Flatpickr Editor date format (#1048) (8b46763)

Performance Improvements

  • add new rowTopOffsetRenderType grid option to use "transform" (#1050) (7b7ff83)
  • decrease virtual scroll render throttling to 10ms (#1049) (b0e7706)

5.11.0

27 Jul 02:48
27abc77
Compare
Choose a tag to compare

5.11.0 (2024-07-27)

We now have a new Infinite Scroll example, which required some small changes to the SlickGrid file by adding couple more properties to the onScroll event. Take a look at the new Example - Infinite Scroll

Features

Bug Fixes

  • issue where pinning the first column caused the header to get misaligned, fixes #1038 (#1039) (d006605)

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?

5.10.1

06 Jul 05:13
31ec7f9
Compare
Choose a tag to compare

5.10.1 (2024-07-06)

Bug Fixes

  • Header Menu should be on top of grid not inside (#1033) (b704a81)
  • new preheader event should work with any prehader content (#1034) (28113f4)

5.10.0

19 Jun 05:50
Compare
Choose a tag to compare

5.10.0 (2024-06-19)

Bug Fixes

  • Draggable Grouping drop zone in preheader should take full width (#1025) (2c0a41f)
  • Draggable Grouping onColumnsReordered missing impactedColumns (#1026) (3d342cc)
  • make sure pager element exists before toggling CSS classes (#1028) (fe46af0)

Features

  • add iconButtonContainer option to Grid Menu (#1018) (56a24db)
  • add new preventDragFromKeys grid option (#1024) (b82f476)
  • add onPreHeaderContextMenu for Column Picker usage (#1030) (ea2c175)
  • add optional Top-Header for Drag Grouping + Header Grouping (#1029) (cec789c)

5.9.2

07 May 19:31
3d2ca50
Compare
Choose a tag to compare

5.9.2 (2024-05-07)

Bug Fixes

  • Tweak setupColumnSort() to fix exception when col no longer exists (#1016)

5.9.1

16 Apr 23:57
04389ed
Compare
Choose a tag to compare

5.9.1 (2024-04-16)

Bug Fixes

  • Remove ForceFit deprecation message, fixes (#603)
  • CellExternalCopyManager plugin restores focus on paste

5.9.0

06 Apr 18:00
e59ff94
Compare
Choose a tag to compare

5.9.0 (2024-04-06)

Bug Fixes

  • default SlickGrid editors are not assignable to column field 'editor' (#1005) (9e1de20)
  • Editor.keyCaptureList is an array of numbers (#1006) (fbbff04)
  • primary entry point to the program isn't set correctly (#1008) (0714221)

Features

  • add the ability to receive extra filter arguments (#1007) (e22d814)

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?


5.8.3

30 Mar 15:47
df70604
Compare
Choose a tag to compare

5.8.3 (2024-03-30)

Bug Fixes

  • don't exclude mixin/var SASS files from prod build, fixes #1003 (a4f980e)

5.8.2

16 Mar 00:50
9fef58b
Compare
Choose a tag to compare

5.8.2 (2024-03-16)

Bug Fixes

  • column.editor and gridOptions.editorFactory type changed (#995) (e02cf64)
  • realtime trading demo grouping wasn't working (#991) (180e4e7)