Skip to content

Releases: CodinGame/monaco-editor-wrapper

v1.14.7

14 Jun 09:43
d6ef00c
Compare
Choose a tag to compare

1.14.7 (2022-06-14)

Bug Fixes

  • Do not update vscode-textmate (df08236)

v1.14.6

13 Jun 14:35
88e5e81
Compare
Choose a tag to compare

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

17 May 10:00
01f7686
Compare
Choose a tag to compare

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

25 Apr 16:05
acbc142
Compare
Choose a tag to compare

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.3

19 Apr 14:12
625a45b
Compare
Choose a tag to compare

1.14.3 (2022-04-19)

Bug Fixes

v1.14.2

19 Apr 12:39
Compare
Choose a tag to compare

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.1

19 Apr 10:14
6fdf5eb
Compare
Choose a tag to compare

1.14.1 (2022-04-19)

Bug Fixes

v1.14.0

15 Apr 09:48
7fc19cd
Compare
Choose a tag to compare

1.14.0 (2022-04-15)

Features

  • Make unexpected errors catchable (351bf66)

v1.13.1

14 Apr 15:40
33cd887
Compare
Choose a tag to compare

1.13.1 (2022-04-14)

Bug Fixes

  • Do not override all theme statusBar colors (7ca95af)

v1.13.0

14 Apr 15:00
de8c9af
Compare
Choose a tag to compare

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)