Skip to content

Releases: CodinGame/monaco-editor-wrapper

v3.4.1

17 Oct 07:42
159d809
Compare
Choose a tag to compare

3.4.1 (2022-10-17)

Bug Fixes

  • monaco doesn't support empty selection array (8f941b8)

v3.4.0

21 Sep 09:35
9461e8d
Compare
Choose a tag to compare

3.4.0 (2022-09-21)

Features

  • add a way to add custom json schemas (b732a11)
  • add jsonSchema schema (36652cb)

v3.3.0

14 Sep 12:16
1480e14
Compare
Choose a tag to compare

3.3.0 (2022-09-14)

Features

v3.2.1

05 Sep 07:52
a72ad5e
Compare
Choose a tag to compare

3.2.1 (2022-09-05)

Bug Fixes

v3.2.0

01 Sep 09:02
19b0de7
Compare
Choose a tag to compare

3.2.0 (2022-09-01)

Features

  • allow to provide path and uiTheme to setTheme function (a821af3)

v3.1.1

22 Aug 09:59
c04fc5b
Compare
Choose a tag to compare

3.1.1 (2022-08-22)

Bug Fixes

  • vscode-textmate is a dependency (845ec59)

v3.1.0

22 Aug 09:03
d674b8a
Compare
Choose a tag to compare

3.1.0 (2022-08-22)

Features

  • do no use vscode notification service (0d01799)

v3.0.0

17 Aug 10:06
e1a8c76
Compare
Choose a tag to compare

3.0.0 (2022-08-17)

Bug Fixes

  • adapt tsconfig to common config update (d2f8754)
  • add missing monaco type (3cf5f2b)
  • fix custom folding markers to work with strings (9807dc6)
  • remove inspectTokens feature as it won't work with textmate (0078ad3)
  • update imports (e5cbe3d)
  • update README (bed3433)

Features

  • add other service overrides (9ba120e)
  • register some colors used by most apps (caac02d)
  • use getJsonSchemas to configure json worker (74c2d94)
  • use keybindings service override (eb2b69e)
  • use snippet service override (6e643b3)
  • use textmate service override (9ff9425)
  • use theme service override (de2d9e5)

v2.3.0

12 Aug 14:53
c52fdca
Compare
Choose a tag to compare

2.3.0 (2022-08-12)

Bug Fixes

  • whitespaces are \s, not \w (5f6372c)

Features

  • Add another way to create foldable blocs (f2dd24b)

v2.2.3

02 Aug 14:40
5e2ad64
Compare
Choose a tag to compare

2.2.3 (2022-08-02)

Bug Fixes

  • Lazyload vim/emacs extensions (99b1f20)