Skip to content

Commit 3525b2f

Browse files
committed
docs: release notes for the v10.2.0 release
1 parent 7768aeb commit 3525b2f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="10.2.0"></a>
2+
# 10.2.0 (2020-10-21)
3+
4+
5+
### Bug Fixes
6+
7+
* **core:** guard reading of global `ngDevMode` for undefined. ([#36055](https://github.com/angular/angular/issues/36055)) ([02405f1](https://github.com/angular/angular/commit/02405f1))
8+
* **platform-server:** Resolve absolute URL from baseUrl ([#39334](https://github.com/angular/angular/issues/39334)) ([71fb99f](https://github.com/angular/angular/commit/71fb99f))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* **platform-server:** If you use `useAbsoluteUrl` to setup `platform-server`, you now need to
14+
also specify `baseUrl`.
15+
We are intentionally making this a breaking change in a minor release,
16+
because if `useAbsoluteUrl` is set to `true` then the behavior of the
17+
application could be unpredictable, resulting in issues that are hard to
18+
discover but could be affecting production environments.
19+
20+
21+
122
<a name="11.0.0-next.6"></a>
223
# 11.0.0-next.6 (2020-10-14)
324

0 commit comments

Comments
 (0)