Skip to content

Releases: CodinGame/monaco-editor-react

v5.0.0-update-monaco.1

29 Jan 11:06
Compare
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
Compare
Choose a tag to compare

4.0.9 (2023-02-24)

Libraries

CI

v4.0.8

21 Feb 16:52
ba8f903
Compare
Choose a tag to compare

4.0.8 (2023-02-21)

v4.0.7

21 Feb 15:07
29eeb6a
Compare
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
Compare
Choose a tag to compare

4.0.6 (2023-01-03)

Bug Fixes

  • forgot editor when disposed (244867e)

v4.0.5

03 Jan 15:46
1efbac5
Compare
Choose a tag to compare

4.0.5 (2023-01-03)

Bug Fixes

v4.0.4

09 Dec 16:32
65ce523
Compare
Choose a tag to compare

4.0.4 (2022-12-09)

Bug Fixes

  • do not override style as it's done in the wrapper (94ab7fa)
  • fix semantic release config (256247e)

v4.0.3

18 Nov 09:52
bf025dd
Compare
Choose a tag to compare

4.0.3 (2022-11-18)

Bug Fixes

  • simplify code and do not use pushEditOperations that can be blocked by lock code utility while resetting code (c72af38)

v4.0.2

08 Nov 14:12
e375f14
Compare
Choose a tag to compare

4.0.2 (2022-11-08)

Bug Fixes

  • fix model not created if the language doesn't change (4adea08)

v4.0.1

13 Sep 07:50
a341d8b
Compare
Choose a tag to compare

4.0.1 (2022-09-13)

Bug Fixes

  • fix vim mode input text color (1ed799c)