New Features
- ComponentRenderer concept introduced
- Add TextRenderer implementation of ComponentRenderer #3005
- Implement IconRenderer #3014
Breaking changes
- Use the new router by default #2929
(When depending on the old router one needs to addusingNewRouting = false
to the@VaadinServletConfiguration
) - No more
flow-components
package, all components in their own repositories and packages #2961 - ComponentRenderer is now ComponentTemplateRenderer
Documentation
The following new tutorials were added:
- Add documentation for using ComponentRenderer with Grid #2938
- Add a tutorial for grid sorting #2977 #2986
- Documentation for Grid Column merging, headers and footers #2952