Skip to content

v0.3.0-alpha Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@hawkerm hawkerm released this 21 Aug 08:53
· 148 commits to main since this 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.

NuGet Package