Skip to content

Vaadin Flow 7.0.0.alpha7

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 27 Apr 06:28
54d287b

Vaadin Flow 7.0.0.alpha7

Changes in Flow from 7.0.0.alpha6

  • New Features:

    • Support class level endpoint access checking. PR:10720
  • Fixes:

    • Extend and clarify valid tag names. PR:10801. Ticket:9669

    • Update CSRF tokens with the ones returned in the login call. PR:10787

      This fixes a problem introduced in #10697

    • Avoid ConcurrentModificationException in Binder. PR:10793. Ticket:9217

    • Don't publish flow-client TS sources separately in JAR. PR:10765

      Improve performance of webpack build by only shipping precompiled JS of the flow-frontend TS sources, so webpack doesn't try to use the TS source files which is slower than using JS directly. The TS sources are still included in the sourcemaps (.js.map).

    • Don't update bean property which is read-only bound. PR:10768. Ticket:9446

    • Backwards-compatible offline in V14 legacy mode. PR:10737

  • ⧉ All changes