Skip to content

v8.3.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 11:56
· 11 commits to main since this release
5db1368

Fixed

  • The viewer rendered raw template over the whole UI. 8.3.0's template lost the export modal's closing tags (a modal was spliced in mid-element); browsers recovered by force-closing open elements, which pushed every later modal outside Vue's mount target — they showed as un-compiled {{ }} overlays with dead buttons, covering the app on every browser. The structure is restored, and a new structural test makes the whole class unshippable: the template must parse perfectly balanced, with every modal inside the mount target. (#408)

📋 Full changelog: docs/CHANGELOG.md