Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix wrong links in CHANGELOG.md #4475

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,7 @@ For more details, see [#2620](https://github.com/vuejs/language-tools/issues/262

## 1.0.8 (2022/10/15)

- feat: support for twoslash queries (https://github.com/vuejs/language-tools-plugins/issues/9)
- feat: support for twoslash queries (https://github.com/volarjs/services/issues/9)
- feat: support `generic` attribute auto-complete
- feat: add `volar.vueserver.noProjectReferences` setting for support jump to source files from reference projects ([#1344](https://github.com/vuejs/language-tools/issues/1344))
- fix: SFC parse failed if script content including `<script>` ([#1982](https://github.com/vuejs/language-tools/issues/1982))
Expand Down Expand Up @@ -2260,7 +2260,7 @@ you need to install [vite-plugin-vue-component-preview](https://github.com/johns
- fix: false positive error with withDefaults + "strictNullChecks": false ([#1187](https://github.com/vuejs/language-tools/issues/1187))

**Breaking changes**
- sass formatter is moved to external plugin: https://github.com/vuejs/language-tools-plugins/tree/master/packages/sass-formatter
- sass formatter is moved to external plugin: https://github.com/volarjs/services/tree/master/packages/sass-formatter

## 0.34.6 (2022/4/12)

Expand Down
Loading