Prepare for 0.30.1

This commit is contained in:
Alex Dima 2021-11-09 16:30:09 +01:00
parent a6ebcecf27
commit 5af2334c5e
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
4 changed files with 36 additions and 69 deletions

View file

@ -1,5 +1,9 @@
# Monaco Editor Changelog
## [0.30.1] (09.11.2021)
- Fixes [a performance regression where all languages would be loaded when loading the first language](https://github.com/microsoft/monaco-editor/issues/2750).
## [0.30.0] (04.11.2021)
- adds support for rendering horizontal guides between bracket pairs and improves the vertical rendering to account for content in between brackets.