v3.5.1
3.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 (#252) (f3e64e8)
- add ms-select-vanilla missing type & improve pkg exports (#256) (dfd10b9), closes #1313
- improve build & types exports for all targets, Node, CJS/ESM (#255) (d64d814)
Installation
Please remember that all packages of @slickgrid-universal
(v3.5.0
) and Slickgrid-React
(v3.5.0
) 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 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 Slickgrid-React changelog (above)