Skip to content

v0.1.0-beta.4

Pre-release
Pre-release

Choose a tag to compare

@bradleygolden bradleygolden released this 12 Feb 21:58

Beta Release 0.1.0-beta.4

Fixed

  • Asset paths (CSS, JS, favicons, logo) now resolve correctly when mounted under a scoped router path (for example, scope "/dev") — the fix in beta.3 was incomplete and has been replaced with a robust approach using computed absolute paths
  • Dashboard logo was not loading due to a hardcoded image path that bypassed the scoped asset routes

Changed

  • Capitalized "beamlens" to "Beamlens" in the dashboard header and page title

Installation

def deps do
  [
    {:beamlens_web, "~> 0.1.0-beta.4"}
  ]
end

See the README for full setup instructions.