Skip to content

Releases: CodinGame/monaco-editor-react

v5.1.1

13 Feb 10:07
c8ba6d2

Choose a tag to compare

5.1.1 (2024-02-13)

Bugfixes

Libraries

v5.1.0

02 Feb 17:00
774c45e

Choose a tag to compare

5.1.0 (2024-02-02)

Features

v5.0.0

01 Feb 13:27
3cea62b

Choose a tag to compare

5.0.0 (2024-02-01)

⚠ BREAKING CHANGES

  • upgrade dependencies

libs

Features

  • add vscode part component logic (67208c7)
  • allow to release prerelease versions (c3f1f7d)
  • export more from vscode (79b8628)

Bug Fixes

  • create editor with options (7922074)
  • dispose model references (f0af7ff)
  • do not skipLibCheck (bbf30ad)
  • remove ts isolatedModules setting (b70632a)

v5.0.0-update-monaco.3

30 Jan 15:22

Choose a tag to compare

Pre-release

5.0.0-update-monaco.3 (2024-01-30)

Bug Fixes

v5.0.0-update-monaco.2

30 Jan 13:21

Choose a tag to compare

Pre-release

5.0.0-update-monaco.2 (2024-01-30)

Bug Fixes

  • create editor with options (89c73ff)

v5.0.0-update-monaco.1

29 Jan 11:06

Choose a tag to compare

Pre-release

5.0.0-update-monaco.1 (2024-01-29)

⚠ BREAKING CHANGES

  • update dependencies

lib

Features

  • add vscode part component logic (2dff4ed)
  • allow to release prerelease versions (c3f1f7d)
  • export more from vscode (f76a713)

Bug Fixes

  • remove ts isolatedModules setting (417c1ba)

v4.0.9

24 Feb 13:14
53afc99

Choose a tag to compare

4.0.9 (2023-02-24)

Libraries

CI

v4.0.8

21 Feb 16:52
ba8f903

Choose a tag to compare

4.0.8 (2023-02-21)

v4.0.7

21 Feb 15:07
29eeb6a

Choose a tag to compare

4.0.7 (2023-02-21)

Bug Fixes

  • replace useColorTheme by useThemeColors (0313078)

BREAKING CHANGES

  • the useColorTheme was returning a mutable instance which breaks the react contract

v4.0.6

03 Jan 16:23
daeac7b

Choose a tag to compare

4.0.6 (2023-01-03)

Bug Fixes

  • forgot editor when disposed (244867e)