Skip to content

Commit 1baa35f

Browse files
committed
Document changes
1 parent b027d50 commit 1baa35f

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ Fixes:
55
- `->` autocomplete overruled `.`.
66

77
Features:
8-
- Autocomplete for props in JSX components.
9-
- `->` autocomplete for built-in list, array, string, option types. And for string and array literals.
8+
- Show References!
9+
- Hover now supports markdown docs!
1010
- Hover on labels in component functions with compiler version 9.1, and labels with type annotation.
1111
- Don't show file path on hover (cleaner).
12-
- Show References.
12+
- Autocomplete for props in JSX components.
13+
- `->` autocomplete for built-in list, array, string, option types. And for string and array literals.
14+
15+
Breakages:
16+
- Very old linux versions are no longer supported.
17+
- Hover: no more odoc format support (but it'll still display as text).
1318

1419
## 1.0.8
1520

0 commit comments

Comments
 (0)