- Exposed
setCode()as a public method on theRunCodeinstance for programmatic code updates
- Added
minWidth: 'unset !important'andmaxWidth: 'none !important'to responsive.rc-frame(max-width:600px) to prevent iframe size constraints on small screens
- Fixed
_readContentto collect content from all matching DOM elements per selector (was usingquerySelectorinstead ofquerySelectorAll)
- Style consistency: single-quote refactor across
src/style.ts - Fixed line-height inheritance in container
- Improved editor width flexibility (
autoinstead of100%) - Enforced
text-decoration: noneon brand link
- Initial release
- HTML/CSS/JS editor with live preview
- Multiple themes (light, dark, dracula, monokai, nord)
- Custom theme support via
defineTheme() clickToLoadmode for static previewextractfeature for assembling code from DOM elements- Security options (
network,dialogs) - Preview zoom levels (0.25x, 0.5x, 1x)
- Custom tab config (editor-only, preview-only, split view)
- CSP-based network restriction
- Debounced live execution