React Awesome Query Builder Versions Save

User-friendly query builder for React

6.5.1

5 days ago
  • Fix missing config file in antd moment date widgets (PR #1046) (issue #1048)
  • Fix SpEL import not_between (PR #1050) (issue #1047)

6.5.0

1 week ago
  • Breaking: Utils.validateTree returns array of errors (PR #1034)
  • Breaking: removeIncompleteRulesOnLoad by default is false
  • Added config removeEmptyRulesOnLoad (default true) (PR #1034)
  • Deprecated Utils.validateAndFixTree and Utils.checkTree (and removed type defs). Use Utils.sanitizeTree().fixedTree instead (PR #1034)
  • Utils.validateTree now checks LHS and RHS are completed (issues #977, #781) (PR #1034)
  • Fixed import of select_any_in operator from JsonLogic (issue #1005) (PR #1034)
  • Fixed issue #1036 (PR #1034)
  • Fixed validation of date ranges (issue #374) (PR #1034)
  • Function validateValue in fieldSettings config can now return object {error, fixedValue}, error can be {key, args} for i18n (PR #1034)
  • Added optimizeRenderWithInternals to settings, default is false (PR #1034)
  • Updated type RuleGroupExtProperties (issue #1021) (PR #1034)
  • Fixed typedef errors (issue #1016) (PR #1034)
  • Fixed issue with antd and date/time pickers (issue #1033) (PR #1034)
  • Added onInit prop to <Query>. Added 4th argument actions to onInit and onChange (PR #1034)
  • Now pnpm i requires Node 18+

6.4.3

1 week ago
  • Fixed the issue when using func with arg of type multiselect (PR #997)
  • Updated immutable from v3 to v4 (PR #997)
  • Fixed issue with "[object Object]" in MUI field autocomplete when item should be bold (PR #997)
  • Respect funcs in field/arg config during validation of function value (PR #997)

6.4.2

6 months ago
  • Allow override icons with renderIcon (issues #319, #872) (PR #962)
  • Support tooltips for MUI (issues #965, #684) (PR #973)
  • Fixed issue with FieldCascader (issue #969) (PR #973)
  • Fixed issue with date/time pickers for MUI 6 (issue #986) (PR #973)
  • Allow use of antd icons 5 (issue #992) (PR #973)

6.4.1

9 months ago
  • Fixed import of rule_group in rule_group from SpEL (PR #959)
  • Updated type ItemBuilderProps (PR #959)
  • Fixed drag-n-drop to respect maxNesting when moving group into group (PR #959)
  • Fix: allow custom conjuction in JsonLogic (issue #317) (PR #959)
  • Fixed import of fields with dot from JsonLogic (issue #786) (PR #960)
  • Fixes export to SpEL to respect fieldSeparator (issue #958) (PR #960)

6.4.0

9 months ago
  • Functions can be used in LHS with fieldSources: ["field", "func"] in settings Thanks @rhallerman1 (PR #900, #896) (issues #287, #250, #344, #336)
  • Support import/export of functions for SpEL (PR #900) (issue #754)
  • Fix issue with fieldName (PR #900) (issues #929, #609)
  • Support @mui/x-date-pickers v6 (PR #951) (issue #910)
  • Updated antd to 5.7.2 (PR #952) (issue #946)
  • Updated dev dependencies. Now pnpm i requires Node 16+
  • Updated @fluentui/react. Fixed date/time widgets
  • Autocomplete items now support groupTitle (PR #953) (issue #600)
  • Add more types in Utils.Autocomplete (PR #953) (issue #934)
  • Add settings fieldItemKeysForSearch and listKeysForSearch (PR #954) (issue #931)
  • Add settings defaultField and defaultOperator (PR #956) (issue #763)

6.3.0

10 months ago
  • Allow saving and loading config from server (PR #866) (issue #817)
    • New utils: compressConfig(), decompressConfig()
    • New settings.useConfigCompress
    • Config now has ctx property
    • Added new test app sandbox_next to demonstrate new server-side features
  • Export utils (like mongoFormatOp1, mongoFormatOp2) in CoreConfig.ctx.utils (PR #866) (issue #890)
  • 2nd parameter of onChange callback now equals original config, not extended config (PR #866) (issue #364)
  • Fix totalQuery structure in mongodb (PR #916) (issue #915)
  • Fixed bug in loadTree() (PR #917) (issue #356)
  • Fixed bug on change group value (PR #944) (issue #923)
  • Fixed render of option titles in Autocomplete AntDesign (PR #947) (issues #930, #942)
  • Implemented allowCustomValues for MUI (PR #947) (issue #327)
  • Improved autocomplete for MUI and AntD. Mark custom values with coral color (PR #947)
  • Type fixes for strictNullChecks (PR #948) (issue #945)

6.2.0

1 year ago
  • Fixed type Config: should have render settings like renderSize (PR #909) (issue #879)
  • Fixed type for renderBeforeWidget: RuleProps instead of wrong FieldProps (PR #909) (issue #879)
  • Breaking change in types: listValues renamed to treeValues in TreeSelectFieldSettings But old listValues is still supported in JS (PR #909)
  • Add support for ElasticSearch 7 term syntax (PR #906) (issue #904)
  • Fix mongodbFormat to work with mode = array (PR #908) (issue #907)

6.1.3

1 year ago
  • Fix isNull roundtrip (PR #887) (issue #886)
  • Fix BootstrapFieldSelect for fields with 2+ level nesting (PR #898) (issue #868)
  • Fix UNSAFE_componentWillReceiveProps (PR #901) (issue #390)
  • Fix bugs with React.StrictMode (PR #902) (issue #789)

6.1.2

1 year ago
  • Fix typings for children1: tuple -> array (PR #885) (issue #881)
  • Fix compare fields for case when type != widget.type (PR #875) (issue #758)