Skip to content

Commit d503772

Browse files
committed
Add Changelog
1 parent b6b63a5 commit d503772

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A *Windows Runtime Component* wrapper around the web-based [Monaco Editor](https
44

55
This project is not affiliated with the Monaco team and is provided for convenience. Please direct issues related to the use of this control wrapper to this repository.
66

7-
This control is still in an early alpha state.
7+
This control is still in an early alpha state. Currently, every minor version change will signal breaking changes.
88

99
Usage
1010
-----
@@ -16,13 +16,7 @@ Install-Package Monaco.Editor
1616
```
1717

1818
Look at the TestApp for current usage.
19-
20-
Current Features
21-
----------------
22-
- Two-way Text Binding for Code Content Setting and Retrieval
23-
- CodeLanguage property to set initial syntax highlighting (must be set in XAML declaration).
24-
- Support for *await new Monaco.LanguagesHelper(Editor).GetLanguagesAsync()* call to retrieve supported languages, use **Id** field in property above.
25-
- Theme Aware: Control automatically picks theme based on system/app light/dark theme and high contrast settings.
19+
See changelog for more info.
2620

2721
Build Notes
2822
-----------

changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
v0.2 - 07/27/2017
2+
-----------------
3+
- Breaking: Renamed 'Editor' to 'CodeEditor' for component.
4+
- Added basic line highlighting support with *DeltaDecorationsAsync*
5+
- Added preliminary KeyDown event support.
6+
- Added Loading/Loaded event distinction.
7+
8+
v0.1 - 07/24/2017
9+
-----------------
10+
- Two-way text binding for code content setting and retrieval.
11+
- CodeLanguage property to set initial syntax highlighting (must be set in XAML declaration).
12+
- Support for *await new Monaco.LanguagesHelper(Editor).GetLanguagesAsync()* call to retrieve supported languages, use **Id** field in property above.
13+
- Theme Aware: Control automatically picks theme based on system/app light/dark theme and high contrast settings.
14+
- Render Aware: Control only displays once Code Editor has been loaded.
15+

0 commit comments

Comments
 (0)