Upgrade Astro and Astro Paper to v5
This commit is contained in:
parent
8ebf7d5996
commit
e719f7ccca
105 changed files with 7099 additions and 1939 deletions
42
CHANGELOG.md
42
CHANGELOG.md
|
@ -2,6 +2,48 @@
|
|||
|
||||
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.
|
||||
|
||||
## v5.0.0 (2025-03-08)
|
||||
|
||||
### Feat
|
||||
|
||||
- add pagefind for static search (#458)
|
||||
- update back button logic
|
||||
|
||||
### Fix
|
||||
|
||||
- ignore in eslint
|
||||
- update blog table padding
|
||||
- remove unused back url in the card url
|
||||
- show light/dark button according to site setting
|
||||
- add author url in Google JSON-LD conditionally
|
||||
|
||||
### Refactor
|
||||
|
||||
- remove react dependency for UI interactions (#457)
|
||||
- separate config and constants
|
||||
- update import alias in files
|
||||
- update blog directory to `src/data/blog`
|
||||
|
||||
|
||||
- upgrade to Tailwind CSS v4
|
||||
- update import alias to `@/*`
|
||||
- upgrade Astro to v5 and related packages
|
||||
|
||||
## v4.8.0 (2025-02-08)
|
||||
|
||||
### Feat
|
||||
|
||||
- add pencil icon before suggestion changes text (#405)
|
||||
|
||||
### Fix
|
||||
|
||||
- use tag name for display in tags page (#438)
|
||||
- exclude `/archives` from sitemap if it is disabled (#425)
|
||||
- add inline-block class to post title for improved view transition animation (#420)
|
||||
- sort archive posts by pubDatetime (#415)
|
||||
- focus search input on mount (#414)
|
||||
- replace twitter with x (#407)
|
||||
|
||||
## v4.7.0 (2024-10-15)
|
||||
|
||||
### Feat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue