Skip to content

5.2.0

Choose a tag to compare

@ukrbublik ukrbublik released this 19 Aug 23:22
· 203 commits to master since this release
97b24f6
  • 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)