Skip to content

Releases: ukrbublik/react-awesome-query-builder

6.6.6

09 Jan 15:15
4a38693
Compare
Choose a tag to compare
  • Fix issue with process global (PR #1166) (issue #1165)

6.6.5

08 Jan 18:49
f6d27b9
Compare
Choose a tag to compare
  • Support import fom SQL (SqlUtils.loadFromSql) (PR #1103) (issue #911, #593)
  • Fixed type issue with SerializedFunction (PR #1103) (issue #1024)

6.6.4

22 Nov 14:36
5769193
Compare
Choose a tag to compare

Features

Fixes

Type fixes

Other

New Contributors

Full Changelog: 6.6.3...6.6.4

6.6.3

08 Aug 11:29
617ee98
Compare
Choose a tag to compare

Fixes 🐞

Chore 🔨

Thanks 🙏

Full Changelog: 6.6.2...6.6.3

6.6.2

12 Jul 14:28
7057376
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.6.1...6.6.2

6.6.1

26 Jun 19:10
29fcbe2
Compare
Choose a tag to compare
  • Operators reverse on "NOT" is now optional, disabled by default to preserve orignal query (PR #1068) (issue #1059).
    Added settings reverseOperatorsForNot and canShortMongoQuery
  • Scope CSS classes to .query-builder (PR #1070) (issue #1018)
  • Update packages (PR #1071)
  • Fixed issue with excludeOperators (affects prox1 at example) (PR #1072)
  • Use pnpm 9

6.6.0

20 Jun 15:50
0208140
Compare
Choose a tag to compare
  • 6.6.0
    • Optimizations for rendering and export utils (PR #1054) (issue #342)
    • Added support of JsonLogic export for ternary mode (PR #1013) (issue #978)
    • Added support of JsonLogic import for ternary mode (PR #1062) (issue #978)
    • Added support of tooltip for operator config (PR #1011) (issue #261)
    • Removed optimizeRenderWithInternals from settings (PR #1054)
    • Fixed TreeStore - 2nd arg action can be undefined (PR #1054) (issue #1056)
    • Fixed import of negative number in SpEL (PR #1054) (issue #1055)
    • Fixed validation error message for min/max (PR #1058) (issue #1057)
    • (Ternary mode) Added to config.settings: caseValueField, renderBeforeCaseValue, renderAfterCaseValue, renderSwitchPrefix, defaultCaseLabel, addCaseLabel, addDefaultCaseLabel (PR #1062)
    • Use icon button label as the aria-label to improve accessibility (PR #1066) (issue #1038)
    • Show imported value initially in MUI autocomplete inputs (PR #1065)
    • Make getOptionLabel always return a string (PR #1064)

6.5.2

22 May 21:15
40f3b1b
Compare
Choose a tag to compare
  • Updated dependencies. @babel/runtime is now dep for core package (PR #1051) (issue #964)

6.5.1

16 May 14:47
4a64590
Compare
Choose a tag to compare
  • 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 - Improved validation API

14 May 17:03
7699dcc
Compare
Choose a tag to compare
  • 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+