Skip to content

Releases: angular/angular-cli

v19.0.0-next.10

09 Oct 18:06
Compare
Choose a tag to compare
v19.0.0-next.10 Pre-release
Pre-release

19.0.0-next.10 (2024-10-09)

@schematics/angular

Commit Description
feat - 292a4b7c2 update app-shell and ssr schematics to adopt new Server Rendering API
fix - 6dbfc770b add validation for component and directive class name
fix - 7de93e593 include index.csr.html in resources asset group

@angular-devkit/build-angular

Commit Description
fix - ab6e19e1f handle main field

@angular/build

Commit Description
fix - 549c20a93 Ctrl + C not terminating dev-server with SSR
fix - 1d9db138f always generate a new hash for optimized chunk
fix - 7c50ba9e2 ensure index.csr.html is always generated when prerendering or SSR are enabled
fix - 1bb68ba68 move lmdb to optionalDependencies
fix - 9233e5ef4 show error message when error stack is undefined
fix - 6c618d495 update logic to support both internal and external SSR middlewares

Breaking Changes

@schematics/angular

  • The app-shell schematic is no longer compatible with Webpack-based builders.

v18.2.8

09 Oct 17:44
Compare
Choose a tag to compare

18.2.8 (2024-10-09)

@schematics/angular

Commit Description
fix - b522002ff add validation for component and directive class name
fix - dfd2d5c05 include index.csr.html in resources asset group

@angular/build

Commit Description
fix - 9445916f9 Ctrl + C not terminating dev-server with SSR
fix - 9b5cfaa8c always generate a new hash for optimized chunk

v19.0.0-next.9

02 Oct 13:15
Compare
Choose a tag to compare
v19.0.0-next.9 Pre-release
Pre-release

19.0.0-next.9 (2024-10-02)

@angular-devkit/build-angular

Commit Description
feat - 0a4ef3026 karma-coverage w/ app builder
feat - dcbdca85c karma+esbuild+watch
fix - 9d7613db9 zone.js/testing + karma + esbuild

@angular/build

Commit Description
feat - f63072668 utilize ssr.entry during prerendering to enable access to local API routes
fix - ecfb2b261 add few more SVG elements animateMotion, animateTransform, and feBlend etc. to valid self-closing elements
fix - 87a90afd4 incomplete string escaping or encoding
fix - c0b76e337 separate Vite cache by project

@angular/ssr

Commit Description
fix - 50df63196 improve handling of route mismatches between Angular server routes and Angular router
fix - 64c52521d show error when multiple routes are set with RenderMode.AppShell
perf - 12ff37adb cache generated inline CSS for HTML

v18.2.7

02 Oct 08:55
Compare
Choose a tag to compare

18.2.7 (2024-10-02)

@schematics/angular

Commit Description
fix - 3f98193d6 support single quote setting in JetBrains IDEs

@angular/build

Commit Description
fix - 8274184e1 add animate to valid self-closing elements
fix - 2648e811e add few more SVG elements animateMotion, animateTransform, and feBlend etc. to valid self-closing elements
fix - 736e126e4 separate Vite cache by project

v19.0.0-next.8

26 Sep 20:18
Compare
Choose a tag to compare
v19.0.0-next.8 Pre-release
Pre-release

19.0.0-next.8 (2024-09-26)

@schematics/angular

Commit Description
feat - cfca5442e integrate withEventReplay() in provideClientHydration for new SSR apps
fix - 4179bf2e6 support single quote setting in JetBrains IDEs

@angular-devkit/build-angular

Commit Description
feat - 54594b5ab support karma with esbuild

@angular/build

Commit Description
feat - 3b00fc908 introduce outputMode option to the application builder
feat - bbc290133 utilize ssr.entry in Vite dev-server when available
fix - dd499499c add animate to valid self-closing elements
fix - 13a3e430d allow missing HTML file request to fallback to index
fix - a995c8ea6 prevent prerendering of catch-all routes

@angular/ssr

Commit Description
feat - 92209dd2e add createRequestHandler and createNodeRequestHandler utilities
fix - 65b6e75a5 export RESPONSE_INIT, REQUEST, and REQUEST_CONTEXT tokens
perf - 1d70e3b46 cache resolved entry-points
perf - e52ae7f6f prevent potential stampede in entry-points cache

v18.2.6

25 Sep 15:32
Compare
Choose a tag to compare

18.2.6 (2024-09-25)

@angular/build

Commit Description
fix - 9d0b67124 allow missing HTML file request to fallback to index
fix - 5fea635b2 update rollup to 4.22.4

v17.3.10

25 Sep 14:48
Compare
Choose a tag to compare

17.3.10 (2024-09-25)

@angular-devkit/build-angular

Commit Description
fix - 30489d8fd update vite to 5.1.8

v19.0.0-next.7

19 Sep 00:00
Compare
Choose a tag to compare
v19.0.0-next.7 Pre-release
Pre-release

19.0.0-next.7 (2024-09-18)

@angular/cli

Commit Description
perf - f249e7e85 enable Node.js compile code cache when available

@angular/build

Commit Description
fix - f6b7cd925 support HTTP HEAD requests for virtual output files

@angular/ssr

Commit Description
feat - f346ee8a8 add isMainModule function
fix - 2640bf7a6 correct route extraction and error handling

v18.2.5

18 Sep 23:31
Compare
Choose a tag to compare

18.2.5 (2024-09-18)

@angular/build

Commit Description
fix - 707431625 support HTTP HEAD requests for virtual output files
fix - 1032b3da1 update vite to 5.4.6

v16.2.16

18 Sep 22:57
Compare
Choose a tag to compare

16.2.16 (2024-09-18)

@angular-devkit/build-angular

Commit Description
fix - 12aca0060 update vite to 4.5.5