v1.7.0
1.7.0 (2024-08-05)
Bug Fixes
- create-analog: add proper component naming (#1237) (24518fc)
- platform: add workaround for redefined global in zone.js 0.14.5+ (#1245) (9ff8a4d)
- platform: adjust transform filters for routes (#1231) (8b488ff)
- router: correctly discover page endpoints from additional sources (#1238) (ef2cc86)
- update peer dependencies for router and vitest-angular packages (#1242) (5fa4205)
- vite-plugin-angular: add additionalContentDirs to analog globs (#1246) (b0abaa2)
- vite-plugin-angular: use Vite preprocessCSS function for JIT CSS transform (#1243) (f84bbf0)
Features
- add support for configuring additional page/content route sources (#1228) (869cfb5)
- platform: add support for auto-discovery of SSR and optimization dependencies (#1226) (40d03e6)
- router: provide server context awareness to routing and HttpClient requests (#1223) (b1cdd08)
What's Changed
- feat(platform): add support for auto-discovery of SSR and optimization dependencies by @brandonroberts in #1226
- feat: add support for configuring additional page/content route sources by @brandonroberts in #1228
- feat(router): provide server context awareness to routing and HttpClient requests by @brandonroberts in #1223
- fix(platform): adjust transform filters for routes by @brandonroberts in #1231
- refactor(router): remove unnecessary type casting by @markostanimirovic in #1233
- docs: german translation for features
Routing
/API Routes
by @DerHerrGammler in #1224 - docs: zh-hans translations for all docs except the contributing by @reboot25 in #1234
- fix(create-analog): add proper component naming by @geromegrignon in #1237
- fix(router): correctly discover page endpoints from additional sources by @brandonroberts in #1238
- fix: update peer dependencies for router and vitest-angular packages by @brandonroberts in #1242
- fix(vite-plugin-angular): use Vite preprocessCSS function for JIT CSS transform by @brandonroberts in #1243
- docs: german translation for
data-fetching
/deployment
/code-generation
/updating
/server-side-rendering
/static-site-generation
by @DerHerrGammler in #1240 - fix(platform): add workaround for redefined global in zone.js 0.14.5+ by @brandonroberts in #1245
- fix(vite-plugin-angular): add additionalContentDirs to analog globs by @joshuamorony in #1246
- chore: release 1.7.0 by @brandonroberts in #1250
Full Changelog: v1.6.4...v1.7.0