Skip to content

1.21.0

Compare
Choose a tag to compare
@Milchreis Milchreis released this 27 Jun 16:51
· 43 commits to master since this release
23a9839

New

Fixes

Breaking changes

  • Now ImageFormElement.getValue() returns the path to the image and not the ImagePanel anymore
  • Now ListFormElement.setValue() sets the selected elements and not the list of options. If you want to change the options you have to use setElements() method
  • Now TableFormElement.setValue() and getValue() uses a new TableData-wrapper-class instead of String[][]