Skip to content

Releases: CodinGame/monaco-vscode-api

v23.2.2

Choose a tag to compare

@github-actions github-actions released this 26 Nov 09:23
cd8cdbc

23.2.2 (2025-11-26)

Bugfixes

  • properly bundle standalone monarch languages (2e5a6ab)
  • wrong manifest entrypoint (9cfba00)

v23.2.1

Choose a tag to compare

@github-actions github-actions released this 25 Nov 16:51
21c4067

23.2.1 (2025-11-25)

Bugfixes

  • generate standalone language features package with correct types (c4c6933)
  • patch monaco-editor to make generated code importable (5110bfc)

Refactor

  • add a way to patch monaco-editor (1afa7b7)

Cleanup

  • stop replacing editor types (73947a4)

v23.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Nov 10:09
84b142c

23.2.0 (2025-11-25)

New features

  • take into account monaco-editor dependecy versions (a687dc7)

Refactor

  • update demo dependencies (3a98ba0)
  • update monaco-editor build script to handle new packaging (c0b6011)

Libraries

v23.1.1

Choose a tag to compare

@github-actions github-actions released this 24 Nov 17:30
c282f38

23.1.1 (2025-11-24)

Bugfixes

  • add missing contributuions (2c25c62)
  • improve fullscreen detection (397d111)
  • move textInputActions to viewcommon (6074b9a)

Refactor

  • update demo dependencies (4b5ed1f)

v23.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Nov 09:52
09a7f2e

23.1.0 (2025-11-21)

New features

  • add a way to override onDidChangeFullScreen (ea00ca0)
  • add policy service override (3a3664f)

v23.0.4

Choose a tag to compare

@github-actions github-actions released this 20 Nov 12:10
d314146

23.0.4 (2025-11-20)

Bugfixes

  • add missing service exports (a5f1be9)
  • update xterm patch, and properly apply it (69ab9fe)

Libraries

  • update to VSCode 1.106.2 (2512f71)

v23.0.3

Choose a tag to compare

@github-actions github-actions released this 17 Nov 17:37

23.0.3 (2025-11-17)

Bugfixes

  • fix notebook layout when there is a header on top of the workbench (51dc300)

v23.0.2

Choose a tag to compare

@github-actions github-actions released this 17 Nov 16:06

23.0.2 (2025-11-17)

Bugfixes

  • properly detect element in sandbox mode (698b881)

v23.0.1

Choose a tag to compare

@github-actions github-actions released this 17 Nov 11:50

23.0.1 (2025-11-17)

Bugfixes

  • properly implement active element tracker (1fc9487)

Cleanup

  • remove now useless eslint-disable comment (e54f2fb)

v23.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Nov 09:08
b29f17c

23.0.0 (2025-11-14)

⚠ BREAKING CHANGES

  • update to vscode 1.106

New features

  • make registerRemoteExtension fct able to take the whole options object (ada816b)

Libraries

  • update all dependencies (patch and minor) (09dad77)
  • update to vscode 1.106 (3008d86)