Code-Runner-Web-Component

A web component that allows you to run high level programming languages on your websites (static websites included!)

GPL-3.0 License

Stars
48
Committers
1

Bot releases are hidden (Show)

Code-Runner-Web-Component - 1.0.5 (June, 30, 2023) Latest Release

Published by MarketingPip over 1 year ago

Version 1.0.5 (June, 30, 2023)

This release of the Code Runner Web Component addresses solves a small but major bug fix that was not caught in the last version -

  • Solves shared state variable issue

Apologizes for the wait on this small but IMPORTANT update!


More info about this web component can be found here

Code-Runner-Web-Component - 1.0.4 (May, 3, 2023)

Published by MarketingPip over 1 year ago

Version 1.0.4 (May, 3, 2023)

This release of the Code Runner Web Component has the following changes which includes bug fixes from the previous version -

  • Fixed / changed querySelector() used for the input value. (Using the text value from Ace Editor API - as of now).
  • Updated runtime versions to match the current Piston API runtimes.
  • Added support / fix for using Node.JS run-time.
  • Other small bug fixes / improvements.

More info about this web component can be found here

Code-Runner-Web-Component - 1.0.3 (Apr, 10, 2023)

Published by MarketingPip over 1 year ago

Version 1.0.3 (Apr, 10, 2023)

This release of the Code Runner Web Component has the following major improvements -

  • Ace Editor has been added in!
  • Support to render ANSI escape code's has been added.

More info about this web component can be found here

Code-Runner-Web-Component - 1.0.2 (Nov, 12, 2022)

Published by MarketingPip almost 2 years ago

Version 1.0.2 (Nov, 12, 2022)

This release of the Code Runner Web Component addresses -

  • Removes some poor / un-needed code.
  • Removes the version attribute (via auto-detection for language name)

More info about this web component can be found here

Code-Runner-Web-Component - 1.0.1 (Sept, 29, 2022)

Published by MarketingPip about 2 years ago

Version 1.0.1 (Sept, 29, 2022)

This release of the Code Runner Web Component addresses / fixes the following issues -

Added missing feature for copy code button!

Fixed missing icons for buttons.


More info about this web component can be found here

Code-Runner-Web-Component - 1.0.0 (Sept, 23, 2022)

Published by MarketingPip about 2 years ago

Version 1.0.0 (Sept, 23, 2022)

Initial release of Code Runner Web Component - a web component that allows you to execute high level code on your website (static websites included!) via the Piston API 🔥

More info about this web component can be found here

Related Projects