v3.5.0
3.5.0 (2023-11-10)
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
Bug Fixes
- common: SlickCellRangeSelector shouldn't stop editor event bubbling (#1183) (7bb9d25) - by @ghiscoding
- graphql: deprecate
isWithCursor
in favor of simpleruseCursor
(#1187) (7b3590f) - by @ghiscoding - pagination: should recreate pagination on cursor based changed (#1175) (c7836aa) - by @ghiscoding
- styles: menu command with & without icons aren't aligned (#1180) (35f040d) - by @ghiscoding
Features
- common: add
compoundOperatorAltTexts
grid option (#1181) (dc0aa5e) - by @ghiscoding - GraphQL: add verbatim search terms to backend services (#1174) (eadc5ef) - by @Harsgalt86