Skip to content

Releases: suren-atoyan/monaco-react

v4.2.2

13 Apr 21:03
Compare
Choose a tag to compare
  • package: support react/react-dom v18 as a peer dependency

v4.4.1

28 Mar 08:53
Compare
Choose a tag to compare
  • types: add missing type monaco in loader.config

v4.4.0

28 Mar 08:44
Compare
Choose a tag to compare

v4.3.1

03 Oct 14:26
Compare
Choose a tag to compare
  • types: update types according to the new loader version and the new wrapperProps property

v4.3.0

03 Oct 14:00
Compare
Choose a tag to compare
  • Editor/DiffEditor: add wrapperProps property
  • DiffEditor: allow DiffEditor to use existing models
  • package.json: update @monaco-editor/loader version to v1.2.0 (monaco version 0.28.1)

v4.2.2

09 Aug 08:23
5a30800
Compare
Choose a tag to compare
  • Editor: onValidate integrate onDidChangeMarkers (released in v0.22.0)
  • package.json: after onDidChangeMarkers integration state-local became redundant; remove it

v4.2.1

21 Jun 05:31
Compare
Choose a tag to compare
  • 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

12 Jun 20:31
Compare
Choose a tag to compare
  • loader: update @monaco-editor/loader package version to the latest one (v1.1.0)
  • demo: update demo examples
  • tests: update snapshots

v4.1.3

21 Apr 19:17
Compare
Choose a tag to compare
  • types: add keepCurrentOriginalModel and keepCurrentModifiedModel to type definition

v4.1.2

19 Apr 20:35
15518fc
Compare
Choose a tag to compare
  • DiffEditor: add keepCurrentOriginalModel and keepCurrentModifiedModel 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)