Releases: CodinGame/monaco-editor-wrapper
Releases · CodinGame/monaco-editor-wrapper
v1.14.7
1.14.7 (2022-06-14)
Bug Fixes
- Do not update vscode-textmate (df08236)
v1.14.6
1.14.6 (2022-06-13)
Bug Fixes
- Fix eslint (25a53af)
- Fix language loading (8b1ed06)
- Remove warnings, replace uglify by terser and fix dependency conflict (add54e4)
v1.14.5
1.14.5 (2022-05-17)
Bug Fixes
- Add missing override (49b81d8)
- Add noImplicitOverride rule (a27afb6)
- The parameter can be null (typescript failure) (cfd4ad1)
v1.14.4
1.14.4 (2022-04-25)
Bug Fixes
- Disable high contrast auto detection as it messes up with custom themes (0000448)
- Do not import toggleHighContrast action (9c0c2ea)
- Import back all feature from edcore (022d34c)
- Import editor.api instead of edcore (6e6a4e5)
v1.14.2
1.14.2 (2022-04-19)
Bug Fixes
- Do not throw an error when trying to load a grammar which doesn't exist (c26ddea)
v1.14.0
1.14.0 (2022-04-15)
Features
- Make unexpected errors catchable (351bf66)
v1.13.1
1.13.1 (2022-04-14)
Bug Fixes
- Do not override all theme statusBar colors (7ca95af)
v1.13.0
1.13.0 (2022-04-14)
Bug Fixes
- Fix monarch fallback (18640c9)
- Initialize services in a way it prevents conflicts (7e65e67)
- Put vim/emacs back in bundled dependencies & remove unused dependency (8070eee)
Features
- Add a way to set the webpackMode of extension files (9d5b083)
- Customize themes semantic tokens and some colors (38f08be)
- Download themes from extensions (3323d6a)
- Export theme list (d5fbe13)
- Load official vscode themes (9f73e87)
- Update theme management to work with official new themes (b973477)