@react-querybuilder/bulma
Advanced tools
Changelog
[v5.4.1] - 2023-01-30
parseJsonLogic
output when a negated "between", "in", "contains", "beginsWith", or "endsWith" rule is the only operation.Changelog
[v5.4.0] - 2023-01-06
id
s are no longer prefixed with "g-"
or "r-"
.#7f81a2
to #8081a2
. This difference will almost certainly be imperceptible.generateID
no longer tries to require('crypto')
which should allow its use in more environments and build targets.idGenerator
can be used to override the default generateID
function.Changelog
[v5.3.3] - 2022-12-27
jsonLogicOperations
option was causing parseJsonLogic
to return a rule instead of a group if only one JsonLogic rule was passed in.Changelog
[v5.3.2] - 2022-12-26
jsonLogicOperations
option to parseJsonLogic
to enable parsing of custom operations.Changelog
[v5.3.1] - 2022-12-23
crypto
package was used in a way that didn't work in some Node environments.