Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

v1.19.1

Choose a tag to compare

@trotzig trotzig released this 23 Mar 14:19

This patch release contains a bugfix for a case where styles were missing in a single-page-application using relative file paths to css files. We were always resolving css files relative to the current page's location. Styles that had been loaded prior to navigating to the current page were resolved using the wrong page location (current document.location instead of initial page load document.location).