Skip to content

Releases: ukrbublik/react-awesome-query-builder

6.6.14

28 Mar 17:35
e913730
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.6.13...6.6.14

6.6.13

21 Feb 10:36
dfb464c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.6.12...6.6.13

6.6.12

24 Jan 12:56
d7b246c
Compare
Choose a tag to compare

What's Changed

  • Fixed issue with incorrect getting field config for func arg signature object by @ukrbublik in #1193

Full Changelog: 6.6.11...6.6.12

6.6.11

23 Jan 18:41
5307bd8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.6.10...6.6.11

6.6.10

20 Jan 18:44
Compare
Choose a tag to compare

What's Changed

  • Fix escape/unescape for LIKE operator (PR #1177) (issue #982)
  • Fix tags tokenization (antd) (PR #1182) (issue #1115)
  • Added fieldSettings.fetchSelectedValuesOnInit (see description in CONFIG.adoc) (PR #1184)

Full Changelog: 6.6.9...6.6.10

6.6.9

14 Jan 14:47
93810f6
Compare
Choose a tag to compare

What's Changed

  • Force autocomplete widget when fieldSettings.allowCustomValues is true (MIU/antd) (PR #1176) (issue #1150)
  • Fix disabling !struct (PR #1178) (issue #1121)

Full Changelog: 6.6.8...6.6.9

6.6.8

13 Jan 18:51
55f8d70
Compare
Choose a tag to compare

What's Changed

  • Support safe navigation operator in SpEL operators/functions (PR #1172) (issue #1010)
  • SpEL: backward compatibility for import of CollectionUtils.containsAny (PR #1174) (issue #1007)
  • Support MUI 6 (PR #1175) (issue #1113)

Full Changelog: 6.6.7...6.6.8

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)