v0.6.3
What's Changed
Fixed
- Orientation toggle showed the wrong axis for Desktop presets. The portrait/landscape switch bound its active state to
previewRotated(relative to the preset's canonical shape); since Desktop presets are landscape-canonical,rotated=truerenders portrait, so the toggle highlighted "landscape" while the preview was visibly portrait — and the mismatch survived a refresh. The toggle now reads/sets absolute orientation (ui.isPortrait/ui.setPortrait(), derived from the effective display dimensions), correct for both portrait-canonical (Mobile / Tablet) and landscape-canonical (Desktop) presets. (#57)
Pull Requests
- #57 — fix(toolbar): orientation toggle reflects absolute portrait/landscape
- #58 — chore(release): 0.6.3
Full Changelog: v0.6.2...v0.6.3