You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff 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.
0 commit comments