Releases: suren-atoyan/monaco-react
Releases · suren-atoyan/monaco-react
v4.7.0-rc.0
- package: add support for react/react-dom
v19
as a peer dependency - playground: update playground's React version to 19
v4.6.0
- Editor/DiffEditor: use
'use client'
on top ofEditor.tsx
andDiffEditor.tsx
- loader: update
@monaco-editor/loader
version (1.4.0) - playground: use createRoot for bootstrapping
v4.5.2
- DiffEditor: apply updated on
originalModelPath
andmodifiedModelPath
beforeoriginal
andmodified
props
v4.5.1
- DiffEditor: track
originalModelPath
andmodifiedModelPath
changes and get or create a new model accordingly - types: fix typo in comment
- package: replace
prepublish
withprepublishOnly
v4.5.0
- Editor: implement
preventTriggerChangeEvent
flag
from 4.5.0-beta.0
- DiffEditor: add preventCreation flag to diff editor
- project: rewrite with TypeScript
- project: implement prettier
- loader: update
@monaco-editor/loader
version (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/loader
version (1.3.2)
v4.4.6
- fix onChange: unconditionally call
onChange
insideonDidChangeModelContent
- add
preventCreation
flag - update lock files
v4.4.5
- loader: update
@monaco-editor/loader
version (1.3.2)
v4.4.4
- package: fix npm prepublish step
v4.4.3
- loader: update
@monaco-editor/loader
version (1.3.1)