Releases: vaadin/flow-components
Vaadin Flow Components V24.5.0.beta4
Vaadin Flow Components 24.5.0.beta4
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 24.5.0.beta3
Changes in All Components
- Chore:
- ⧉ Increase Web-Component version
Compatibility
- This release use Web Components listed in Vaadin Platform 24.5.0.beta3
- Tested with Vaadin Flow version 24.5.0.beta3
Vaadin Flow Components V23.5.7
Vaadin Flow Components 23.5.7
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.5.6
Changes in All Components
- Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-charts-flow
- Breaking Changes:
-
⧉ Shim an implementation of
getSubStringLength
(#6670) (CP: 23.5). PR:6673.Estimate the rendered length of a substring of text in an SVG element. Supports wrapping/truncation of long labels in charts. Improve shims of getBBox and getSubStringLength: The prior implementations were relying on specific DOM structures that Highcharts used to create: if the measured element had children, all text was expected to be within those children, and none in the top-level element. Also, it did not handle arbitrary element nesting. The current version of Highcharts does not always follow these rules, and there were cases of structures like: Some text hereand some in a nested element In that example, 'Some text here' would be omitted from measurement. Replace that strategy with one that processes each text node separately, providing the context of the containing element, and recursing into all nested elements. after that change. The previous method of computing string width was a rough approximation based on average character width. This method produced suboptimal results in many situtations, generating extra space or overlapping text. Instead, use the string-pixel-width library to provide a better estimate. This library has per-character widths for a number of font families and variants, and results in widths much closer to the actual rendered style. As Lucida is used heavily in at least the test charts, and it is not natively supported by the library, add a custom mapping file including metrics for it. Also, improve detection of font family and font size, walking up the element parent chain (even potentially outside of the measured element) to find settings of these attributes. Add test for getSubStringLength to ensure proper handling of sub-strings crossing text nodes (and other cases). To support this, change the way methods are added to jsdom SVG elements: rather than adding them only for elements instantiated via createElementNS, add them to the SVGElement prototype. This makes them available for elements created by any method of instantiation (including by setting innerHTML, as used in the test). Use rewire to access private elements of the exporter during tests.
-
Compatibility
Vaadin Flow Components V24.5.0.beta3
Vaadin Flow Components 24.5.0.beta3
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 24.5.0.beta2
Changes in vaadin-charts-flow
Compatibility
- This release use Web Components listed in Vaadin Platform 24.5.0.beta3
- Tested with Vaadin Flow version 24.5.0.beta2
Vaadin Flow Components V24.5.0.beta2
Vaadin Flow Components 24.5.0.beta2
This is a release of the Java integration for Vaadin Components to be used from the Java server side with Vaadin Flow.
There are no Changes in Flow Components since 24.5.0.beta1
Compatibility
- This release use Web Components listed in Vaadin Platform 24.5.0.beta2
- Tested with Vaadin Flow version 24.5.0.beta2
Vaadin Flow Components V23.5.6
Vaadin Flow Components 23.5.6
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.5.5
Changes in All Components
- Chore:
- ⧉ Increase Web-Component version
Changes in vaadin-tabs-flow
- Fixes:
Compatibility
Vaadin Flow Components V24.5.0.beta1
Vaadin Flow Components 24.5.0.beta1
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 24.4.0
Changes in vaadin-button-flow
Changes in vaadin-checkbox-flow
Changes in vaadin-combo-box-flow
- New Features:
Changes in vaadin-date-picker-flow
Changes in vaadin-date-time-picker-flow
-
Behavior Altering Changes:
-
New Features:
Changes in vaadin-dialog-flow
- New Features:
Changes in vaadin-form-layout-flow
Changes in vaadin-grid-flow
- New Features:
Changes in vaadin-icons-flow
Changes in vaadin-menu-bar-flow
- New Features:
Changes in vaadin-messages-flow
Changes in vaadin-ordered-layout-flow
Changes in vaadin-popover-flow
- New Features:
- ⧉ Add logic for Popover auto-adding on setting target. PR:6565
- ⧉ Add static methods to set Popover global delays. PR:6566
- ⧉ Add setModal override to allow setting backdrop visibility. PR:6559
- ⧉ Add constructor allowing to set Popover content. PR:6558
- ⧉ Add no-padding theme variant to Popover. PR:6541
- ⧉ Add PopoverVariant enum with the arrow variant. PR:6499
- ⧉ Add setAutofocus and isAutofocus API to Popover. PR:6498
- ⧉ Add methods to set modal and withBackdrop to Popover. PR:6447
- ⧉ Add Popover opened state and related API. PR:6337
- ⧉ Add setWidth and setHeight methods to Popover. PR:6424
- ⧉ Make Popover implement HasAriaLabel, add overlayRole. PR:6425
- ⧉ Add methods to configure Popover trigger mode. PR:6420
- ⧉ Add focusDelay, hoverDelay and hideDelay to Popover. PR:6419
- ⧉ Add initial Popover component implementation. PR:6332
Changes in vaadin-radio-button-flow
Changes in vaadin-rich-text-editor-flow
- New Features:
Changes in vaadin-select-flow
- New Features:
Changes in vaadin-side-nav-flow
- New Features:
Changes in vaadin-spreadsheet-flow
Changes in vaadin-tabs-flow
- New Features:
Changes in vaadin-text-field-flow
Vaadin Flow Components V24.5.0.alpha17
Vaadin Flow Components 24.5.0.alpha17
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 24.5.0.alpha16
Changes in vaadin-confirm-dialog-flow
Changes in vaadin-dialog-flow
Changes in vaadin-grid-flow
Changes in vaadin-login-flow
Changes in vaadin-notification-flow
Changes in vaadin-spreadsheet-flow
Compatibility
- This release use Web Components listed in Vaadin Platform 24.5.0.alpha17
- Tested with Vaadin Flow version 24.5.0.alpha20
Vaadin Flow Components V24.4.12
Vaadin Flow Components 24.4.12
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 24.4.11
Changes in All Components
Changes in vaadin-upload-flow
Compatibility
Vaadin Flow Components V24.5.0.alpha16
Vaadin Flow Components 24.5.0.alpha16
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 24.5.0.alpha15
Changes in vaadin-upload-flow
Compatibility
- This release use Web Components listed in Vaadin Platform 24.5.0.alpha16
- Tested with Vaadin Flow version 24.5.0.alpha18
Vaadin Flow Components V24.3.20
Vaadin Flow Components 24.3.20
This is a release of the Java integration for Vaadin Components to be used from the Java server side with Vaadin Flow.