Skip to content

Releases: code-hemu/runcodejs

v0.6.0

Choose a tag to compare

@hemanta-gayen hemanta-gayen released this 07 Jul 11:33

0.6.0

  • Exposed setCode() as a public method on the RunCode instance for programmatic code updates
    Or if you want a complete summary of all v0.6.0 changes (including earlier session work):

0.5.0

Choose a tag to compare

@hemanta-gayen hemanta-gayen released this 07 Jul 08:47

0.5.0

  • Added minWidth: 'unset !important' and maxWidth: 'none !important' to responsive .rc-frame (max-width:600px) to prevent iframe size constraints on small screens

0.4.0

Choose a tag to compare

@hemanta-gayen hemanta-gayen released this 07 Jul 05:30

0.4.0

  • Fixed _readContent to collect content from all matching DOM elements per selector (was using querySelector instead of querySelectorAll)

0.3.0

Choose a tag to compare

@hemanta-gayen hemanta-gayen released this 07 Jul 04:52

0.3.0

  • Style consistency: single-quote refactor across src/style.ts
  • Fixed line-height inheritance in container
  • Improved editor width flexibility (auto instead of 100%)
  • Enforced text-decoration: none on brand link
  • Reduced .rc-editor vertical margin (20px10px)

0.2.0

Choose a tag to compare

@hemanta-gayen hemanta-gayen released this 06 Jul 18:40
88e1396

0.2.0

  • Initial release
  • HTML/CSS/JS editor with live preview
  • Multiple themes (light, dark, dracula, monokai, nord)
  • Custom theme support via defineTheme()
  • clickToLoad mode for static preview
  • extract feature 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