Skip to content

v6.5.1

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 11 Nov 02:45
· 285 commits to master since this release

6.5.1 (2023-11-13)

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. Most of the changes were done in Slickgrid-Universal

Bug Fixes

  • SlickCellRangeSelector stopped event bubbling in editor (#1110) (17a6ee0)
  • add ms-select-vanilla missing type & improve pkg exports (#1114) (ea02c54), closes #1313
  • improve build & types exports for all targets, Node, CJS/ESM (#1113) (2cbfc68)

Installation

Please remember that all packages of @slickgrid-universal (v3.5.1) and Aurelia-Slickgrid (v6.5.1) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

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 Aurelia-Slickgrid changelog (above)