Releases: analogjs/analog
Releases · analogjs/analog
v1.14.1-beta.2
1.14.1-beta.2 (2025-03-06)
Bug Fixes
v1.14.1-beta.1
1.14.1-beta.1 (2025-03-04)
Bug Fixes
v2.0.0-alpha.5
2.0.0-alpha.5 (2025-02-26)
Bug Fixes
- router: properly parse json response in the FormAction (#1605) (6a8fc20)
- vite-plugin-angular: add detection for Vitest CLI in watch mode (#1602) (9cae439)
- vite-plugin-angular: add exception for agx to resourceNameToFileName (#1595) (718a0dc)
- vite-plugin-angular: cache MarkedSetupService creation (#1584) (9b8c90d)
- vite-plugin-angular: cache resource reads for agx files (#1587) (3eb5fa9)
- vite-plugin-angular: check for style extension in resourceNameToFileName (#1596) (4ff66a4)
- vite-plugin-angular: remove check for Vitest command in watch mode (#1606) (744ed1f)
- vite-plugin-angular: support double quotes in analog import attributes (#1590) (0b4e245)
- vitest-angular: expand semver range of @angular-devkit/architect (#1611) (272eabc)
Features
- vite-plugin-nitro: add support for API routes without middleware/proxy (#1621) (a57ef2a)
- vite-plugin-nitro: add support for hybrid server side rendering at runtime (#1623) (fa81e94)
- vite-plugin-nitro: implement support for Vite Environment API (#1618) (74a5f52)
- vitest-angular: add support for snapshot updates in test builder (#1626) (4581f8b)
v1.14.0
What's Changed
- feat(vite-plugin-nitro): implement support for Vite Environment API by @brandonroberts in #1618
- docs: update version compatibility by @nikosanif in #1619
- docs: add nikosanif as a contributor for doc by @allcontributors in #1620
- feat(vite-plugin-nitro): add support for API routes without middleware/proxy by @brandonroberts in #1621
- feat(vite-plugin-nitro): add support for conditional server rendering at runtime by @brandonroberts in #1623
- feat(vitest-angular): add support for snapshot updates in test builder by @kudoas in #1626
- docs: add kudoas as a contributor for code by @allcontributors in #1628
New Contributors
- @nikosanif made their first contribution in #1619
- @kudoas made their first contribution in #1626
Full Changelog: v1.13.1...v1.14.0
v1.14.0-beta.4
1.14.0-beta.4 (2025-02-26)
Features
v1.14.0-beta.3
1.14.0-beta.3 (2025-02-25)
Features
v1.14.0-beta.2
1.14.0-beta.2 (2025-02-25)
Features
v1.14.0-beta.1
1.14.0-beta.1 (2025-02-21)
Features
v1.13.1
What's Changed
- docs(astro-angular): add docs on filtering file transforms with Astro by @brandonroberts in #1580
- build: only build packages during release job by @brandonroberts in #1583
- fix(vite-plugin-angular): cache MarkedSetupService creation by @joshuamorony in #1584
- ci: bump artifact actions to v4 by @brandonroberts in #1588
- docs: add Bun support for creating, serving, and building Analog appl… by @JeevanMahesha in #1586
- fix(vite-plugin-angular): support double quotes in analog import attributes by @BaptisteMahe in #1590
- docs: add BaptisteMahe as a contributor for code by @allcontributors in #1591
- fix(vite-plugin-angular): cache resource reads for agx files by @joshuamorony in #1587
- fix(vite-plugin-angular): add exception for agx to resourceNameToFileName by @joshuamorony in #1595
- fix(vite-plugin-angular): check for style extension in resourceNameToFileName by @joshuamorony in #1596
- build: bump Vitest to 3.0.5 by @brandonroberts in #1594
- fix(vite-plugin-angular): add detection for Vitest CLI in watch mode by @brandonroberts in #1602
- Refactor: Update to New Control Flow, Remove standalone: true, and Make DI Readonly by @JeevanMahesha in #1603
- refactor: upgrade prettier to support new Angular syntax by @ajitzero in #1604
- fix(vite-plugin-angular): remove check for Vitest command in watch mode by @brandonroberts in #1606
- fix(router): properly parse json response in the FormAction by @milosdanilov in #1605
- docs: add milosdanilov as a contributor for code by @allcontributors in #1608
- fix(vitest-angular): expand semver range of @angular-devkit/architect by @r-yanyo in #1611
- docs: add r-yanyo as a contributor for infra by @allcontributors in #1612
- docs: add extra instructions to use vitest in zoneless apps by @osnoser1 in #1614
- docs: add osnoser1 as a contributor for doc by @allcontributors in #1615
New Contributors
- @JeevanMahesha made their first contribution in #1586
- @BaptisteMahe made their first contribution in #1590
- @milosdanilov made their first contribution in #1605
- @r-yanyo made their first contribution in #1611
Full Changelog: v1.13.0...v1.13.1