You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
5.2.0
! Breaking change: children1 is now array in result of getTree() 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 config removeInvalidMultiSelectValuesOnLoad (true by default, false for AntDesign)
Fix loadFromSpel for select_equals op (PR #740) (issue #704)
Fix loadFromSpel for is_empty and is_not_empty ops (PR #713) (issues #714, #699)