Skip to content

Releases: CodinGame/monaco-editor-react

v11.0.0

11 Feb 11:53

Choose a tag to compare

11.0.0 (2025-02-11)

⚠ BREAKING CHANGES

  • update to VSCode 1.97.0

Bugfixes

Libraries

  • update to VSCode 1.97.0 (e507d3b)

v10.0.1

07 Feb 16:48
a4af599

Choose a tag to compare

10.0.1 (2025-02-07)

Bugfixes

  • missing import path update (b614de8)

v10.0.0

04 Feb 17:12
ecbf6b1

Choose a tag to compare

10.0.0 (2025-02-04)

⚠ BREAKING CHANGES

  • update all dependencies

Bugfixes

Refactor

Libraries

  • update all dependencies (505bc60)

v9.0.0

23 Aug 14:23

Choose a tag to compare

9.0.0 (2024-08-23)

⚠ BREAKING CHANGES

  • update VScode

Libraries

v8.0.0

10 Jul 10:07

Choose a tag to compare

8.0.0 (2024-07-10)

⚠ BREAKING CHANGES

  • update all dependencies

Libraries

  • update all dependencies (9e994a9)

v7.0.2

14 Jun 15:23

Choose a tag to compare

7.0.2 (2024-06-14)

Bugfixes

  • do not create empty model at editor creation (2ba6e93)
  • properly dispose the anonymous models (41df958)

v7.0.1

11 Jun 12:50

Choose a tag to compare

7.0.1 (2024-06-11)

Bugfixes

  • fix usage with react strict mode (01a6732)

v7.0.0

11 Jun 09:26

Choose a tag to compare

7.0.0 (2024-06-11)

⚠ BREAKING CHANGES

  • update dependencies including VSCode

Cleanup

  • remove unused dependency (85d6e70)

Libraries

  • update dependencies including VSCode (95b4d58)

v6.0.4

07 May 17:03

Choose a tag to compare

6.0.4 (2024-05-07)

Libraries

v6.0.3

23 Apr 08:00
d1a4104

Choose a tag to compare

6.0.3 (2024-04-23)

Bugfixes

  • prevent model reference from being empty on model change (f6d023c)

Refactor