Skip to content

Vaadin Flow 7.0.3

Compare
Choose a tag to compare
@vaadin-bot vaadin-bot released this 21 Jun 11:23
· 68 commits to 7.0 since this release
37419c2

Vaadin Flow 7.0.3

Changes in Flow from 7.0.2

  • Fixes:

    • Use JS equals to check whether property value is changed (#11192) (CP: 7.0). PR:11284. Ticket:11175

    • Do not open FileSystem for unknown schemes (#11235) (#11253) (CP: 7.0). PR:11265. Ticket:11230

    • Don't use ISE to test infinite loop for HasErrorParameter. PR:11225. Ticket:11190

    • Report Lookup instance absence with ISE and meaningful message (#11240). PR:11272. Ticket:11219

    • Watch theme folders from Jar dependency (#11196). PR:11262. Ticket:11152

      Adds a reusable themes folders (both current or parent) coming from JAR dependencies to the webpack watch list.

    • Avoid NPE in LookupServletContainerInitializer (#11233). PR:11236. Ticket:11218

    • Remove href attribute for disabled Anchor (#11121). PR:11202. Ticket:10924

  • ⧉ All changes