Skip to content

Vaadin Flow 9.0.0.alpha4

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 09 Sep 14:36
034c0a5

Vaadin Flow 9.0.0.alpha4

Changes in Flow from 9.0.0.alpha3

  • New Features:

    • Support Pageable, Page and UUID in endpoints. PR:11648
  • Fixes:

    • Check the component belongs to UI before task execution. PR:11726. Ticket:11599

    • Update current UI instance upon locale change. PR:11725. Ticket:11599

    • Upgrade to lit 2.0.0-rc.4. PR:11744

    • Remove the sw referer filter when adding csrf token. PR:11772

    • Bump webpack version in client package.json. PR:11671. Ticket:11668

    • Do not use Flow namespace for information not related to Flow. PR:11678. Tickets:9905, 11669

    • Return ServletConfig during serbvlet destroy invocation. PR:11625. Ticket:11624

    • Add plugin dependencies to plugin package.json. PR:11627. Ticket:11621

    • Not fail for missing window.Vaadin.Flow. PR:11669. Tickets:11635, 11666

    • Keep track of css injected to document. PR:11635

      Stops css/fonts from being loaded multiple times to the document with embedded applications. Closes #11608

    • Do not serialise VaadinSession's UI instances in development. PR:11647. Ticket:11620

  • ⧉ All changes