Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

66 lines (39 loc) · 1.72 KB

Changelog

All notable changes to this project will be documented in this file.

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

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 AceEditor 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.

1.0.3 - (Apr 10, 2023)

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

Added

  • ANSI escape code support via ansi-up
  • Ace Editor
  • Border-radius to web component text area / input area.

1.0.2 - (Nov 12, 2022)

This release of the Code Runner Web Component has the following changes.

Removed

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

1.0.1 - (Sept 29, 2022)

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

Added

  • Added missing feature for copy code button!

  • Fixed missing icons for buttons.

1.0.0 - (Sept 23, 2022)

Initial Release.