Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Latest commit

 

History

History
84 lines (49 loc) · 2.73 KB

File metadata and controls

84 lines (49 loc) · 2.73 KB

CHANGELOG

All notable changes to npm module @typefox/monaco-editor-react are documented in this file.

[2.6.0] - 2024-01-04

  • Updated to monaco-editor-wrapper 3.6.0

[2.5.0] - 2023-12-07

  • Updated to monaco-editor-wrapper 3.5.0

[2.4.0] - 2023-11-27

  • Updated to monaco-editor-wrapper 3.4.0
  • Make subclassing MonacoEditorReactComp more easy #58
  • Allow to init and start separately #59

[2.3.0] - 2023-10-17

  • Properly separate and define classic and extended editor #54
    • Renamed EditorAppVscodeApi to EditorAppExtended and EditorAppConfigVscodeApi to EditorAppConfigExtended
    • BREAKING: $type of EditorAppConfigExtended was changed from vscodeApi to extended
  • Updated to monaco-editor-wrapper 3.3.0
  • Include all direct dependencies that the code uses in the package.json.

[2.2.5] - 2023-10-13

  • Updated to monaco-editor-wrapper 3.2.5

[2.2.4] - 2023-10-05

  • Updated to monaco-editor-wrapper 3.2.4

[2.2.3] - 2023-10-04

  • Updated to monaco-editor-wrapper 3.2.3

[2.2.2] - 2023-10-04

  • Updated to monaco-editor-wrapper 3.2.2

[2.2.1] - 2023-09-29

  • Updated to monaco-editor-wrapper 3.2.1

[2.2.0] - 2023-09-29

  • Updated to monaco-editor-wrapper 3.2.0
  • htmlElement is no longer part of UserConfig. Must be passed at start #51
    • The HTMLElement it is no longer part of the UserConfig. The component just uses its root.

[2.1.0] - 2023-09-21

  • Improve configuration change detection #47
  • semantic highlighting works with classic editor #45
  • Updated to monaco-editor-wrapper 3.1.0

[2.0.1] - 2023-09-07

  • Updated to monaco-editor-wrapper 3.0.1

[2.0.0] - 2023-08-31

  • Updated to monaco-editor-wrapper 3.0.0
  • Removed onLoading as the current implemetation made no difference to onLoad

[1.1.1] - 2023-07-27

  • Updated to monaco-editor-wrapper 2.1.1

[1.1.0] - 2023-06-16

  • Make worker handling more flexible #27
  • Updated to monaco-editor-wrapper 2.1.0

[1.0.1] - 2023-06-12

  • Updated to monaco-editor-wrapper 2.0.1 using monaco-languageclient 6.1.0 / monaco-vscode-api 1.79.1 and monaco-editor 0.38.0

[1.0.0] - 2023-06-02

  • Initial release
  • React component that easily allows to use monaco-editor-wrapper and all its underlying features within the react world