Skip to content

Vaadin Flow 7.0.2

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 11 Jun 13:35
· 81 commits to 7.0 since this release
3e66d0a

Vaadin Flow 7.0.2

Changes in Flow from 7.0.1

  • Fixes:

    • Handle concurrent file requests (#11147). PR:11155. Ticket:11144

      Fixes a regression in Flow 7.0 / Vaadin 20.0 that broke resources loading

    • Keep package.json ordered (#11179). PR:11199. Ticket:7431

    • Apply theme correctly even when no Vaadin components are used (#11211). PR:11216

    • NumberModel should read empty string as undefined (#11169). PR:11174

      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 (#11112). PR:11163

  • ⧉ All changes