From dc2a0c09d57d2d12b06e73d8cdde01318f7386bb Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Mon, 3 Aug 2020 19:43:28 +0800 Subject: [PATCH] Changelog for #1753 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeeb21fb2a..c89a675b64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Load different `eslint-plugin-vue` rulesets depending on workspace vue version. #2015. - Remove leading empty line in diagnostic errors. #2067. - `"vetur.completion.tagCasing": "initial"` causes double tag completion. #2053. +- πŸ™Œ Follow user's config while resolving autoImport path. Thanks to contribution from [@hikerpig](https://github.com/hikerpig). #1177 and #1753. - πŸ™Œ Handle different tag casing when doing html definition. Thanks to contribution from [@yoyo930021](https://github.com/yoyo930021). #2096. - πŸ™Œ Allow analyzing Vue files in `node_modules`. Thanks to contribution from [Tiago RoldΓ£o](https://github.com/tiagoroldao). #1127 and #1979. - πŸ™Œ Fix markdown rendering for library documentation. Thanks to contribution from [Albert Kaaman](https://github.com/nekosaur). #1775 and #1791.