Skip to content

2.0.0

Choose a tag to compare

@TheJuki TheJuki released this 26 Feb 22:07
· 648 commits to master since this release
a6a7cdd
  • Added CheckBox element
  • Element tags are now optional
  • The email, password, phone, text, textArea, number, textView, and button elements no longer take a <T: Serializable> as they only deal with Strings
  • Deprecated valueChanged in BaseFormElement
  • Added valueObservers in BaseFormElement to replace valueChanged with a list of Observers when the element value changes (See updated Examples)