Monaco Editor v0.21.2 Release Notes

  • ๐Ÿ›  Fixes a regression in monaco-css.

    ๐Ÿ’ฅ Breaking changes

    • ๐Ÿ“œ monaco.uri methods file, from, isUri, joinPath, parse, revive are now static. Changing new monaco.uri.method to monaco.uri.method resolves 'TypeError: monaco.Uri.file is not a constructor at...' errors.