Skip to content

Vaadin Flow 2.6.4

Choose a tag to compare

@vaadin-bot vaadin-bot released this 21 Jun 10:50
· 44 commits to 2.6 since this release
a8b8801

Vaadin Flow 2.6.4

Changes in Flow from 2.6.3

  • Fixes:

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

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

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

    • Do not open FileSystem for unknown schemes. PR:11235. Ticket:11230

      Don't open a filesystem for unknown schemes that are probably custom for container and have no FileSystem Provider implementation added.

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

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

  • ⧉ All changes