Skip to content

4.6.0

Choose a tag to compare

@ukrbublik ukrbublik released this 19 Oct 01:06
· 285 commits to master since this release
adc5dd9
  • 4.6.0
    • Added groupId (id of the parent Item - Group, RuleGroup, RuleGroupExt etc) to field's, operartor's and widget's props (PR #510)
    • Fixed export to ES when group is empty (broken 'Clear' button in demo app) (PR #511)
    • Added 3rd param actionMeta to onChange() to get info about action (PR #445) (issue #351)
    • Added demo of using actions programmatically (see run actions in demo app) (PR #445)
    • Added config shouldCreateEmptyGroup (default false) (PR #445)
    • Now config canLeaveEmptyGroup is true by default (PR #445) (issue #504)
    • Breaking changes for format with isForDisplay=true - don't wrap strings with ", replace == with = (PR #518)
    • Fixed type definition for export utils - can return undefined (PR #516)
    • Fixed use of hideOperator (PR #523) (issue #292)