Monaco Editor v0.32.0 Release Notes
-
๐ฅ Breaking Changes
- ๐ The binary format for
IEncodedLineTokens
has changed to support strikethrough text. IDiffEditor.getDomNode()
has been renamed toIDiffEditor.getContainerDomNode()
.InlayHint.text
has been replaced byInlayHint.label
andInlayHintsProvider.provideInlayHints
now returns anInlayHintList
.
Thank you
Contributions to
monaco-editor
:- @blutorange (Andre Wachsmuth): Implements #2383 Add syntax modes for FreeMarker template language PR #2847
- @forensicmike (forensicmike1): Add "cd monaco-editor" to the step by step commandline instructions for cloning and running the samples PR #2894
- @juan-carlos-diaz: Fix #2851 Highlight correctly the attributes and identifiers (with dashes) for Shell language PR #2871
- @MasterOdin (Matthew Peveler): Only run publish workflow on main monaco-editor repo PR #2926
- @philipturner (Philip Turner)
- ๐ @rcjsuen (Remy Suen): Support hyphenated HTML tags in Markdown syntax PR #2864
- ๐ @resistdesign (Ryan Graff): doc: (samples) Simplify Browser ESM Parcel build PR #2832
- @ValeraS (Valeriy)
- @ZusorCode (Tobias Messner): Add .cjs extension for javascript files PR #2929
- ๐ The binary format for