1.21.0
New
- Data-Binding (#123) allows to define variables for the input elements with default values and automatic update, when the UI element is changed by the user. (Example)
- Bump org.drjekyll:colorpicker from 1.4.8 to 2.0.1
Fixes
- Unreachable dialogs on non-windows systems with modal forms (#121 - 🙏 thanks to @nicholasveronico)
- Bumps com.formdev:flatlaf from 3.4 to 3.4.1.
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 usesetElements()
method - Now
TableFormElement.setValue()
andgetValue()
uses a new TableData-wrapper-class instead ofString[][]