New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-querybuilder/bulma

Package Overview
Dependencies
Maintainers
0
Versions
125
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-querybuilder/bulma - npm Package Versions

1
46
13

7.0.0-alpha.6

Diff
jakeboone02
published 7.0.0-alpha.6 •
jakeboone02
published 6.5.5 •

Changelog

Source

[v6.5.5] - 2024-01-15

Fixed

  • [#632] The useValueEditor hook no longer updates values that are arrays to value[0] when valueEditorType === "multiselect".
jakeboone02
published 7.0.0-alpha.5 •
jakeboone02
published 7.0.0-alpha.4 •
jakeboone02
published 7.0.0-alpha.3 •
jakeboone02
published 7.0.0-alpha.2 •
jakeboone02
published 6.5.4 •

Changelog

Source

[v6.5.4] - 2023-11-04

Fixed

  • [#585] Avoid React warning about unique key props.
  • [#585] Fixed invalid reference to generatePicker in @react-querybuilder/antd.
jakeboone02
published 7.0.0-alpha.1 •
jakeboone02
published 7.0.0-alpha.0 •
jakeboone02
published 6.5.3 •

Changelog

Source

[v6.5.3] - 2023-10-20

Added

  • [#574] 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).
    • New boolean option omitPath. When true, a path property will not be added to each rule and group in the query hierarchy.

Fixed

  • paramsKeepPrefix was not applying to bind variables generated from rules with an operator of "between", "notBetween", "in", or "notIn".