Releases: suren-atoyan/monaco-react
Releases · suren-atoyan/monaco-react
v3.6.2
- eslint: update eslint rules: add 'eslint:recommended' and 'no-unused-vars' -> 'error'
- src: refactor according to new eslint rules
- package.json: update github username, add author email
v3.6.1
- 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
- ControlledEditor: store current value in ref instead of making it a dependency of
handleEditorModelChange
v3.5.3
- babel: update babel version (v.7.11.0) / activate helpers (decrease bundle size)
- hooks: move out hooks from utils to root
- utilities: remove utils/store to utils/local-state
v3.5.0
- utilities (monaco): redesign utility
monaco
; get rid of class, make it more fp - utilities: create
compose
utility - utilities: create
store
utility; for internal usage (in other utilities)
v3.4.2
- controlled editor: fix undo/redo issue
v3.4.1
- editor: improve initialization error handling
v3.4.0
editor: fix 'readOnly' option check
editor: add className and wrapperClassName props
diffEditor: add className and wrapperClassName props
v3.3.2
v3.3.2 🎉
June 20, 2020
- utils: (monaco) add a possibility to pass src of config script
v3.3.1
update package version to 3.3.1