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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ These TODOs will be resolved before a full release. ([GitHub project](https://gi
29
29
- Listeners to `Converter.EVENT_CREATE_TYPE_PARAMETER` and `Converter.EVENT_CREATE_DECLARATION` will now never be passed a `ts.Node` as their third argument.
30
30
- Constant variables which are interpreted as functions will no longer have the `ReflectionFlag.Const` flag set.
31
31
- Removed deprecated `removeReaderByName`, `addDeclarations` and `removeDeclarationByName` methods on `Options`.
32
+
- Themes are now set on the document element rather than on body, #1706.
32
33
33
34
### Features
34
35
@@ -54,6 +55,7 @@ These TODOs will be resolved before a full release. ([GitHub project](https://gi
0 commit comments