Vaadin Flow Components V22.0.10
Vaadin Flow Components 22.0.10
This is a release of the Java integration for Vaadin Components to be used from the Java server side with Vaadin Flow.
Changes in Flow Components from 22.0.9
Changes in All Components
- Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-charts-flow
- Fixes:
-
⧉ In getBBox, return 0 height if 0 width (#2846) (CP: 23) (#2914). PR:2916. Ticket:2743
(cherry picked from commit c37b0ed)
-
⧉ Set empty title option to avoid default title. PR:2789
_The same null text title is part of the baseConfig in the WC to avoid the default title from Highcharts.
-
⧉ In getBBox, return 0 height if 0 width. PR:2846
Returning a non-0 height for an empty text box (which should consume no space) causes Highcharts to reserve vertical space in the chart. (cherry picked from commit 4836c10)
-