The Vue core team has published version 3.5.38, the latest stable release in the 3.5.x line. This release focuses on bug fixes and small refinements rather than new features, continuing the commitment to stability for production applications.
Key changes:
- Bug fixes and small refinements only
- No new features or breaking changes
As with all stable releases, developers can upgrade by updating their dependency version in package.json to ^3.5.38 and running npm install or yarn install. The full list of changes is available in the project's CHANGELOG, which details the exact issues resolved.
For teams relying on Vue 3.5, this low-risk update is recommended to benefit from the latest corrections. It ensures that your codebase stays on the most reliable version of the framework without introducing breaking changes.