Skip to content

6.3.0

Choose a tag to compare

@ukrbublik ukrbublik released this 17 Jul 12:16
· 142 commits to master since this release
  • Allow saving and loading config from server (PR #866) (issue #817)
    • New utils: compressConfig(), decompressConfig()
    • New settings.useConfigCompress
    • Config now has ctx property
    • Added new test app sandbox_next to demonstrate new server-side features
  • Export utils (like mongoFormatOp1, mongoFormatOp2) in CoreConfig.ctx.utils (PR #866) (issue #890)
  • 2nd parameter of onChange callback now equals original config, not extended config (PR #866) (issue #364)
  • Fix totalQuery structure in mongodb (PR #916) (issue #915)
  • Fixed bug in loadTree() (PR #917) (issue #356)
  • Fixed bug on change group value (PR #944) (issue #923)
  • Fixed render of option titles in Autocomplete AntDesign (PR #947) (issues #930, #942)
  • Implemented allowCustomValues for MUI (PR #947) (issue #327)
  • Improved autocomplete for MUI and AntD. Mark custom values with coral color (PR #947)
  • Type fixes for strictNullChecks (PR #948) (issue #945)