@@ -334,13 +334,14 @@ function getWelcomeHtml(context: vscode.ExtensionContext) {
334
334
<div class="card whats-new-card">
335
335
<h3>3.0.7</h3>
336
336
<ul style="margin: 0; padding-left: 1.25rem;">
337
- <li>✨ All 3 premium features are now available to all users</li>
337
+ <li>✨ The following features are now available for free:</li>
338
+ <ul style="margin: 0; padding-left: 1.25rem;">
339
+ <li>🧩 Interpolation Highlight</li>
340
+ <li>🧩 Focus Mode (disabled by default)</li>
341
+ <li>🧩 Reactivity Visualization</li>
342
+ </ul>
338
343
<li>🐛 4+ bug fixes</li>
339
344
</ul>
340
- <div
341
- style="margin-top: 1rem; padding: 0.75rem; background-color: var(--vscode-inputValidation-warningBackground); border-radius: 4px;">
342
- ⚠️ Premium features are now disabled by default
343
- </div>
344
345
<div
345
346
style="margin-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem;">
346
347
<a href="https://github.com/vuejs/language-tools/releases/tag/v3.0.7" target="_blank"
@@ -480,25 +481,6 @@ function getWelcomeHtml(context: vscode.ExtensionContext) {
480
481
</div>
481
482
</div>
482
483
483
- <h2>🚀 Premium Features</h2>
484
- <div class="features" style="grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); margin: 1.5rem 0;">
485
- <div class="feature">
486
- <div class="feature-icon">🧩</div>
487
- <h4>Interpolation Highlight 🌟</h4>
488
- <p>Enhanced highlighting for template interpolations and expressions</p>
489
- </div>
490
- <div class="feature">
491
- <div class="feature-icon">🧩</div>
492
- <h4>Focus Mode 🌟🌟</h4>
493
- <p>Isolate and focus on specific SFC blocks during development</p>
494
- </div>
495
- <div class="feature">
496
- <div class="feature-icon">🧩</div>
497
- <h4>Reactivity Visualization 🌟🌟🌟</h4>
498
- <p>Visualize Vue's reactivity system in component scripts</p>
499
- </div>
500
- </div>
501
-
502
484
<h2>📚 Resources</h2>
503
485
<ul>
504
486
<li><a href="https://vuejs.org/guide/typescript/overview.html" target="_blank">Vue with TypeScript Guide</a> -
0 commit comments