Skip to content

Vaadin Flow 8.0.0.alpha5

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 14 Jun 07:36
948726d

Vaadin Flow 8.0.0.alpha5

Changes in Flow from 8.0.0.alpha4

  • Fixes:

    • Apply theme correctly even when no Vaadin components are used. PR:11211

    • Keep package.json ordered. PR:11179. Ticket:7431

    • Make generated TS array be able to have undefined values. PR:11124

    • Make ts email validator accept undefined value. PR:10968

    • Remove href attribute for disabled Anchor. PR:11121. Ticket:10924

    • NumberModel should read empty string as undefined. PR:11169

      NumberModel should read empty string as undefined so that the NumberValidator can pass the validation for an option number field when the input value is an empty string.

    • Add javadocs warning to avoid using ResponseWriter for dirs. PR:11112

    • Handle concurrent file requests. PR:11147. Ticket:11144

  • ⧉ All changes