New Component Properties, Bundling Fixes and Javadoc Improvements
Pre-release
Pre-release
New Features
- Added
readonly
property for Components with value (implementingHasValue
) - Added
requiredIndicatorVisible
property 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-checkbox
andvaadin-datepicker
versions - Improved handling of boolean environment variables
- You can enable production mode with
-Dvaadin.productionMode
without explicitly setting the value totrue
- You can enable production mode with