Releases: suren-atoyan/monaco-react
Releases · suren-atoyan/monaco-react
v4.2.2
- package: support react/react-dom v18 as a peer dependency
v4.4.1
- types: add missing type
monaco
inloader.config
v4.4.0
- loader: update
@monaco-editor/loader
version (1.3.0) - playground: update playground packages
v4.3.1
- types: update types according to the new
loader
version and the newwrapperProps
property
v4.3.0
- Editor/DiffEditor: add
wrapperProps
property - DiffEditor: allow
DiffEditor
to use existing models - package.json: update
@monaco-editor/loader
version tov1.2.0
(monaco version 0.28.1)
v4.2.2
- Editor:
onValidate
integrateonDidChangeMarkers
(released inv0.22.0
) - package.json: after
onDidChangeMarkers
integrationstate-local
became redundant; remove it
v4.2.1
- loader: update
@monaco-editor/loader
package version to the latest one (v1.1.1) - monaco-editor: set
monaco-editor
peerDependency version to>= 0.25.0 < 1
- tests: update snapshots
v4.2.0
- loader: update
@monaco-editor/loader
package version to the latest one (v1.1.0
) - demo: update demo examples
- tests: update snapshots
v4.1.3
- types: add
keepCurrentOriginalModel
andkeepCurrentModifiedModel
to type definition
v4.1.2
- DiffEditor: add
keepCurrentOriginalModel
andkeepCurrentModifiedModel
properties; indicator whether to dispose the current original/modified model when the DiffEditor is unmounted or not - package.json: update monaco-editor peerDependency to the lates one (0.23.0)