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: RELEASE_NOTES.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ This serves two purposes:
16
16
- Updated the `Serializable` trait to provide a default automatic `toArray` method in https://github.com/hydephp/develop/pull/1791
17
17
- Updated the `PostAuthor` class's `name` property to fall back to the `username` property if the `name` property is not set in https://github.com/hydephp/develop/pull/1794
18
18
- Removed the nullable type hint from the `PostAuthor` class's `name` property as it is now always set in https://github.com/hydephp/develop/pull/1794
19
+
- Improved the accessibility of the heading permalinks feature in https://github.com/hydephp/develop/pull/1803
20
+
- Updated to HydeFront v3.4 in https://github.com/hydephp/develop/pull/1803
19
21
20
22
### Deprecated
21
23
- The `PostAuthor::getName()` method is now deprecated and will be removed in v2. (use `$author->name` instead) in https://github.com/hydephp/develop/pull/1794
@@ -25,6 +27,7 @@ This serves two purposes:
25
27
26
28
### Fixed
27
29
- Added missing collection key types in Hyde facade method annotations in https://github.com/hydephp/develop/pull/1784
30
+
- Fixed heading permalinks button text showing in Google Search previews https://github.com/hydephp/develop/issues/1801 in https://github.com/hydephp/develop/pull/1803
0 commit comments