Skip to content

v1.5.1

Compare
Choose a tag to compare
@platosha platosha released this 23 Oct 08:21

Live Demo →
API Documentation →

Bug fixes

  • 1bfd0ae fix: ensure location-changed event is timed after window.location update (#407)

    Fixes #340. Makes sure window.location is up-to-date when vaadin-router-location-changed.

  • f2f9210 fix: add browser history states for non-initial redirects (#406)

    Fixes #324. Before the change, when Vaadin Router redirects, the new location was replacing the last browser history entry instead of adding a new one. With this change, only the initial Vaadin Router render, if redirects, replaces the last history entry, the second and subsequent renders always append history entries.