Releases: analogjs/analog
Releases · analogjs/analog
v1.11.0-beta.2
1.11.0-beta.2 (2024-12-26)
Features
v2.0.0-alpha.2
v1.11.0-beta.1
v2.0.0-alpha.1
2.0.0-alpha.1 (2024-12-17)
Features
- upgrade to Vite 6.x (5ce9829)
BREAKING CHANGES
- The base version of Vite is updated.
BEFORE:
Vite 5.x is the base version.
AFTER:
Vite 6.x is the base version.
v1.10.3
v1.10.3-beta.3
1.10.3-beta.3 (2024-12-17)
Bug Fixes
v1.10.3-beta.2
1.10.3-beta.2 (2024-12-17)
Bug Fixes
v1.10.3-beta.1
1.10.3-beta.1 (2024-12-17)
Bug Fixes
v1.10.2
1.10.2 (2024-12-16)
Bug Fixes
- create-analog: remove override for @nx/angular package (#1487) (cb3d70b)
- create-analog: set root property to empty on angular.json (#1481) (d9cdbe2)
- exclude astro-app from builds (ebabc90)
- nx-plugin: update Nx preset to 20.x and Angular 19.x (#1484) (7d8ee23)
- vite-plugin-angular: fix Angular v18/v19 support for ɵPendingTasks (#1497) (3215ab4)
- vite-plugin-angular: only apply sourcemap transform to TS files during testing (#1500) (0b56d46)
- vite-plugin-angular: process call expr and property access expr property (#1498) (cf7db8f)
- vite-plugin-angular: process destructured objects (#1499) (cba76da)
- vite-plugin-angular: properly transform files during testing with watch mode (#1503) (6d9179f)
- vite-plugin-angular: resolve JIT external template/style files (#1493) (54e9488)
- vite-plugin-angular: return undefined when not resolving id (#1495) (ac6a854)
- vite-plugin-angular: skip re-transform in JIT mode (#1489) (30533c6)