Skip to content

4.8.0

Choose a tag to compare

@ukrbublik ukrbublik released this 17 Nov 16:35
· 248 commits to master since this release
11542a1

4.8.0

  • Added read-only mode switch for rules and groups. See showLock and canDeleteLocked config options, custom JsonLogic op locked, setLock action, lockLabel and lockedLabel. Added Switch components, see renderSwitch. (issue #377) (PR #490)
  • Fixed issue with frozen config (Object.freeze) by using clone (issue #345) (PR #490)
  • Fix: Filter value sources for func args correctly. LHS field can be used as arg in RHS function. (PR #490)
  • MUI - Support showSearch (autocomplete) for field select widget (issue #479 #521) (PR #563)
  • AntDesign - Fix FieldSelect with 3+ level !struct nesting (issue #224) (PR #564)