react-querybuilder
Advanced tools
Changelog
[v3.8.0] - 2020-10-09
"="
is first in the list and therefore the default for new rules. Previously it was "null"
.operators
property on a field instead of the getOperators
propvalueEditorType
property on a field instead of the getValueEditorType
propinputType
property on a field instead of the getInputType
propselect
or radio
, use the values
property on a field instead of the getValues
propdefaultValue
property on a field instead of the getDefaultValue
propChangelog
[v3.7.1] - 2020-10-07
createRule
was setting name
to undefined
when fields are empty (@saurabhnemade)Changelog
[v3.7.0] - 2020-10-04
getDefaultField
and getDefaultValue
props (@jakeboone02)Changelog
[v3.6.0] - 2020-10-01
formatQuery
options (@jakeboone02)
valueProcessor
is no longer the third argument of formatQuery
. To use a custom valueProcessor
, pass an options object as the second parameter and include valueProcessor
as a key in that object.formatQuery
format is set to sql
(either by formatQuery(query, 'sql')
or formatQuery(query, { format: 'sql' })
), the values will be quoted with single quotes instead of double quotes, e.g. (name = 'Peter Parker')
.Changelog
[v3.5.1] - 2020-06-22
_
variable 74ee1caChangelog
[v3.5.0] - 2020-06-20
value
on operator
change (@artenator)Changelog
[v3.1.2] - 2020-03-19
"json_without_ids"
option for formatQuery