v1.5.1
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 whenvaadin-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.