Skip to content

Releases: materiahq/ngx-monaco-editor

v6.0.0

08 Jan 15:21
Compare
Choose a tag to compare

Breaking changes:

  • Drop support for Angular < v13
  • Build with monaco-editor v0.31.1 types

Features:

  • Allow using component without defining forms directive (suggested by @guyutongxue)

v5.1.0

16 May 09:01
Compare
Choose a tag to compare

Features

  • Update to includes latest monaco-editor v0.24.0 typings
  • Add angular v12 support
  • Add new error log on monaco loading failure

Bug fixes

  • Allow loading monaco from CDN url inside electron

v5.0.0

10 Jan 17:59
Compare
Choose a tag to compare

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

19 Jul 12:43
Compare
Choose a tag to compare

Changes

  • add angular v10 support

v4.0.1

09 Jan 15:41
Compare
Choose a tag to compare

Features

  • MonacoEditorComponent/MonacoDiffEditorComponent: all editor options are now updated OnChange.

v4.0.0

09 Jan 15:39
Compare
Choose a tag to compare

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 to isMonacoLoaded$.

Other

New Stackblitz example link: you can now play with the library online !

v3.0.1

17 Dec 11:00
Compare
Choose a tag to compare

Bug fixes

  • MonacoEditorLoaderService: remove debug log.

v3.0.0

17 Dec 10:59
Compare
Choose a tag to compare

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.

v2.0.7

10 Sep 09:50
Compare
Choose a tag to compare

Bug fixes

  • MonacoEditorLoaderService: avoid reloading monaco-editor when created for second time and editor already loaded (#13).

Other changes

Copy README.MD and LICENSE files to npm library folder on build.

v2.0.6

10 Jun 07:31
Compare
Choose a tag to compare
(Docs) Update api-reference & demo to v2.0.6