v6.5.1
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. Most of the changes were done in Slickgrid-Universal
Bug Fixes
- SlickCellRangeSelector stopped event bubbling in editor, fix #1303 (e6581db)
- add ms-select-vanilla missing type & improve pkg exports (eab7e7e), closes #1313
Installation
Please remember that all packages of @slickgrid-universal
(v3.5.1
) and Angular-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.
- review the Slickgrid-Universal changelog
- and the Angular-Slickgrid changelog (above)