Skip to content

Releases: 6pac/SlickGrid

5.14.2

16 Nov 06:30
Compare
Choose a tag to compare

5.14.2 (2024-11-16)

Bug Fixes

  • ExternalCopyManager shouldn't change body scroll pos, fixes #1078 (#1080) (3112099)

Stackblitz

in case you missed it, we have a new Vite demo available in Stackblitz 🚀

Open in StackBlitz

5.14.0

29 Oct 03:49
1cadac0
Compare
Choose a tag to compare

5.14.0 (2024-10-29)

This release fixes all recent SASS (dart-sass) warnings for their upcoming major version 2.0 and even fixes next 3.0 warnings. While working on this, I also created a new ViteJS project to test these out, this might be a good starting point for some, you can check it out under the /vite-demo folder (it's written in plain JS for simplicity)

Stackblitz

Actually while adding the ViteJS demo, it was easy enough to add it to Stackblitz, so here it is. Enjoy 🚀

Open in StackBlitz

Features


Quick Survey ✨

A while ago we made a quick little poll for fun, it was helpful to get to know what features you liked from the last 3 major releases. If you have not yet filled it out then please take the time to participate. It was helpful to find out that dropping jQuery was high on the list 🚀

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

5.13.1

06 Oct 04:40
61d2338
Compare
Choose a tag to compare

5.13.1 (2024-10-06)

Bug Fixes

5.13.0

21 Sep 19:25
a634d97
Compare
Choose a tag to compare

5.13.0 (2024-09-21)

Bug Fixes

  • SASS deprecated lighten and darken color methods (#1063) (74713b5)

Performance Improvements

  • Optimize SlickGrid handleSelectedRangesChanged by using Set (#1061) (8ff354b)
  • Reduce iterative time complexity (#1060) (0d07e60)

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)