Skip to content

Releases: ghiscoding/slickgrid-universal

v4.0.0-alpha.0

09 Dec 01:28
Compare
Choose a tag to compare
v4.0.0-alpha.0 Pre-release
Pre-release

4.0.0-alpha.0 (2023-12-09)

Bug Fixes

Features

Performance Improvements

v3.7.1 - deprecated Formatters

08 Dec 03:21
Compare
Choose a tag to compare

3.7.1 (2023-12-08)

Deprecations

Please note that multiple built-in Formatters are now deprecated and will be removed in the next major version (which is coming very soon). Below is the list of Formatters and their alternatives with code sample on what to change. The CSS class may vary depending on which UI framework you use

Bug Fixes

Bug Fixes

Features

v3.6.0

26 Nov 05:23
Compare
Choose a tag to compare

3.6.0 (2023-11-26)

Quick Info

I am now publishing Slickgrid-Universal on npm with --provenance via GitHub Action (read this GitHub blog for more info), the provenance will now be visible on NPM as shown below.

image

Features

v3.5.1

13 Nov 15:33
Compare
Choose a tag to compare

3.5.1 (2023-11-13)

Bug Fixes

v3.5.0

10 Nov 23:35
Compare
Choose a tag to compare

3.5.0 (2023-11-10)

Release Info

This release brings couple of small features like compoundOperatorAltTexts (read Wiki) and GraphQL verbatimSearchTerms which avoid transforming filter searchTerms like null to an empty string (the lib does that by default because null wouldn't work on most filters which is why it is transformed to an empty string), some user might want the untouched terms and this verbatim flag gives you this. Thanks to @Harsgalt86 for bringing the verbatim option

Bug Fixes

Features

v3.4.2

02 Nov 02:00
Compare
Choose a tag to compare

3.4.2 (2023-11-02)

Release Info

This new release brings nested sub-menu(s) to all Menu plugins, you can see examples below or see print screens in each PRs, you can use the sub-menus with 2 type of events (click or mouseover, the latter is the default). This involved a lot of refactoring, also please note that prior to this version ColumnPicker & GridMenu were created at the same time as the grid but menus were hidden and shown whenever clicked, however with this new release ColumnPicker/GridMenu will be created dynamically and on-the-fly.

Also a big thanks to @Harsgalt86 for adding full support for GraphQL optional cursor pagination. Previous version never fully implemented cursor pagination until today. :) 🚀

Deprecations ⚠️

Please note that to align all Menu plugins, I decided to rename all HeaderMenu items array list as commandItems, updating your arrays are preferred but do not worry if you keep the previous names they still work and we will simply show a console warning for you to eventually change them.

  • Header Menu
    • rename items to commandItems

Examples with sub-menus & Wikis docs

Bug Fixes

Features

v3.3.2

06 Oct 23:04
Compare
Choose a tag to compare

3.3.2 (2023-10-06)

Bug Fixes

v3.3.1

05 Oct 04:28
Compare
Choose a tag to compare

3.3.1 (2023-10-05)

Reverts

v3.3.0

05 Oct 02:45
Compare
Choose a tag to compare

3.3.0 (2023-10-05)

Bug Fixes

Features

v3.2.2

24 Sep 03:46
Compare
Choose a tag to compare

3.2.2 (2023-09-24)

Bug Fixes

Reverts