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
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,40 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
5
+
## v5.0.1 (2025-03-12)
6
+
7
+
### Feat
8
+
9
+
- add pagefind for static search (#458)
10
+
- update back button logic
11
+
12
+
### Fix
13
+
14
+
- update docker-compose (#475)
15
+
- update import location in giscus example (#474)
16
+
- add an option to disable dynamic OG image generation (#476)
17
+
- remove unused `ogImage` size validation (#462)
18
+
- correct Google Fonts API URL construction for proper weight fetching
19
+
- align vertically in header nav (#460)
20
+
- add font-weight param in og image card style (#453)
21
+
- ignore in eslint
22
+
- update blog table padding
23
+
- remove unused back url in the card url
24
+
- show light/dark button according to site setting
25
+
- add author url in Google JSON-LD conditionally
26
+
27
+
### Refactor
28
+
29
+
- remove react dependency for UI interactions (#457)
0 commit comments