Skip to content

Commit

Permalink
📝 Update changelog for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Jul 11, 2024
1 parent 49661ca commit 1c05b17
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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)

Expand Down

0 comments on commit 1c05b17

Please sign in to comment.