Releases: code-hemu/runcodejs
Releases · code-hemu/runcodejs
Release list
v0.6.0
0.5.0
0.5.0
- Added
minWidth: 'unset !important'andmaxWidth: 'none !important'to responsive.rc-frame(max-width:600px) to prevent iframe size constraints on small screens
0.4.0
0.4.0
- Fixed
_readContentto collect content from all matching DOM elements per selector (was usingquerySelectorinstead ofquerySelectorAll)
0.3.0
0.3.0
- 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 - Reduced
.rc-editorvertical margin (20px→10px)
0.2.0
0.2.0
- 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