Releases: suren-atoyan/monaco-react
Releases · suren-atoyan/monaco-react
v4.8.0-rc.3
- package: update @monaco-editor/loader to the latest (v1.7.0)
v4.8.0-rc.0
v4.7.0
- package: update
@monaco-editor/loaderto the latest (v1.5.0) version (this usesmonaco-editorv0.52.2) - package: inherit all changes from
v4.7.0-rc.0
v4.7.0-rc.0
- package: add support for react/react-dom
v19as a peer dependency - playground: update playground's React version to 19
v4.6.0
- Editor/DiffEditor: use
'use client'on top ofEditor.tsxandDiffEditor.tsx - loader: update
@monaco-editor/loaderversion (1.4.0) - playground: use createRoot for bootstrapping
v4.5.2
- DiffEditor: apply updated on
originalModelPathandmodifiedModelPathbeforeoriginalandmodifiedprops
v4.5.1
- DiffEditor: track
originalModelPathandmodifiedModelPathchanges and get or create a new model accordingly - types: fix typo in comment
- package: replace
prepublishwithprepublishOnly
v4.5.0
- Editor: implement
preventTriggerChangeEventflag
from 4.5.0-beta.0
- DiffEditor: add preventCreation flag to diff editor
- project: rewrite with TypeScript
- project: implement prettier
- loader: update
@monaco-editor/loaderversion (1.3.2)
v4.5.0-beta.0
- DiffEditor: add preventCreation flag to diff editor
- project: rewrite with TypeScript
- project: implement prettier
- loader: update
@monaco-editor/loaderversion (1.3.2)
v4.4.6
- fix onChange: unconditionally call
onChangeinsideonDidChangeModelContent - add
preventCreationflag - update lock files