Skip to content

Releases: jamerst/o-data-grid

v1.3.1

16 Oct 12:35
c670b83
Compare
Choose a tag to compare

Changelog:

  • Remove empty $select and $expand parameters - fix issues with latest AspNetCoreOData (#1)

v1.3.0

18 Aug 20:36
501cfeb
Compare
Choose a tag to compare

Changelog:

  • Add strong row typing support - original object returned from OData can be accessed from params.row.result

v1.2.1

08 Aug 20:58
60e00a6
Compare
Choose a tag to compare

Changelog

  • Fix missing multiple expand support for columns

v1.2.0

27 Jul 20:13
e8e15a5
Compare
Choose a tag to compare

Changelog

  • Support nested expands - the expand property of an Expand is no longer ignored, and can support multiple expansions
  • Migrate to @mui/x-date-pickers - be sure to install the new peer dependency instead of @mui/lab

v1.1.1

26 Jun 20:13
54e9fd6
Compare
Choose a tag to compare

Changelog:

  • Fix manual hiding/showing of columns not working
  • Fix filterOnly columns appearing in the column visibility selector

v.1.1.0

07 May 16:34
76d8528
Compare
Choose a tag to compare

Changelog:

  • Add $compute support for filtering
  • Fix single quotes not being escaped

v1.0.1

14 Feb 20:51
36d5b5e
Compare
Choose a tag to compare

Changelog:

  • Reduce bundle size - remove odata and ramda as dependencies
  • Add requestOptions prop to allow configuring the OData request

v1.0.0

13 Feb 17:16
6bd9b22
Compare
Choose a tag to compare

Changelog:

  • Support columnVisibilityModel
  • Migrate to columnVisibilityModel internally
  • Minor bug fixes and tweaks