github vaadin/flow 7.0.0.alpha6
Vaadin Flow 7.0.0.alpha6

latest releases: 24.4.0.beta3, 24.4.0.beta2, 24.3.10...
pre-release3 years ago

Vaadin Flow 7.0.0.alpha6

Changes in Flow from 7.0.0.alpha5

  • New Features:

    • Add EndpointUtil.isAnonymousEndpoint. PR:10611. Ticket:10608
  • Fixes:

    • Use global node and tools if they are available first. PR:10753. Ticket:9863

    • Check assets for url handling. PR:10746. Ticket:10426

      If a resource is not found in themes folder check also any assets that are copied for the theme.

    • Improve locationPrefix impl. PR:10719. Ticket:4730

    • Report the parameter name in the exception message. PR:10716. Ticket:9994

    • Allow TypeScript in V14 server bootstrapping mode. PR:10656. Ticket:10414

    • Assume a non-redirect response for login requests. PR:10697

      Partly fixes #10681 Partly fixes #10682

    • Properly remove block comments from templates. PR:10701. Ticket:10673

    • Compare file content from stream. PR:10640

      Compare jar file content and existing target file content before writing to disk.

    • Do not override user pinned versions with pnpm. PR:10635. Ticket:9793

      Any user defined (package.json / NpmPackage-annotation) versions will not be overridden by based on the platform versions (versions.json file). This means that the users will have to remember to also remove their pins after those are not needed anymore or they will stay on using old versions, which is the same as with Maven overrides.

    • Include redirectUrl in the return value of login(). PR:10663

      It includes the redirectUrl in the return value of the login() helper. So that if the user has defined a request cache or a defaultSuccessUrl in the Spring Security configuration, the user can use the redirectUrl in LoginResult to redirect instead of maintaining a returnUrl manually as in the current doc, which also doesn't work when a request cache or a defaultSuccessUrl is configured.

    • Avoid extra events on route reinitialization. PR:10660. Ticket:10636

    • Upper and lower case drive works in build. PR:10638

      Update the directory-maven-plugin to not fail the build on windows when the CWD drive letter is lower case. Closes #8959

    • Cannot login to authentication protected view. PR:10634

      The Vaadin security helper now has a request cache by default, which means that if a user tries to access an authentication protected view, the request will be saved and has it as a redirectUrl in the response. The logic in the login() helper didn't take this request cache into account.

    • Use (p)npm to install flow plugins. PR:10596. Ticket:10306

      This also simplifies plugin development by having the plugins in the build folder.

    • Avoid log an error if frontend tool can't be found. PR:10631. Ticket:9212

    • Extract theme name from proper folder and skip generated files. PR:10622. Tickets:10451, 10544

      Extracts the custom theme name from frontend generated folder and skips theme handling when the theme generated file is being created/updated.

  • ⧉ All changes

Don't miss a new flow release

NewReleases is sending notifications on new releases.