RepoJournal
Vue.js

@vuejs

Vue + the surrounding frontend ecosystem

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.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

LANGUAGE TOOLS RECLAIM CUSTOM ELEMENT SUPPORT, PROPS COMPLETION GETS SMARTER

By RepoJournal · Filed · About Vue.js

Vue's language-tools just restored the HTML custom data feature that hundreds of teams rely on for web components, while tightening TypeScript prop inference to match the language itself.

The language-tools team shipped a critical restore [1] that re-enables html.customData support in the language service, unblocking teams using UI5 Web Components and other custom elements that don't have dedicated Vue wrappers. This matters because the feature broke in an earlier version and users have been stuck without code completion for their web component libraries. Alongside that, the TypeScript plugin got a precision upgrade [2] that refines props completion logic to actually follow TypeScript behavior instead of guessing, which means your IDE stops suggesting invalid prop combinations. The core team also pushed v3.6.0-beta.12 [3] forward with more stability improvements as the release candidate cycle tightens. Test-utils continues its dependency hygiene with oxfmt at v0.50.0 [4] and pkg-pr-new bumped to v0.0.73 [5], both low-friction upgrades that keep the testing toolchain current.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] fix(language-service): re-support `html.customData` ↗ vuejs/language-tools
  2. [2] feat(typescript-plugin): refine props completion logic to follow TS behavior ↗ vuejs/language-tools
  3. [3] v3.6.0-beta.12 ↗ vuejs/core
  4. [4] chore(deps): update dependency oxfmt to v0.50.0 ↗ vuejs/test-utils
  5. [5] chore(deps): update dependency pkg-pr-new to v0.0.73 ↗ vuejs/test-utils

Quick answers

What shipped in Vue.js on May 16, 2026?
Vue's language-tools just restored the HTML custom data feature that hundreds of teams rely on for web components, while tightening TypeScript prop inference to match the language itself. In total, 4 commits, 4 pull requests, and 1 releases landed.
Who contributed to Vue.js on May 16, 2026?
3 developers shipped this update, including Bomberus, KazariEX, and renovate[bot].
What were the notable Vue.js updates?
fix(language-service): re-support `html.customData`, feat(typescript-plugin): refine props completion logic to follow TS behavior, and v3.6.0-beta.12.

More from @vuejs

Daily updates, in your inbox

Follow Vue.js

Keep up with Vue.js in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?