The Wire · Showcase
VUE 3.6.0-RC.3 LANDS WITH TYPESCRIPT TOOLING FIXES
By RepoJournal · Filed · About Vue.js
Vue's next minor release enters release candidate phase as the team polishes developer experience across the ecosystem.
Vue 3.6.0-rc.3 shipped overnight [1], marking the third release candidate on the path to the next stable minor version. The team used the window to push a targeted chore: updating VS Code's TypeScript SDK configuration to use the current setting format [2] [3], a quality-of-life fix that smooths the DX for the thousands of developers building Vue apps in the most common IDE. The commit preserves existing spell-check language settings while modernizing the toolchain integration. With the rc now live, the focus shifts to catching edge cases before the final 3.6.0 drop. Check the minor branch changelog for the full feature set if you're running pre-releases in production.
One email a day. Unsubscribe in one click.
Keep up with Vue.js in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.
One email a day. Unsubscribe in one click. Read a past issue →
Action items
- → Test Vue 3.6.0-rc.3 in a non-critical branch to validate your app's compatibility vuejs/core [plan]
- → Update your VS Code TypeScript settings if you're on an older configuration format vuejs/core [monitor]
References
- [1] v3.6.0-rc.3 ↗ vuejs/core
- [2] chore: update vscode ts settings ↗ vuejs/core
- [3] chore: update vscode ts settings (#15250) vuejs/core