All notable changes to the "vuejs-autoimport" extension will be documented in this file.
Various bug fixes + Vue 3 TypeScript support
- added support for the Vue 3 TypeScript syntax using defineComponent()
- fixed: extension doesn't indent the import statement even with the Indent Script Tag option enabled
- fixed: leaves empty new line after the components object with Insert One Component Per Line enabled
- fixed: doesn't add comma after the components object when Has Trailing Comma is disabled
- now it adds comma when there are other properties in the component's object (e.g. computed, methods,...)
- update command title.
- change keybindings 'cmd + /' to 'cmd + i'.
- fix to show context menu when only vue file.
- add option to remove .vue file extention from import path.
- fix a minor bug.
- resolved security alerts for github.com.
- add semicolon after imports (default: off)
- one component per line (default: off)
- script tag is indented (gives one extra indent, default: off)
- force pascal case (while you're kinda not supposed to do that according to vue convention, naming component files in kebab case would break things. default: on)
- add trailing comma (default: off)
- auto add
compornets{}
block.
- Fixed to accurately import path if component exist in just under directory.
- Added to can import on
<component
. * it needed to close at>
until now.
- add support on end "," word in components.
- Changed to key command
- Fixed to key for get config value
- FIxed to import path on same layer
- Initial release