Skip to content

Vaadin Flow 2.8.7

Choose a tag to compare

@vaadin-bot vaadin-bot released this 13 Apr 11:35
· 6 commits to 2.8 since this release
7ffda67

Changes since 2.8.6

All changes

Fixes

  • Use OS path separator in stats plugin (#16559)
    Commit · Pull request · Issue

    The StatsPlugin uses an hard-coded forwars slash charachter to split the file identifier in path segments. This produces wrong results when running on Windows, as the identifier contains back slashes. This change uses node 'path.sep' as split chars

  • Optimize (and fix) generateEventModifierFilter() method, to handle more implementations of Key interface and fix browser differences. (#16276)(#16086)
    Commit · Pull request