Skip to content

Releases: atularen/ngx-monaco-editor

Angular version 12 Support

16 May 08:33
94c1fe1
Compare
Choose a tag to compare

Angular version 12 support added.
Monaco editor moved to peer dependency. Now any monaco-editor version can be used.
Breaking Change: assets path updates in angular.json. Please refer updated readme.

Minor Fixes

05 Dec 10:11
5b6fbde
Compare
Choose a tag to compare
Merge pull request #135 from Humberd/master

Editor formControl now properly propagates changes #134

Monaco editor upgrade

02 Oct 13:12
Compare
Choose a tag to compare

Monaco editor upgrade v0.17.1 -> 0.18.1

Angular 8 Support

25 Aug 16:18
Compare
Choose a tag to compare

Angular version 8
Monaco editor to 0.17.1
Breaking Change: Set default path for loader as relative to skip configurations when base-href set other then root. for other cases this can be configured #102
Bug Fixes: #116 #114 #86 #73

Angular 7 Support

24 Feb 07:20
Compare
Choose a tag to compare

Angular version 7
Monaco editor to 0.15.6
Build system to cli and ng-packagr
Bug Fixes:
#100

Angular 6 Support

23 Feb 13:37
Compare
Choose a tag to compare

Angular upgrade 5.0.0 -> 6.0.0

Angular 5 Support

23 Feb 13:35
Compare
Choose a tag to compare

Angular upgrade 4.1.1 -> 5.0.0
monaco-editor upgraded 0.10.1 -> 0.13.1
Bug fixes

Diff Editor

25 Jan 10:42
Compare
Choose a tag to compare

Diff Editor support added

Angular 4 Support

25 Jan 10:41
Compare
Choose a tag to compare

Angular 4 support added with 3.x.x
Diff editor added

Config

03 Jan 10:22
Compare
Choose a tag to compare

ability to set config for baseUrl, defaultOptions and extend monaco before editor init and bug fixes.