The Wire · Showcase
VAPOR COMPILER CUTS EVENT DELEGATION, RESTORES VUETIFY CI
By RepoJournal · Filed · About Vue.js
Vue's Vapor compiler shipped a significant refactor that removes delegate events entirely, while the team walked back a controversial CI cutout.
The Vapor compiler refactor [1] strips out delegate event handling, a core optimization that routes events through a central dispatcher. This is a meaningful architectural shift for how Vapor handles interactivity, and it signals the team is willing to revisit fundamental assumptions as the compiler matures. Meanwhile, that contentious Vuetify CI removal [2] is getting reverted, ending a brief standoff that had the component library community watching closely. On the stability front, Vapor fixed a duplicate key generation bug [3] that could have caused rendering confusion in lists, and the team hardened CI configuration [4] while cleaning up type checking errors [5]. Over on Pinia, the docs got an LLM-friendly addition [6] to close out a community request.
Action items
- → Review Vapor delegate event removal for your component event patterns vuejs/vue-jsx-vapor [plan]
- → Verify list rendering with the duplicate key fix in next build vuejs/vue-jsx-vapor [monitor]
References
- [1] refactor(compiler/vapor): remove delegate events vuejs/vue-jsx-vapor
- [2] revert: remove vuetify CI vuejs/vue-jsx-vapor
- [3] fix(compiler/vapor): prevent generate duplicate key vuejs/vue-jsx-vapor
- [4] ci: add CI env vuejs/vue-jsx-vapor
- [5] chore: fix typecheck vuejs/vue-jsx-vapor
- [6] docs: add llms.txt vuejs/pinia
FAQ
- What changed in Vue.js on June 15, 2026?
- Vue's Vapor compiler shipped a significant refactor that removes delegate events entirely, while the team walked back a controversial CI cutout.
- What should Vue.js teams do about it?
- Review Vapor delegate event removal for your component event patterns • Verify list rendering with the duplicate key fix in next build
- Which Vue.js repositories shipped on June 15, 2026?
- vuejs/vue-jsx-vapor, vuejs/pinia