Releases: ukrbublik/react-awesome-query-builder
Releases · ukrbublik/react-awesome-query-builder
5.3.2
5.3.1
5.3.0
5.2.1
5.2.0
- 5.2.0
- ! Breaking change:
children1
is now array in result ofgetTree()
to preserve items order (PR #672) (issues #589, #670)
Utils.getTree(tree, true, false)
will behave same as before this change. - Support React 18. Migrate to x-date-pickers. (PR #734) (issues #710, #732)
- Add path property at
index.d.ts
(PR #671) (issue #669) - Fixed
getTotalRulesCountInTree()
== 1 (should be 0) for clear tree (PR #673) (issue #583) - Handle validation of bad multiselect value correctly (PR #733) (issue #674)
Remove bad values from list, don't unset whole value.
Added configremoveInvalidMultiSelectValuesOnLoad
(true by default, false for AntDesign) - Fix
loadFromSpel
forselect_equals
op (PR #740) (issue #704) - Fix
loadFromSpel
foris_empty
andis_not_empty
ops (PR #713) (issues #714, #699)
- ! Breaking change:
5.1.2
5.1.1
5.1.0
5.0.0 - MUI 5 and SpEL support
SpEL support (#613) * . * . * . * spelFormatValue * mongo: fix for empty aggregation * fix T() * string: fix empty aggr * sql: add asyncListValues * aggr * # * func * ? escape * fixed escape * float, array, .?[true] * #this not needed? * formatSpelField, isSpel* * spel2js init * import1 * typo width * fix revop * fix omitBrackets * use my fork * . * fix valueType and unary minus * group basic * inline list * date, datetime * time * lint fix * test fix * added simple tests * group fix * some/all/none * between * valueType from field config * !func * excludeOperators for type * fix $contains * chlog * Like -> Contains Moved is_empty, is_null to end of operators list * fix test * chlog . . * readme * add "sh " for win * ternary1 * ternary 2 . * . * . * parentReordableNodesCnt * export ?: * import ternary * ternary import complete with react-select * . * . * fix * add case * ! * lint fix * tsc fix * fix add first case * unsafe warning fix * demo /switch * fix * fix validation * fix * . * logger * . * fix import * add/del default * getSwitchValues * lint fix * . * . * lint fix * fix for npm 7+ * . * lint fix . * Added `Utils._loadFromJsonLogic()` that returns `[tree, errors]` (issue #621) * return Errors * useCallback * . * fix tests * . * fix