End-user changes
- Smooth category scrolling
- Individual reset buttons for every option
- Fix bug where option lists that just went over into scrolling scrolled extremely slow.
Developer API changes
- Actual Config API to save and load fields in a class automatically (documentation)
- Separate
DimensionintoDimensionandMutableDimension - Make
dimprivate inAbstractWidgetso mods can't change the dimension withoutsetDimension - New Option API method
isPendingValueDefaultto check if pending value is equal to default value of binding - Fix
Option#requestSetDefaultandOption#forgetPendingValueimplementations weren't notifying listeners