update version to 3.6.0

This commit is contained in:
Suren Atoyan 2020-08-18 12:12:16 +04:00
parent b61ad59e6f
commit edea12e7a7
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
### Versions
## 3.6.0
###### *Aug 18, 2020*
- ControlledEditor: fix onChange handler issue; dispose prev listener and attach a new one for every new onChange
- ControlledEditor: do not trigger onChange in programmatic changes
## 3.5.7
###### *Aug 9, 2020*

View File

@ -1,6 +1,6 @@
{
"name": "@monaco-editor/react",
"version": "3.5.7",
"version": "3.6.0",
"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",
"main": "lib/index.js",
"module": "lib/index.js",