Skip to content

v0.17.0

Compare
Choose a tag to compare
@joelmoss joelmoss released this 29 Oct 19:22
· 26 commits to master since this release

What's Changed

  • BREAKING: Removed parsing and building of HTTP(S) URL's. These are now passed through as-is, to allow the browser to handle them.
  • feat: Rails asset helpers will now use Rails default conventions for CSS and JS paths, while still being processed with Proscenium. So if the given path is a bare path (does not start with / or ./ or ../), then we use Rails default conventions, and serve CSS from /app/assets/stylesheets and JS from /app/javascript.

Full Changelog: v0.16.0...v0.17.0