v3.0.0-alpha.60
v3.0.0-alpha.60
Release Notes
3.0.0-alpha.60 (2026-07-08)
Bug Fixes
- create-analog: update Node.js compat with Angular v22 and @angular/animations deprecation (#2375) (9282770)
- support and migrate to Nx 23 (#2393) (b4e9140)
- vite-plugin-angular: @Service detection and external styleUrl preprocessing in fastCompile (#2383) (bb789c1)
- vite-plugin-angular: be more selective with potential angular code detection (#2394) (f257d10)
- vite-plugin-angular: cover legacy compliance fixtures + fix surfaced DI emit bugs (#2389) (8d0f053)
- vite-plugin-angular: emit fastCompile providers referenced by a const (#2388) (8ca1d0b)
- vite-plugin-angular: resolve non-standalone component scope in fastCompile (#2390) (f115390)
- vite-plugin-angular: track inlined resources for HMR invalidation in fast compile (#2414) (db3d366)
Performance Improvements
- platform: scope route invalidation to add/unlink and enable router fesm transform cache (#2410) (120407c)
- vite-plugin-angular: dedupe emits, filter watcher invalidation, and memoize HMR metadata (#2412) (1d9e6fe)
- vite-plugin-angular: persist dependency transform output across dep-optimizer runs (#2416) (c7fe67b)
- vite-plugin-angular: reduce redundant parsing, fs work, and blocking reads in fastCompile (#2411) (f7f1fb2)