Skip to content

Commit 7625a1b

Browse files
committed
docs: release notes for the v11.0.0-rc.0 release
1 parent 3525b2f commit 7625a1b

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
<a name="11.0.0-rc.0"></a>
2+
# 11.0.0-rc.0 (2020-10-21)
3+
4+
5+
### Bug Fixes
6+
7+
* **common:** update locales using new CLDR data ([#39343](https://github.com/angular/angular/issues/39343)) ([3738233](https://github.com/angular/angular/commit/3738233))
8+
* **compiler:** promote constants in templates to Trusted Types ([#39211](https://github.com/angular/angular/issues/39211)) ([6e18d2d](https://github.com/angular/angular/commit/6e18d2d))
9+
* **core:** guard reading of global `ngDevMode` for undefined. ([#36055](https://github.com/angular/angular/issues/36055)) ([f541e5f](https://github.com/angular/angular/commit/f541e5f))
10+
* **language-service:** [Ivy] create compiler only when program changes ([#39231](https://github.com/angular/angular/issues/39231)) ([8f1317f](https://github.com/angular/angular/commit/8f1317f))
11+
* **ngcc:** ensure that "inline exports" can be interpreted correctly ([#39267](https://github.com/angular/angular/issues/39267)) ([822b838](https://github.com/angular/angular/commit/822b838))
12+
* **platform-server:** Resolve absolute URL from baseUrl ([#39334](https://github.com/angular/angular/issues/39334)) ([b4e8399](https://github.com/angular/angular/commit/b4e8399))
13+
* **router:** incorrect signature for createUrlTree ([#39347](https://github.com/angular/angular/issues/39347)) ([161b278](https://github.com/angular/angular/commit/161b278))
14+
15+
16+
### Code Refactoring
17+
18+
* **compiler:** remove support for TypeScript 3.9 ([#39313](https://github.com/angular/angular/issues/39313)) ([736e064](https://github.com/angular/angular/commit/736e064))
19+
20+
21+
### BREAKING CHANGES
22+
23+
* **platform-server:** If you use `useAbsoluteUrl` to setup `platform-server`, you now need to
24+
also specify `baseUrl`.
25+
We are intentionally making this a breaking change in a minor release,
26+
because if `useAbsoluteUrl` is set to `true` then the behavior of the
27+
application could be unpredictable, resulting in issues that are hard to
28+
discover but could be affecting production environments.
29+
* **compiler:** TypeScript 3.9 is no longer supported, please upgrade to TypeScript 4.0.
30+
31+
32+
133
<a name="10.2.0"></a>
234
# 10.2.0 (2020-10-21)
335

0 commit comments

Comments
 (0)