Skip to content

Vaadin Flow 2.9.0.alpha2

Pre-release
Pre-release

Choose a tag to compare

@vaadin-bot vaadin-bot released this 13 Apr 11:34
· 32 commits to 2.9 since this release
7688233

Changes since 2.9.0.alpha1

All changes

Fixes

  • Use OS path separator in stats plugin
    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