v0.3.0-alpha Release
Pre-release
Pre-release
- Breaking: Removed access to DeltaDecorationsAsync, use CodeEditor.Decorations collection instead. This simplifies usage of the control in the asynchronous environment.
- Added support for Action and Command editor extensions.
- Added IEditorOptions support through the CodeEditor.Options property, primary-level property auto-update is supported.
- Added initial single IModel support through CodeEditor.GetModel().
- Added support to retrieve SelectedText.
- Use minified Monaco library and build for Any CPU.