Vaadin Flow Components V23.2.0.alpha2
Pre-releaseVaadin Flow Components 23.2.0.alpha2
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 23.2.0.alpha1
Changes in vaadin-avatar-flow
Changes in vaadin-button-flow
Changes in vaadin-checkbox-flow
Changes in vaadin-combo-box-flow
-
New Features:
-
Fixes:
Changes in vaadin-date-picker-flow
Changes in vaadin-date-time-picker-flow
Changes in vaadin-grid-flow
-
New Features:
-
Fixes:
Changes in vaadin-lumo-theme-flow
-
New Features:
-
Fixes:
Changes in vaadin-map-flow
-
Breaking Changes:
-
⧉ Use EPSG:4326 as default coordinate system. PR:3451
Changes the default coordinate system / user projection of the Map component to
EPSG:4326, a.k.a. GPS coordinates. That means that all coordinates passed to, or returned from the public API are assumed to be in this projection. Internally the component will automatically convert coordinates into the configured view projection. This is a breaking change, and all coordinates that were specified in the previous default (EPSG:3857) need to be changed to useEPSG:4326. A separate change will allow setting the user projection back toEPSG:3857.
-
-
New Features:
-
⧉ Define custom coordinate projections. PR:3457
Allows to define custom coordinate projections which can then be used as user projection or view projection.
-
⧉ Set projection for coordinates used in public API. PR:3454
Allows to set a different user projection for all coordinates passed to, or received from the public API. This allows to use coordinates in a projection other than EPSG:4326, which is the default user projection. This can be used to revert the change of the default coordinate system to EPSG:4326, to allow for an eventual migration. Currently the feature is limited to EPSG:4326 and EPSG:3857 projections, a separate change will add support for defining custom projection. The user projection applies to all maps in a browser page, it is not possible to configure this setting for individual maps.
-
-
Fixes:
Changes in vaadin-menu-bar-flow
Changes in vaadin-radio-button-flow
Changes in vaadin-renderer-flow
Changes in vaadin-spreadsheet-flow
- Fixes:
Changes in vaadin-text-field-flow
-
New Features:
-
Fixes:
Changes in vaadin-time-picker-flow
Changes in vaadin-virtual-list-flow
Compatibility
- This release use Web Components listed in Vaadin Platform 23.2.0.alpha2
- Tested with Vaadin Flow version 23.2.0.alpha1