File tree Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Expand file tree Collapse file tree 1 file changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ ## [ 1.0.3] - (Apr 10, 2023)
6+
7+ This release of the Code Runner Web Component has the following major improvements -
8+
9+ ### Added
10+
11+ - ANSI escape code support via ``` ansi-up ```
12+ - Ace Editor
13+ - Border-radius to web component text area / input area.
14+
15+ ## [ 1.0.2] - (Nov 12, 2022)
16+
17+ This release of the Code Runner Web Component has the following changes.
18+
19+ ### Removed
20+
21+ - Removes some poor / un-needed code.
22+ - Removes the version attribute (via auto-detection for language name)
23+
24+ ## [ 1.0.1] - (Sept 29, 2022)
25+
26+ This release of the Code Runner Web Component addresses / fixes the following issues -
27+
28+ ### Added
29+
30+ - Added missing feature for copy code button!
31+
32+ - Fixed missing icons for buttons.
33+
34+
35+
36+ ## [ 1.0.0] - (Sept 23, 2022)
37+
38+ Initial Release.
39+
40+
41+ <!--
42+ These Markdown anchors provide a link to the diff for each release. They should be
43+ updated any time a new release is cut.
44+ -->
45+ [ 1.0.3 ] : /v1.0.3
46+ [ 1.0.2 ] : /v1.0.2
47+ [ 1.0.1 ] : /v1.0.1
48+ [ 1.0.0 ] : /v1.0.0
You can’t perform that action at this time.
0 commit comments