Skip to content

Releases: angular/angular-cli

v19.0.0-rc.2

14 Nov 16:59
Compare
Choose a tag to compare
v19.0.0-rc.2 Pre-release
Pre-release

19.0.0-rc.2 (2024-11-14)

@angular/cli

Commit Description
fix - 52dcd551c support default options for multiselect list x-prompt

@angular/build

Commit Description
fix - 5a7a2925b add missing redirect in SSR manifest
fix - 53b6cd33c allow .js file replacements in all configuration cases
fix - 3602bbb77 avoid overwriting inline style bundling additional results
fix - 172f3c25a improve URL rebasing for hyphenated Sass namespaced variables

@angular/ssr

Commit Description
fix - 280ebbda4 support for HTTP/2 request/response handling

v18.2.12

14 Nov 16:09
Compare
Choose a tag to compare

18.2.12 (2024-11-14)

@angular/cli

Commit Description
fix - c3925ed7f support default options for multiselect list x-prompt

@angular/build

Commit Description
fix - c8bee8415 allow .js file replacements in all configuration cases
fix - 93f552112 improve URL rebasing for hyphenated Sass namespaced variables

v19.0.0-rc.1

06 Nov 16:17
Compare
Choose a tag to compare
v19.0.0-rc.1 Pre-release
Pre-release

19.0.0-rc.1 (2024-11-06)

@schematics/angular

Commit Description
fix - b1504c3bc component spec with export default

@angular/cli

Commit Description
fix - b847d4460 recommend optional application update migration during v19 update

@angular-devkit/build-angular

Commit Description
fix - 2ec877dd0 handle basename collisions
fix - 43e7aae22 remove double-watch in karma
fix - 1e37b5939 serve assets

@angular/build

Commit Description
fix - ecaf870b5 always clear dev-server error overlay on non-error result
fix - 71534aadc check referenced files against native file paths
fix - fed31e064 correctly use dev-server hmr option to control stylesheet hot replacement
fix - b86bb080e disable dev-server websocket when live reload is disabled
fix - efb2232df ensure accurate content size in server asset metadata
fix - 18a8584ea ensure SVG template URLs are considered templates with external stylesheets
fix - 7502fee28 Exclude known --import from execArgv when spawning workers
fix - c41529cc1 handle APP_BASE_HREF correctly in prerendered routes
fix - cf0228b82 skip wildcard routes from being listed as prerendered routes
fix - c8e1521a2 workaround Vite CSS ShadowDOM hot replacement

@angular/ssr

Commit Description
fix - 74b3e2d51 add validation to prevent use of provideServerRoutesConfig in browser context
fix - df4e1d360 enable serving of prerendered pages in the App Engine
fix - 3cf7a5223 initialize the DI tokens with null to avoid requiring them to be set to optional
perf - f460b91d4 integrate ETags for prerendered pages

v19.0.0-rc.0

31 Oct 00:12
Compare
Choose a tag to compare
v19.0.0-rc.0 Pre-release
Pre-release

19.0.0-rc.0 (2024-10-30)

@schematics/angular

Commit Description
fix - 4e2a5fe15 enable opt-in for new @angular/ssr feature

@angular-devkit/build-angular

Commit Description
fix - 476f94f51 fix --watch regression in karma

@angular/build

Commit Description
fix - 06e5176c2 add warning when --prerendering or --app-shell are no-ops
fix - f8677f6a9 always record component style usage for HMR updates
fix - 099e477a8 avoid hashing development external component stylesheets
fix - 0d4558ea5 set ngServerMode during vite prebundling
fix - 55d7f01b6 simplify disabling server features with --no-server via command line

@angular/ssr

Commit Description
fix - 0793c78cf ensure wildcard RenderMode is applied when no Angular routes are defined

v18.2.11

30 Oct 23:31
Compare
Choose a tag to compare

18.2.11 (2024-10-30)

@angular/build

Commit Description
fix - 87ec15ba2 show error message when error stack is undefined

v19.0.0-next.13

23 Oct 20:58
Compare
Choose a tag to compare
v19.0.0-next.13 Pre-release
Pre-release

19.0.0-next.13 (2024-10-23)

@angular/build

Commit Description
feat - efb434136 Auto-CSP support as a part of angular.json schema
fix - cc345b02d Address build issue in Node.js LTS versions with prerendering or SSR

v18.2.10

23 Oct 20:03
Compare
Choose a tag to compare

18.2.10 (2024-10-23)

@angular-devkit/build-angular

Commit Description
fix - 7b775f4e0 update http-proxy-middleware to 3.0.3

@angular/build

Commit Description
fix - b1e5f51f9 Address build issue in Node.js LTS versions with prerendering or SSR

v17.3.11

23 Oct 18:43
Compare
Choose a tag to compare

17.3.11 (2024-10-23)

@angular-devkit/build-angular

Commit Description
fix - 8bad9cee0 update http-proxy-middleware to 2.0.7

v19.0.0-next.12

21 Oct 22:22
Compare
Choose a tag to compare
v19.0.0-next.12 Pre-release
Pre-release

19.0.0-next.12 (2024-10-21)

@angular-devkit/build-angular

Commit Description
refactor - 62877bdf2 remove Protractor builder and schematics

@angular/build

Commit Description
fix - 1654acf0f relax constraints on external stylesheet component id

@angular/ssr

Commit Description
fix - 44077f54e designate package as side-effect free

Breaking Changes

@angular-devkit/build-angular

v19.0.0-next.11

16 Oct 23:39
Compare
Choose a tag to compare
v19.0.0-next.11 Pre-release
Pre-release

19.0.0-next.11 (2024-10-16)

@schematics/angular

Commit Description
feat - 755f3a07f add option to setup new workspace or application as zoneless mode
fix - fcf7443d6 explicitly set standalone:false
fix - a68e832ae update browserslist config to include last 2 Android major versions

@angular/build

Commit Description
feat - b6951f448 add sass to stylePreprocessorOptions in application builder
feat - 816e3cb86 enable component stylesheet hot replacement by default
feat - 7d883a152 introduce ssr.experimentalPlatform option
feat - c48d6947e set development/production condition
fix - 13b65dfe1 allow direct bundling of TSX files with application builder
fix - 5f473affc avoid race condition in sass importer
fix - af52fb49b synchronize import/export conditions between bundler and TypeScript
fix - bfa8fec9b use named export reqHandler for server.ts request handling