@monaco-editor/react
Advanced tools
Comparing version 1.2.2 to 1.2.3
### Versions | ||
## 1.2.3 | ||
###### *Oct 7, 2019* | ||
- (TYPES) add "void" to the "ControlledEditorOnChange" return types | ||
## 1.2.2 | ||
@@ -4,0 +9,0 @@ ###### *Oct 3, 2019* |
@@ -74,3 +74,3 @@ // TODO: the whole content should be improved in the next version. | ||
value: string | undefined, | ||
) => string | undefined; | ||
) => string | void; | ||
@@ -77,0 +77,0 @@ export interface ControlledEditorProps extends EditorProps { |
{ | ||
"name": "@monaco-editor/react", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "Monaco editor wrapper for easy/one-line integration with React applications (e.g. powered by create-react-app) without need of webpack configuration files", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
67533
35