Skip to content

Commit 30cce6e

Browse files
committed
Update CHANGELOG
1 parent d5c5c3e commit 30cce6e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 14.1.1
2+
3+
### Fixes
4+
5+
- A few tweaks to autocompletion
6+
7+
First, the bug with passing triggerCharacter to tsserver introduced in the previous release has been fixed.
8+
9+
Second, the suggestion filtering has been relaxed, and is done via fuzzaldrin instead of built-in tsserver prefix filter. The effect is that misspelled identifiers now should always find correctly spelled suggestions, while previously this only worked sometimes.
10+
11+
### Misc
12+
13+
- Add docs on setting user preferences in tsconfig
14+
115
## 14.1.0
216

317
### New features

0 commit comments

Comments
 (0)