Skip to content

v1.5.2

Compare
Choose a tag to compare
@platosha platosha released this 07 Nov 11:59

Live Demo →
API Documentation →

Bug fixes

  • e0da44a fix: change default baseUrl to be an absolute pathname (#410)

    Fixes #409. Previously, Vaadin Router taked base href as baseUrl which is later resolved against document.baseURI regardless it's a relative one or not. Semantically, baseUrl shouldn't be in relative form because it is the prefix of every route in the Router. With this change, it resolves the relative base href to be an absolute pathname before setting it as the baseUrl.