Monaco Editor v0.10.0 Release Notes

  • ๐Ÿ’ฅ Breaking changes

    • โœ‚ Removed CodeAction.
    • ๐Ÿšš Method provideCodeActions in CodeActionProvider now returns Command[] | Thenable<Command[]> instead of CodeAction[] | Thenable<CodeAction[]>, which is already removed.

    API changes

    • โž• added monaco.editor.getModelMarkers. Get markers for owner and/or resource.

    ๐Ÿ›  Notable Fixes

    • No longer use CSS class .row for command palette to avoid CSS conflicts with Bootstrap.
    • ๐Ÿ›  Fix Accessibility Help Dialog accessible issue on IE/Edge.
    • ๐Ÿ›  Fix Find Widget CSS compatibility issues with IE11.
    • ๐Ÿšš Toggle Block Comment can remove extra whitespaces.

    Thank you