Skip to content

v2.0.4 - Slickgrid-React 1st officially supported version 🚀

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 08 Dec 23:46
· 737 commits to master since this release

2.0.4 (2022-12-08) - first official release

This is it, the first officially supported version of Slickgrid-React, it starts at v2.0.0 simply because there was a previous version of 1.0.0 beta that was pushed as latest by mistake on npm, so just to start fresh, we are now at v2.0.0. Please note that most of the code used by Slickgrid-React actually exists in a separate monorepo Slickgrid-Universal lib, there are features that can be installed separately which are optional packages coming from Slickgrid-Universal (i.e. Excel Export, GraphQL, OData).

Read the HOWTO Step by Step to get started

Slickgrid-React Live Demo

It's finally here, so go ahead and start coding 😄 🚀 and don't forget to upvote ⭐
Cheers and happy coding

Bug Fixes

  • add missing grid container for HeaderMenu plugin to work correctly (ca9887e)
  • comp: switch to reusable Slickgrid-Universal Pagination (549862f)
  • Custom Events not working out of the box in React (1a16ae3)
  • few more small examples fixes (4ffc694)
  • fixing few small issues in Examples after adding Cypress E2E tests (217bf9d)
  • Grid Presets should load all presets including pinning (3253148)
  • most Examples should now work with Custom Events and i18n (d3100b2)
  • pinning: cols reorder & freezing shouldn't affect order (#12) (b6c806b)
  • sorting: update Slickgrid-Universal, fixes date sort shuffling (#21) (2d35508)
  • ui: use correct grid container on Resizer to fix Pagination (b00dc98)

Features

  • add locale support via react-i18next (c7c86d0)
  • add new Example 33 (tooltip) and 34 (trading platform) (aa4ad8b)
  • add Slots and fix issue to hide header row when provided (d9bcded)
  • add Tree Data grid functionality (6422ae0)
  • core: BREAKING CHANGE replace jQueryUI by SortableJS (e4052d6)
  • OData: add $select and $expand query options (631434c)
  • upgrade to latest Slickgrid-Universal version 1.x (3a12f0f)

Installation

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

please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~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)