Skip to content

Commit e6927f3

Browse files
chore(main): release 4.0.0 (#425)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
1 parent 00d26d2 commit e6927f3

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [4.0.0](https://github.com/netlify/angular-runtime/compare/v3.0.1...v4.0.0) (2026-06-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* require Node 22+ and ship as ESM ([#424](https://github.com/netlify/angular-runtime/issues/424))
9+
10+
### Features
11+
12+
* automatically configure Netlify-specific default `allowedHosts` and `trustProxyHeaders` values for `@angular/ssr@22`. Without these settings, Angular SSR returns 400 Bad Request responses. ([#427](https://github.com/netlify/angular-runtime/issues/427)) ([991174a](https://github.com/netlify/angular-runtime/commit/991174adeb9701ecf77fe61299df18ccd7664f24))
13+
* require Node 22+ and ship as ESM ([#424](https://github.com/netlify/angular-runtime/issues/424)) ([7c188c2](https://github.com/netlify/angular-runtime/commit/7c188c26e0d70b11dbe45b0127f8e70f771551b7))
14+
15+
16+
### Bug Fixes
17+
18+
* generate default allowedHosts with available variables instead of skipping all due to a single missing one ([#441](https://github.com/netlify/angular-runtime/issues/441)) ([2fccaf1](https://github.com/netlify/angular-runtime/commit/2fccaf15ca3c7d0e113570d7a03dad07b4d7f27d))
19+
320
## [3.0.1](https://github.com/netlify/angular-runtime/compare/v3.0.0...v3.0.1) (2025-11-07)
421

522

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/angular-runtime",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "Netlify Angular Runtime - Run Angular seamlessly on Netlify.",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)