Skip to content

Commit a9501d3

Browse files
authored
Added CHANGELOG.md 📥
1 parent 0ffaae2 commit a9501d3

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
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

0 commit comments

Comments
 (0)