Skip to content

Releases: angular/angular-cli

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

v18.2.9

16 Oct 22:58
Compare
Choose a tag to compare

18.2.9 (2024-10-16)

@schematics/angular

Commit Description
fix - 237f7c5d0 update browserslist config to include last 2 Android major versions

@angular/build

Commit Description
fix - d749ba6a3 allow direct bundling of TSX files with application builder
fix - b91c82d89 avoid race condition in sass importer

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.