New Component Properties, Bundling Fixes and Javadoc Improvements
Pre-release
Pre-release
New Features
- Added
readonlyproperty for Components with value (implementingHasValue) - Added
requiredIndicatorVisibleproperty to Components with value (implementingHasValue) - Sizing API available for all Vaadin Components (via
HasSize)
Fixes
- Now
CheckBox::setValue(null)sets the value tonull - Fixed sub-templates not working with bundling
Improvements
- Improved Javadocs of generated components
- Updated
vaadin-checkboxandvaadin-datepickerversions - Improved handling of boolean environment variables
- You can enable production mode with
-Dvaadin.productionModewithout explicitly setting the value totrue
- You can enable production mode with