Skip to content

Vaadin Flow 7.0.0.beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 03 May 09:27
699d369

Vaadin Flow 7.0.0.beta1

Changes in Flow from 7.0.0.alpha7

  • Breaking Changes:

    • Move access checker and @AnonymousAllowed to flow-server. PR:10758

      This allows them to be used for view access control also

    • Revert "feat: use superclass of VaadinServlet/Request (#9699)". PR:10812

      This reverts commit c581668, except intentionally leaves out part of the protected API introduced to StaticFileServer to get a StaticFileServer resource, so it may be overridden to use something else than VaadinServletService.

  • Fixes:

    • Preserve internal JS UI state properly. PR:10823. Ticket:10757

    • Warn to delete component CSS with theme generated in one run. PR:10779. Ticket:9948

      Workaround for #9948. Warn devs to delete component CSS file along with theme generated file in one run to avoid webpack compilation errors and application restart.

    • Improve javadocs for AppShellConfigurator. PR:10775

      Currently it scares non-frontend developers who scare to touch anything that says .html

    • Update attribute name for fetching spring csrf token. PR:10820

  • ⧉ All changes