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

@react-querybuilder/bootstrap

Package Overview
Dependencies
Maintainers
0
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-querybuilder/bootstrap - npm Package Versions

23
13

8.3.1

Diff

Changelog

Source

[v8.3.1] - 2025-02-27

Fixed

  • [#858] The type-fest library has been (partially) vendored into react-querybuilder to avoid requiring it as a dependency.
  • [#858] UseMergedContextProps renamed to UseMergedContextParams (technically a breaking change, but probably won't affect anyone).
  • [#858] All Parse*Options types have been removed from the main export. They are now only available on their respective react-querybuilder/parse* exports (another technically breaking change that probably won't affect anyone).
jakeboone02
published 8.3.0 •

Changelog

Source

[v8.3.0] - 2025-02-21

Added

  • [#855] CSS variables, enabling customization of the default stylesheet without using SCSS.
  • [#855] New option generateIDs for all parse* methods. When true, the output query object will be processed through prepareRuleGroup to add ids.
jakeboone02
published 8.2.0 •

Changelog

Source

[v8.2.0] - 2025-01-28

Added

  • [#845] New formatQuery option operatorProcessor. Currently only applies to "sql", "parameterized", "parameterized_named", and "natural_language" formats.
  • [#846] New formatQuery option preserveValueOrder. Preserves the order of values when exporting rules with "between"/"notBetween" operators, even if the larger value comes first.

Fixed

  • [#844] The formatQuery "elasticsearch" export format now includes the .value property when outputting Painless scripts.
  • [#845] formatQuery handles combinator and operator values case-insensitively.
  • [#846] convertQuery, convertToIC, and convertFromIC now support the "xor" combinator, as does the "natural_language" export format.
jakeboone02
published 8.1.1 •

Changelog

Source

[v8.1.1] - 2025-01-20

Fixed

  • [#840] The behavior and list of valid values for the formatQuery option parseNumbers now aligns with the corresponding QueryBuilder prop, as long as a fields array is also provided.
  • [#836] AntDValueSelector now filters on the label property and defines options with the options prop instead of a children array of <Select.OptGroup>/<Select.Option>.
  • [#836] Utilities that determine whether arrays are valid option lists (isFullOptionArray, isFlexibleOptionArray, isFullOptionGroupArray, isFlexibleOptionGroupArray) are now more strict: All leaf elements must conform to the operative type, not just the first element.
  • The "mssql" formatQuery preset now sets paramPrefix: '@'.
jakeboone02
published 8.1.0 •

Changelog

Source

[v8.1.0] - 2025-01-09

Added

  • [#820] New @react-querybuilder/datetime package with enhanced functionality for managing date/time data. Includes rule/value processors for formatQuery tailored to different database platforms and date/time libraries.
  • [#820] formatQuery will assume a format of "sql" if no format is provided as long as preset matches one of the supported values.
  • [#820] New formatQuery option wrapValueWith, an array of two strings to act as a prefix and suffix for values (outside of any quotes).
  • [#820] formatQuery value processors now accept an optional context parameter, which can be used to pass additional information to the processor.
  • [#820] New "mongodb_query" export format. This format is exactly the same as "mongodb" except it returns an actual JSON object instead of a JSON.stringifyd version. The "mongodb" format is deprecated, but will not be removed.
  • [#820] Default SCSS stylesheet query-builder.scss now uses @use instead of the deprecated @import.
  • [#834] React 19 support (verification only, no meaningful code changes were necessary).
jakeboone02
published 8.0.0 •

Changelog

Source

[v8.0.0] - 2024-11-08

Changed

  • [#805] @react-querybuilder/chakra now supports Chakra UI version 3 and no longer supports version 2. For Chakra UI version 2 support, use @react-querybuilder/chakra2.
  • [#805] ChakraDragHandle has been removed. In Chakra UI version 3 environments, the default DragHandle component works without augmentation.

Added

  • [#814] Debug build which registers the internal Redux store with Redux DevTools (more "debug" functionality may be added in the future). To use the debug build, update all "react-querybuilder" imports to "react-querybuilder/debug".

Fixed

  • [#814] The internal Redux store is no longer registered with Redux DevTools by default.
  • bootstrapClassnames no longer includes value: "form-control form-control-sm". The classes are added by BootstrapValueEditor only when necessary.
  • [#812] @react-querybuilder/bulma properly indicates compatibility with Bulma v1 in its peerDependencies, and the website demo now uses Bulma v1.
jakeboone02
published 8.0.0-alpha.0 •

jakeboone02
published 7.7.1 •

Changelog

Source

[v7.7.1] - 2024-10-21

Changed

  • [#791] The @react-querybuilder/material package uses the TextField component from @mui/material (previous versions used Input). Implementations that preload MUI components may need to be updated.

Fixed

  • [#791] The extraProps prop of MaterialValueEditor works properly.
  • [#796] FluentShiftActions and TremorShiftActions are now applied by default in their respective compatibility packages.
jakeboone02
published 7.7.1-rc.1 •

jakeboone02
published 7.7.1-rc.0 •

23
13
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc