10.4.0-alpha.9
- A11y: Improve boolean control contrast in forced colors mode - #34204, thanks @anchmelev!
- Addon-Docs: Avoid rerendering static Source blocks - #34206, thanks @anchmelev!
- CLI: Streamline Node.js version detection code - #34440, thanks @Sidnioulz!
- Core: Improve startup performance by deferring change detection initialization - #34498, thanks @ghengeveld!
- Core: Normalize file paths in ChangeDetectionService and trace-changed for Windows support - #34445, thanks @ghengeveld!
- Fix: Add vite-plus vendored libraries version detection - #34509, thanks @huang-julien!
- Nextjs: Handle node builtin webpack imports - #34494, thanks @JReinhold!
- React: Add subcomponents to component manifests - #34428, thanks @kasperpeulen!
- Vue3: Clear stale args/globals when nextArgs is empty in updateArgs - #34409, thanks @whdjh!