Skip to content

v0.4.2

Choose a tag to compare

@github-actions github-actions released this 04 Jun 16:50

What's Changed

Fixed

  • Critical: the viewport-width toolbar never rendered for responsive: true entries (regressed in 0.4.0). The <template x-if> gate called $store.components.find(...) directly inside the Alpine expression, which silently broke the render (no console error, gate logically true) — every component/page lost its resolution controls. Moved the lookup into a toolbarVisible getter so the template only reads a plain identifier. Added a browser e2e regression that asserts the toolbar actually renders (the previous suite only called setPreset() as a method, so a missing toolbar went unnoticed). (#36)

Pull Requests

  • #37 — fix(spa): restore viewport toolbar for responsive:true entries (critical)

Full Changelog: v0.4.1...v0.4.2