All notable changes to npm module @typefox/monaco-editor-react are documented in this file.
- Updated to
monaco-editor-wrapper
3.6.0
- Updated to
monaco-editor-wrapper
3.5.0
- Updated to
monaco-editor-wrapper
3.4.0
- Make subclassing MonacoEditorReactComp more easy #58
- Allow to init and start separately #59
- Properly separate and define classic and extended editor #54
- Renamed
EditorAppVscodeApi
toEditorAppExtended
andEditorAppConfigVscodeApi
toEditorAppConfigExtended
- BREAKING:
$type
ofEditorAppConfigExtended
was changed fromvscodeApi
toextended
- Renamed
- Updated to
monaco-editor-wrapper
3.3.0
- Include all direct dependencies that the code uses in the
package.json
.
- Updated to
monaco-editor-wrapper
3.2.5
- Updated to
monaco-editor-wrapper
3.2.4
- Updated to
monaco-editor-wrapper
3.2.3
- Updated to
monaco-editor-wrapper
3.2.2
- Updated to
monaco-editor-wrapper
3.2.1
- Updated to
monaco-editor-wrapper
3.2.0
- htmlElement is no longer part of UserConfig. Must be passed at start #51
- The HTMLElement it is no longer part of the UserConfig. The component just uses its root.
- Improve configuration change detection #47
- semantic highlighting works with classic editor #45
- Updated to
monaco-editor-wrapper
3.1.0
- Updated to
monaco-editor-wrapper
3.0.1
- Updated to
monaco-editor-wrapper
3.0.0
- Removed
onLoading
as the current implemetation made no difference toonLoad
- Updated to
monaco-editor-wrapper
2.1.1
- Make worker handling more flexible #27
- Updated to
monaco-editor-wrapper
2.1.0
- Updated to
monaco-editor-wrapper
2.0.1
usingmonaco-languageclient
6.1.0
/monaco-vscode-api
1.79.1
andmonaco-editor
0.38.0
- Initial release
- React component that easily allows to use
monaco-editor-wrapper
and all its underlying features within the react world