Skip to content

Vaadin Flow Components V19.0.0.alpha4

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 25 Jan 09:32
a4d3070

Vaadin Flow Components V19.0.0.alpha4

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 19.0.0.alpha3

Changes in vaadin-accordion-flow

  • Fixes:
    • Added HasStyle interface to the Accordion, AccordionPanel and Details components.. PR:569. Tickets:564. add HasStyle interface to the Accordion AccordionPanel and Details components.
    • Add a missing dependency for the Accordion integration tests.

Changes in vaadin-crud-flow

  • Fixes:
    • Replace select(null) with deselectAll(). PR:189. Ticket:1014

      It is SelectionModel.java and inherited select() there. Grid's select is direct call to that. Grid's JavaDoc has dropped the notion of null not ok. /** * */ void select(T item);

Changes in vaadin-details-flow

  • Fixes:
    • Added HasStyle interface to the Accordion, AccordionPanel and Details components.. PR:569. **Tickets:**add, HasStyle, interface, to, the, Accordion, AccordionPanel, and, Details, components., 564
    • Add a missing dependency for the Accordion integration tests.

Changes in vaadin-notification-flow

  • Chore:
    • Increase Web-Component version

Compatibility