@react-querybuilder/native
Advanced tools
Changelog
[v6.4.0] - 2023-05-20
@react-querybuilder/mantine
now requires Mantine v6. React Query Builder v6.3.0 is compatible with Mantine v5.Rule
and RuleGroup
into a new useStopEventPropagation
hook.transformQuery
no longer reassigns or remaps properties that don't already exist in the source query object.Changelog
[v6.3.0] - 2023-05-03
@react-querybuilder/ctx
and @react-querybuilder/ts
back into the main react-querybuilder
package.query-builder.css.map
"sources" path.Changelog
[v6.2.0] - 2023-04-28
@react-querybuilder/material
no longer loads MUI components asynchronously. Therefore, the components no longer need to be preloaded to avoid a flash of unstyled content.transformQuery
with the deleteRemappedProperties
option set to true
(which is the default) will not attempt to delete
properties that do not exist on the object (per Object.hasOwn()
).Changelog
[v6.1.4] - 2023-03-27
formatQuery
, transformQuery
, and the parse*
functions) now map to their TypeScript types and work for all module resolution strategies.