Skip to content

baguette v0.1.88

Choose a tag to compare

@github-actions github-actions released this 01 Aug 17:32
· 197 commits to main since this release

Fixed

  • /devices/device-filter.js no longer 404s. The devices/ web-root
    subfolder was added without a matching static route (Hummingbird needs
    one literal route per subdirectory). The per-subdirectory routes are
    now generated from a single Server.staticAssetSubdirectories list,
    and StaticAssetRoutesTests pins that list against the folders that
    actually exist under Resources/Web/ — adding a subfolder without
    routing it now fails a test instead of 404ing in the browser.

Full Changelog: v0.1.87...v0.1.88