@react-querybuilder/bulma
Advanced tools
Changelog
[v6.5.5] - 2024-01-15
useValueEditor
hook no longer updates values that are arrays to value[0]
when valueEditorType === "multiselect"
.Changelog
[v6.5.4] - 2023-11-04
key
props.generatePicker
in @react-querybuilder/antd
.Changelog
[v6.5.3] - 2023-10-20
transformQuery
enhancements:
rules
properties are no longer retained unconditionally. The rules
property can be copied or renamed like any other property using the propertyMap
option.propertyMap
keys can now have false
values. Properties matching a propertyMap
key with a value of false
will be removed without further processing (including the rules
property, which would avoid recursion through the hierarchy althogether).omitPath
. When true
, a path
property will not be added to each rule and group in the query hierarchy.paramsKeepPrefix
was not applying to bind variables generated from rules with an operator
of "between", "notBetween", "in", or "notIn".