update package version to 4.0.0-rc.1

This commit is contained in:
Suren Atoyan 2021-01-16 15:24:24 +04:00
parent c61d5be5c1
commit 7c01a4e302
2 changed files with 3 additions and 1 deletions

View File

@ -17,6 +17,8 @@
- Diff: add `originalModelPath` and `modifiedModelPath` props, use them as model paths for original/modified models
- ControlledEditor: remove; the `Editor` component, now, handles both controlled and uncontrolled modes
- package.json: move `prop-types` to dependencies
- types: fix types according to changed
- Editor: add `onValidate` prop: an event emitted when the length of the model markers of the current model isn't 0
## 3.8.3
###### *Jan 8, 2021*

View File

@ -1,6 +1,6 @@
{
"name": "@monaco-editor/react",
"version": "4.0.0-rc.0",
"version": "4.0.0-rc.1",
"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",
"author": "Suren Atoyan <contact@surenatoyan.com>",
"main": "lib/cjs/index.js",