-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Releases: angular/angular-cli
Releases Β· angular/angular-cli
v18.2.10
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 |
Assets 2
1 person reacted
v17.3.11
17.3.11 (2024εΉ΄10ζ23ζ₯)
@angular-devkit/build-angular
Commit | Description |
---|---|
fix - 8bad9cee0 | update http-proxy-middleware to 2.0.7 |
Assets 2
3 people reacted
v19.0.0-next.12
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
-
Protractor is no longer supported.
Protractor was marked end-of-life in August 2023 (see https://protractortest.org/). Projects still relying on Protractor should consider migrating to another E2E testing framework, several support solid migration paths from Protractor.
Assets 2
3 people reacted
v19.0.0-next.11
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 |
Assets 2
8 people reacted
v18.2.9
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 |
Assets 2
2 people reacted
v19.0.0-next.10
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.
Assets 2
10 people reacted
v18.2.8
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 |
Assets 2
4 people reacted
v19.0.0-next.9
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 |
Assets 2
5 people reacted
v18.2.7
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 |
Assets 2
7 people reacted
v19.0.0-next.8
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 |
Assets 2
14 people reacted