Usability improvements
- You can now provide
defaultValue
instead ofvalue
, which helps in preventing cursor/focus changes due to state updates. - Added a callback to get the line count, so that the container element can be properly sized based on number of lines.
Expose theme prop.
Explicitly use extensions in imports.
Expose tabSize
. Update monaco-editor
to 0.49.0
.
Expose wrapperProps
.
Fix packaging.
Load monaco-editor
from the CDN.
Add an option to disable line numbers.
Initial release.