mirror of
https://github.com/suren-atoyan/monaco-react.git
synced 2026-01-25 16:02:35 +00:00
update version to 3.6.0
This commit is contained in:
parent
b61ad59e6f
commit
edea12e7a7
@ -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*
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user