Skip to content

Releases: ukrbublik/react-awesome-query-builder

6.6.7

13 Jan 16:10
045a3d7
Compare
Choose a tag to compare

What's Changed

  • Fix import of ambiguous operators (like, select_any_in) (PR #1168) (issue #1159)
  • Allow import of epoch for date/datetime widgets from JsonLogic (PR #1171) (issue #1154)

Full Changelog: 6.6.6...6.6.7

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)