Skip to content

Releases: suren-atoyan/monaco-react

v4.8.0-rc.3

21 Nov 07:39

Choose a tag to compare

  • package: update @monaco-editor/loader to the latest (v1.7.0)

v4.8.0-rc.0

12 Oct 12:48

Choose a tag to compare

  • package: update @monaco-editor/loader to the latest (v1.6.0) version (this uses monaco-editor v0.54.0)
  • package: update all dependencies to the latest versions
  • playground: update all dependencies to the latest versions
  • PR: #752
  • PR: #738

v4.7.0

13 Feb 16:14

Choose a tag to compare

  • package: update @monaco-editor/loader to the latest (v1.5.0) version (this uses monaco-editor v0.52.2)
  • package: inherit all changes from v4.7.0-rc.0

v4.7.0-rc.0

14 Dec 20:30

Choose a tag to compare

  • package: add support for react/react-dom v19 as a peer dependency
  • playground: update playground's React version to 19

v4.6.0

06 Oct 19:26

Choose a tag to compare

  • Editor/DiffEditor: use 'use client' on top of Editor.tsx and DiffEditor.tsx
  • loader: update @monaco-editor/loader version (1.4.0)
  • playground: use createRoot for bootstrapping

v4.5.2

23 Aug 06:38

Choose a tag to compare

  • DiffEditor: apply updated on originalModelPath and modifiedModelPath before original and modified props

v4.5.1

05 May 08:55
6970e45

Choose a tag to compare

  • DiffEditor: track originalModelPath and modifiedModelPath changes and get or create a new model accordingly
  • types: fix typo in comment
  • package: replace prepublish with prepublishOnly

v4.5.0

07 Apr 17:20

Choose a tag to compare

  • 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

02 Apr 18:12

Choose a tag to compare

  • 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

24 Sep 09:13

Choose a tag to compare

  • fix onChange: unconditionally call onChange inside onDidChangeModelContent
  • add preventCreation flag
  • update lock files