Releases: suren-atoyan/monaco-react
Releases · suren-atoyan/monaco-react
v4.1.1
- DiffEditor: update
DiffEditor
'smodified
value byexecuteEdits
- README: add an example for getting the values of
DiffEditor
v4.1.0
- loader: update @monaco-editor/loader dependency to version 1.0.1
- types: fix Theme type; vs-dark instead of dark
v4.0.11
- Editor: add an additional check in case if
line
is undefined
v4.0.10
- Editor: use
revealLine
for line update instead ofsetScrollPosition
v4.0.9
- Editor: save and restore current model view state, if
keepCurrentModel
is true
v4.0.8
4.0.8
Jan 29, 2021
- Editor: add
keepCurrentModel
property to theEditor
component; indicator whether to dispose the current model when the Editor is unmounted or not
4.0.7
Jan 21, 2021
- Editor: fire
onValidate
unconditionally, always, with the current model markers
4.0.6
Jan 19, 2021
- DiffEditor: check if
originalModelPath
andmodifiedModelPath
exist insetModels
function - DiffEditor: remove
originalModelPath
andmodifiedModelPath
fromdefaultProps
v4.0.5
- utils: check if
path
exists increateModel
utility function - Editor: remove
defaultPath
fromdefaultProps
v4.0.4
v4.0.4
- package.json: update husky pre-commit hook to remove lib folder
v4.0.3
- Editor: enable multi-model support
- types: add
path
,defaultLanguage
andsaveViewState
for multi-model support
v4.0.2
- types: declare and export
useMonaco
type
v4.0.1
- Editor: dispose the current model if the Editor component is unmounted