Releases: materiahq/ngx-monaco-editor
Releases · materiahq/ngx-monaco-editor
v6.0.0
v5.1.0
v5.0.0
Breaking changes
- Upgrade to angular v9 (it drops support of using lib in angular v8)
- Upgrade monaco typing file to v0.21.2
- Remove css-element-queries dependencies
- default style no more applied to lib components host for better flexibility
- MonacoDiffEditorComponent has now automaticLayout by default
Features
- New input
uri
on MonacoEditorComponent to pass explicity a model uri - Demo UI enhancement + new JSON validation example
- Angular v11 support
Bug fixes
- Better editor form validation based on model uri
v4.0.2
v4.0.1
v4.0.0
Features
- typings: include monaco-editor types,
- MonacoEditorComponent/MonacoDiffEditorComponent: new init output allowing to retrieve editor instance,
- MONACO_PATH: export MONACO_PATH string const.
Breaking Changes
- MonacoEditorLoaderService: rename
isMonacoLoaded
toisMonacoLoaded$
.
Other
New Stackblitz example link: you can now play with the library online !
v3.0.1
v3.0.0
Breaking changes:
- Deps: Angular above v8 is no longer supported,
- Deps: Add support for angular v9,
- Deps:
monaco-editor
is no longer povided in the library. It allows more flexibility for the end users, you can now either install monaco-editor locally in your project (standard) or load it from a remote resources.