@react-querybuilder/fluent
Advanced tools
Changelog
[v6.0.4] - 2023-03-05
parseSQL
now recognizes field names wrapped in square brackets, like [field name]
. (The corresponding update to formatQuery
was made in [#463] as part of v6.0.0).Changelog
[v6.0.3] - 2023-03-02
process is not defined
issue.BulmaValueSelector
now adds the "is-multiple"
class to the wrapper div
when the multiple
prop is true
.Changelog
[v6.0.2] - 2023-02-25
parseSQL
now handles escaped single quotes within strings