Skip to content

Vaadin Flow 7.0.4

Choose a tag to compare

@vaadin-bot vaadin-bot released this 01 Jul 05:56
· 57 commits to 7.0 since this release
4928aa0

Vaadin Flow 7.0.4

Changes in Flow from 7.0.3

  • Fixes:

    • Fixes comparison of prerelease versions FE deps (#11353). PR:11361. Ticket:11352

      The problem caused e.g. alphas greater than 10 to be considered older than 2-9.

    • Use textContent instead of innerHTML for error elements (#11354). PR:11362. Ticket:11324

    • Don't propogate click event in the component renderer (#11311). PR:11344. Ticket:6929

    • Provide info about navigation target in NotFoundException (#11309). PR:11338. Ticket:7071

    • Always use unix convention for the path (#11326). PR:11337. Tickets:11220, 11325

    • Use ServletContext classloader as a default classloader for service (#11308). PR:11332. Ticket:4367

    • Order only dependencies inside package.json (#11318). PR:11331. Ticket:11294

    • Trim class names value before splitting (#11297). PR:11315. Ticket:11153

    • Remove the ClassFinder workaround for Gradle (#11300). PR:11314. Ticket:99

      Remove workaround for ReflectionsClassFinder. It is not needed anymore.

  • ⧉ All changes