Alpha 2: Grid and more Router features
Pre-release
Pre-release
New Features
- Added more Router features:
- Grid
- VaadinIcons #2341
Bug fixes
Breaking Changes
- Replace the custom JSoup implementation for the standard one. #1519
- Removed selected-item-changed and change events on VaadinComboBox. Now the
setValue
andaddValueChangeListener
is used for all cases #2092 - ComboBox now uses
ItemLabelGenerator
to define the labels for items. ThesetItemXXXPath
methods were removed. #2177 - Old router was deprecated and is up for removal in the near future #2494