Skip to content

Commit 0abfec8

Browse files
committed
chore: changelog
1 parent 8fbb9ed commit 0abfec8

File tree

3 files changed

+92
-34
lines changed

3 files changed

+92
-34
lines changed

.github/sponsors/StackBlitz.png

108 KB
Loading

CHANGELOG.md

Lines changed: 60 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,65 @@
11
# Changelog
22

3+
## 1.1.0 (2023/2/16)
4+
5+
- feat: support `initialIndent` for `pug` and `sass`
6+
- feat: add description for built-in directives, attributes, component, and elements
7+
- feat: support localization for event modifiers and props modifiers
8+
- feat: missing required props inlay hints (needs enabled `volar.inlayHints.missingRequiredProps`)
9+
- feat: show `(takeover)` instead of `(vue)` in status bar for takeover mode ([#2365](https://github.com/johnsoncodehk/volar/issues/2365))
10+
- feat: more reliable formatting edits combine
11+
- fix(doctor): update source code link ([#2307](https://github.com/johnsoncodehk/volar/issues/2307))
12+
- fix(typescript-plugin): tsserver multiple initializations lead to infinite loop (https://github.com/microsoft/vscode/issues/171591)
13+
- fix: syntactic features not working for untitled vue document
14+
- fix: spaces removed from ternary operator inside `{{ }}` ([#2305](https://github.com/johnsoncodehk/volar/issues/2305))
15+
- fix: `source.addMissingImports` accidentally made imports for properties used the template ([#2304](https://github.com/johnsoncodehk/volar/issues/2304))
16+
- fix: code action auto import should not append to the same line with the script tag ([#916](https://github.com/johnsoncodehk/volar/issues/916))
17+
- fix: multi-line interpolation last line indent incorrect
18+
- fix: declaring empty emits like defineEmits<{}>() would fail the type-checking process ([#2370](https://github.com/johnsoncodehk/volar/issues/2370))
19+
- fix: ignore `name` prop / attr for slot ([#2308](https://github.com/johnsoncodehk/volar/issues/2308))
20+
21+
**Breaking changes**
22+
23+
- Removed pug convert tool
24+
- Removed script setup convert tool
25+
- Unsupported tracing for vue-tsc ([#2378](https://github.com/johnsoncodehk/volar/issues/2378))
26+
- Extract Vite, Nuxt and component preview features to [Vue and Nuxt Preview](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-vue-preview)
27+
- feat: support `vite-plugin-vue-component-preview` for nuxt 3.2
28+
- feat: add `volar.preview.root` setting for Nuxt component preview
29+
- fix: prevent random creation of multiple preview terminals
30+
- fix: support nuxt preview without vite serving allow list ([#2287](https://github.com/johnsoncodehk/volar/issues/2287))
31+
32+
---
33+
34+
<h3 align="center">Full-time Support by</h3>
35+
<br />
36+
37+
<p align="center">
38+
<span>
39+
<a href="https://stackblitz.com/"><img src="./.github/sponsors/StackBlitz.png" height="80" /></a>
40+
<h4 align="center">Just click, and start coding.</h4>
41+
</span>
42+
</p>
43+
<br />
44+
45+
<h3 align="center">Our Sponsors ⭐✨</h3>
46+
<br />
47+
48+
<p align="center">
49+
<a href="https://volta.net/"><img src="./.github/sponsors/volta.svg" height="60" /></a>
50+
<a href="https://vuejs.org/"><img src="./.github/sponsors/vue.png" height="80" /></a>
51+
</p>
52+
<br />
53+
54+
<p align="center">
55+
<a href="https://www.prefect.io/"><img src="./.github/sponsors/prefect.svg" height="40" /></a>
56+
</p>
57+
<br />
58+
59+
<p align="center">
60+
<h5 align="center"><a href="https://github.com/sponsors/johnsoncodehk">Adding You</a></h5>
61+
</p>
62+
363
## 1.0.24 (2023/1/8)
464

565
- feat: add `vueCompilerOptions.macros` setting for vue-macros plugins
@@ -17,25 +77,6 @@
1777
- fix(component-meta): cannot detection of slots in script-less SFC ([#2113](https://github.com/johnsoncodehk/volar/issues/2113))
1878
- perf(component-meta): resolve schema on demand ([#2288](https://github.com/johnsoncodehk/volar/issues/2288))
1979

20-
### Platinum Sponsors
21-
22-
<table><tr>
23-
<td align="center" valign="middle"><a href="https://volta.net/"><img src="https://raw.githubusercontent.com/johnsoncodehk/volar/master/.github/sponsors/volta.svg" height="60" /></a></td>
24-
</tr></table>
25-
26-
### Gold Sponsors
27-
28-
<table><tr>
29-
<td align="center" valign="middle"><a href="https://vuejs.org/"><img src="https://raw.githubusercontent.com/johnsoncodehk/volar/master/.github/sponsors/vue.png" height="80" /></a></td>
30-
</tr></table>
31-
32-
### Silver Sponsors
33-
34-
<table><tr>
35-
<td align="center" valign="middle"><a href="https://www.prefect.io/"><img src="https://raw.githubusercontent.com/johnsoncodehk/volar/master/.github/sponsors/prefect.svg" height="50" /></a></td>
36-
<td align="center" valign="middle"><a href="https://github.com/365talents"><img src="https://raw.githubusercontent.com/johnsoncodehk/volar/master/.github/sponsors/365talents.png" height="70" /></a></td>
37-
</tr></table>
38-
3980
## 1.0.22 (2023/1/5)
4081

4182
- fix: document folding ranges not working in .ts

README.md

Lines changed: 32 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,38 @@
1-
# Volar
1+
# Vue Language Tools (Volar)
22

33
> ⚡ Explore high-performance tooling for Vue
44
5-
### Vue.js
5+
Discord: https://discord.gg/5bnSSSSBbK
6+
7+
## Support by Companies
8+
9+
10+
<table>
11+
<tr width="100%">
12+
<td align="center" valign="middle"><a href="https://volta.net/"><img src="https://raw.githubusercontent.com/johnsoncodehk/volar/master/.github/sponsors/volta.svg" height="60" width="50%" /></a></td>
13+
</tr>
14+
</table>
15+
16+
17+
### Platinum Sponsors
18+
19+
<table><tr>
20+
<td align="center" valign="middle"><a href="https://volta.net/"><img src="https://raw.githubusercontent.com/johnsoncodehk/volar/master/.github/sponsors/volta.svg" height="60" /></a></td>
21+
</tr></table>
22+
23+
### Gold Sponsors
24+
25+
<table><tr>
26+
<td align="center" valign="middle"><a href="https://vuejs.org/"><img src="https://raw.githubusercontent.com/johnsoncodehk/volar/master/.github/sponsors/vue.png" height="80" /></a></td>
27+
</tr></table>
28+
29+
### Silver Sponsors
30+
31+
<table><tr>
32+
<td align="center" valign="middle"><a href="https://www.prefect.io/"><img src="https://raw.githubusercontent.com/johnsoncodehk/volar/master/.github/sponsors/prefect.svg" height="50" /></a></td>
33+
</tr></table>
34+
35+
## Packages
636

737
- [Vue Language Features](https://github.com/johnsoncodehk/volar/tree/master/packages/vscode-vue) \
838
*Vue, Vitepress, petite-vue language support extension for VSCode*
@@ -15,19 +45,6 @@
1545
- [vite-plugin-vue-component-preview](https://github.com/johnsoncodehk/vite-plugin-vue-component-preview) \
1646
*Vite plugin for support Vue component preview view with `Vue Language Features`*
1747

18-
### Core
19-
20-
- [framework](https://github.com/volarjs/framework) \
21-
*The core framework of language server.*
22-
- [language-tools-starter](https://github.com/volarjs/language-tools-starter) \
23-
*A template for creating embedded language tools based on Volar framework*
24-
- [ecosystem-ci](https://github.com/volarjs/ecosystem-ci) \
25-
*Run integration tests for volar ecosystem projects*
26-
- [plugins](https://github.com/volarjs/plugins) \
27-
*Common plugins to change language server behavior*
28-
29-
Discord: https://discord.gg/5bnSSSSBbK
30-
3148
## IDE Supports by Community
3249

3350
### Vue.js

0 commit comments

Comments
 (0)