Skip to content

Releases: ghiscoding/slickgrid-react

v5.4.0

20 Jul 18:57
Compare
Choose a tag to compare

5.4.0 (2024-07-20)

Features

  • add columnPickerLabel for custom label (#375) (0b86f12)

Bug Fixes

  • filterQueryOverride provide all search values (#374) (d7825e7)

Installation

Please remember that all packages of @slickgrid-universal (v5.4.0) and Slickgrid-React (v5.4.0) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues.

also remember that Slickgrid-Universal monorepo is where the biggest portion of the code exists (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Slickgrid-React changelog (above)

v5.3.2

13 Jul 19:06
Compare
Choose a tag to compare

5.3.2 (2024-07-13)

Bug Fixes

  • SASS warnings & other unit test fixes (#372) (c526d2b)

Installation

Please remember that all packages of @slickgrid-universal (v5.3.4) and Slickgrid-React (v5.3.2) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues.

also remember that Slickgrid-Universal monorepo is where the biggest portion of the code exists (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Slickgrid-React changelog (above)

v5.3.1

06 Jul 01:10
Compare
Choose a tag to compare

5.3.1 (2024-07-06)

Bug Fixes

  • Composite Editor should work with Cell Menu (#370) (e4d90a0)

v5.3.0

29 Jun 02:03
Compare
Choose a tag to compare

5.3.0 (2024-06-29)

Features

  • add onPreHeaderContextMenu for Column Picker usage (#368) (c5d16e2)

Bug Fixes

  • setting date picker should always work (#369) (8f68f66)

Installation

Please remember that all packages of @slickgrid-universal (v5.3.2) and Slickgrid-React (v5.3.0) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues.

also remember that Slickgrid-Universal monorepo is where the biggest portion of the code exists (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Slickgrid-React changelog (above)

v5.2.0

18 Jun 02:18
Compare
Choose a tag to compare

5.2.0 (2024-06-18)

New Release Info

This new release brings Filter Shortcuts that once defined will be added as sub-menus the Column Header Menu. These shortcuts are nothing new in terms of what you can already do with Column Filters, however the main reason to use them is to define some filters with simple logic, for example give me all the Blanks or Non-Blanks Values or even better filter the last 6 months data. For more info and demo, take a look at:

  • Example 6 - Filter "Next 20 days" with Date Range
  • Example 15 - Filter "Description" Blanks/Non-Blanks and "Start" Until Now/Future
  • Read the Filter Shortcuts docs on how to use it

Lastly there's also a new Example 37 which is showing Column Totals in the grid Footer (the code was taken from an old SlickGrid example).


Features

  • add Footer Totals Row and fix footer styling (#366) (4f6226e)
  • add new optional filterShortcuts to Column Filter (#365) (88b8e93)
  • paste multiline content as single cell (d415a51)

Installation

Please remember that all packages of @slickgrid-universal (v5.2.0) and Slickgrid-React (v5.2.0) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues.

also remember that Slickgrid-Universal monorepo is where the biggest portion of the code exists (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Slickgrid-React changelog (above)

v5.1.0 - Filter Predicates

08 Jun 03:46
Compare
Choose a tag to compare

5.1.0 (2024-06-08)

New Release Info

This new release brings a ton of new features and most of the new feature ideas came from this great Stack Overflow question Angular Slickgrid - Custom Filter which the user asked if it was possible to create a custom filter as SQL LIKE. So, from this idea in mind and considering that we already had a sortComparer for custom Sorting but no ways to customize Filtering, now let's work around this idea shall we?

  • filterPredicate for local JSON dataset (see Example 32 for SQL LIKE demo)
  • new filterQueryOverride which is the filter override for Backend Services (OData / GraphQL)
  • new OperatorType.custom that can be used with above custom filter predicate/override
  • new Operator a*z (StartsWith & EndsWith combo) available for local JSON dataset and Backend Services
  • new Top-Header panel which now allows the user to use both Draggable Grouping and Header Grouping together, this just wasn't possible before (see Example 18)

This new release also brings a lot of improvements to the Excel Export with a new Example 36 which demos how to dynamically use Excel Formulas (e.g. Sums), you can even use Excel Formulas with Grouping to do Sums, isn't it awesome!? Let's just say that pretty much everything you can do in excel-builder-vanilla, you can probably do in Slickgrid-Universal.


Features

  • add filterQueryOverride to GraphQL Service (#353) (7157271)
  • add filterQueryOverride to OData Service (#354) (8e53c4b)
  • add a filterPredicate option for user customization (#352) (abd9356)
  • add local data StartsWith/EndsWith (a*z) filter combo (#355) (23f3f9d)
  • add optional Top-Header for Draggable Grouping & Header Grouping (#358) (e4d1706)
  • add StartsWith/EndsWith (a*z) to OData/GraphQL (#356) (643f8a8)
  • enhance Excel valueParserCallback with dataContext & new demo (#350) (e1e6c0d)

Bug Fixes

  • demo: out of boundaries page Grid Preset should be unset (#347) (36a3a85)
  • Draggable Grouping drop zone should always be 100% wide (b15abe4)
  • TreeData: addItem should keep current sorted column (#359) (734a770)

Installation

Please remember that all packages of @slickgrid-universal (v5.1.0) and Slickgrid-React (v5.1.0) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues.

also remember that Slickgrid-Universal monorepo is where the biggest portion of the code exists (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Slickgrid-React changelog (above)

v5.0.2

12 May 03:14
Compare
Choose a tag to compare

5.0.2 (2024-05-12)

Bug Fixes

  • small styling issues & better primary color support w/Dark Mode (#345) (bfaaf21)

v5.0.1 - Modern UI

10 May 01:35
Compare
Choose a tag to compare

5.0.1 (2024-05-10)

New Major 5.0 Release

This new release brings a lot of changes oriented toward better UI/UX, our SVG icons are now pure CSS and can be colorized like any other text via the native CSS color property (which helped a lot improving the Dark Mode Theme).

Another noticeable UI change is the migration of the date picker from Flatpickr to Vanilla-Calendar-Pro, this new library has ESM support, it has modern styling and an awesome UI/UX. Another change that is mostly internal but is also indirectly connected to the date picker is the migration from MomentJS to Tempo which is a new modern lib and is also packaged as ESM which is great for Tree Shaking. Lastly DOMPurify is now optional, giving you the choice to install it or to use something else like isomorphic-dompurify for SSR support... Please note that even if it is now optional, we strongly suggest that you install it nonetheless that is if you want to stay secure and CSP compliant (see migration below for more info).

I believe that with all of these recent changes, the project is pretty much feature complete and you should not expect any new major releases for a long time (hopefully) which is also why I decided to require Angular 18 as soon as it came out.

Note

Follow the Migration to 5.0 for all the changes

⚠ BREAKING CHANGES

  • pure SVG icons, Moment to Tempo, Flatpickr to Vanilla-Calendar (#343)
  • make DOMPurify as optional (#335)
  • migrate from Moment to Tempo (#334)
  • remove Font-Awesome and use new SVG icons (#331)
  • migrate from Flatpickr to Vanilla-Calendar (#333)

Features

  • migrate from Flatpickr to Vanilla-Calendar (#333) (41254f2)
  • make DOMPurify as optional (#335) (41c1c2f)
  • migrate from Moment to Tempo (#334) (da29dd1)
  • pure SVG icons, Moment to Tempo, Flatpickr to Vanilla-Calendar (#343) (a27125c)
  • remove Font-Awesome and use new SVG icons (#331) (7cb3670)

Bug Fixes

  • we shouldn't always commit on focusout/blur (#332) (aab435b)
  • remove Font-Awesome dependency (6463b5d)

Installation

Please remember that all packages of @slickgrid-universal (v5.0.0) and Slickgrid-React (v5.0.1) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues.

also remember that Slickgrid-Universal monorepo is where the biggest portion of the code exists (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Slickgrid-React changelog (above)

v4.7.0

20 Apr 01:42
Compare
Choose a tag to compare

4.7.0 (2024-04-20)

Quick Info

This new release adds 2x new grid options defaultEditorOptions and defaultFilterOptions so that user can define global Editor/Filter options instead of having to duplicate same options on each column editorOptions/filterOptions. An example is shown below.

  • Note: for defaultFilterOptions, we use the same keys as the Editor (date, select, slider, ...) but please note that these 3 filters options have combined options into 1 prop for compound & range filters (e.g. date is for both compoundDate and dateRange filter options).
this.gridOptions = {
  defaultEditorOptions: { 
    autocompleter: { debounceWaitMs: 150 }, // auto-typed as AutocompleterOption
    date: { minDate: 'today' },
    longText: { cols: 50, rows: 5 } 
  }
}

Features

  • add global defaultEditorOptions & defaultFilterOptions (#326) (317e4e0)

v4.6.3

01 Apr 03:16
Compare
Choose a tag to compare

4.6.3 (2024-04-01)

Quick Info

This release will now work with multiple tooltips on the same cell (e.g. multiple buttons with icons like the "Action" column in Example 35).

Bug Fixes

  • allow multiple tooltips per grid cell (#318) (99d783a)
  • revisit package exports to pass "are the types wrong" (#314) (62ea969)

Installation

Please remember that all packages of @slickgrid-universal (v4.6.1) and Slickgrid-React (v4.6.1) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues.