Releases: CodinGame/monaco-editor-react
Releases · CodinGame/monaco-editor-react
v5.0.0-update-monaco.1
⚠ BREAKING CHANGES
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
4.0.9 (2023-02-24)
Libraries
CI
v4.0.7
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
4.0.6 (2023-01-03)
Bug Fixes
- forgot editor when disposed (244867e)
v4.0.5
4.0.5 (2023-01-03)
Bug Fixes
v4.0.4
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
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
4.0.2 (2022-11-08)
Bug Fixes
- fix model not created if the language doesn't change (4adea08)
v4.0.1
4.0.1 (2022-09-13)
Bug Fixes
- fix vim mode input text color (1ed799c)