Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.13 KB

File metadata and controls

34 lines (24 loc) · 1.13 KB

Changelog

0.6.0

  • Exposed setCode() as a public method on the RunCode instance for programmatic code updates

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

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

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

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