Skip to content

3.1.0

Choose a tag to compare

@TheJuki TheJuki released this 15 May 02:02
· 582 commits to master since this release
  • Remove all uses of "!!" and replaced with "?" or "?.let" for safer code
  • reInitDialog() function added to DropDown and MultiCheckBox elements so that the options list can be changed dynamically. Resolves issue #17
  • Add "enabled" to form elements. Dynamically enable/disable any form element. Resolves issue #19.