v0.4.2
What's Changed
Fixed
- Critical: the viewport-width toolbar never rendered for
responsive: trueentries (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 atoolbarVisiblegetter so the template only reads a plain identifier. Added a browser e2e regression that asserts the toolbar actually renders (the previous suite only calledsetPreset()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