diff --git a/CHANGELOG.md b/CHANGELOG.md index 02bf137..c327b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changes +## 0.2.0 (2024-07-11) + +Usability improvements + +- You can now provide `defaultValue` instead of `value`, 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. + ## 0.1.7 (2024-06-17) Expose theme prop. @@ -10,8 +19,7 @@ Explicitly use extensions in imports. ## 0.1.5 (2024-06-03) -Expose `tabSize`. -Update `monaco-editor` to `0.49.0`. +Expose `tabSize`. Update `monaco-editor` to `0.49.0`. ## 0.1.4 (2024-05-14)