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: packages/core/CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Change Log
2
2
3
+
## 0.12.1
4
+
5
+
### Patch Changes
6
+
7
+
- 072c095: [angular]:
8
+
9
+
Fix minor issues for `api=signals`:
10
+
11
+
- Missing `OnDestroy` import
12
+
-`onMount` hook will be `AfterViewInit` instead of `OnInit`
13
+
- HTML template uses prettiers [html-whitespace-sensitivity](https://github.com/angular/angular/issues/37635#issuecomment-2298369500) to avoid spaces around content
0 commit comments