Skip to content

Commit db70716

Browse files
committed
chore: release 2.2.0
1 parent 085bc59 commit db70716

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro-antfustyle-theme",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"type": "module",
55
"private": true,
66
"license": "MIT",

src/content/changelog/2.2.0.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: '📸 2.2.0: Create Your Personal Gallery'
3+
description: Release Astro AntfuStyle Theme 2.2.0
4+
pubDate: 2025-07-17
5+
toc: true
6+
share: true
7+
ogImage: false
8+
---
9+
10+
### 🚀 Features
11+
12+
- **page:** Add `/photos` page to create your personal gallery ([#31](https://github.com/lin-stephanie/astro-antfustyle-theme/pull/31))
13+
14+
### 🐞 Bug Fixes
15+
16+
- **photos:** Dynamically adjust image auto-load threshold (`distanceToBottom`) based on viewport height ([#33](https://github.com/lin-stephanie/astro-antfustyle-theme/pull/33))
17+
- Make favicon adapt to light/dark mode ([ee0ec6f](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/ee0ec6f))
18+
- Stabilize masonry placeholders; delay lightbox image; drop redundant img attrs ([c924f11](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/c924f11))
19+
- Restore smooth scroll; hide scrollbar in image viewer without layout shift; unify scrollbar style ([aca665e](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/aca665e))
20+
- Avoid showing hr without Giscus & remove Giscus lazy loading ([37c7260](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/37c7260))
21+
22+
### 💅 Refactors
23+
24+
- Add `ImageCarousel` for basic auto-play (removed `swiper`) ([2077af3](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/2077af3))
25+
26+
### 🏡 Chore
27+
28+
- Update deps, Astro 5.7.13 → 5.11.1 ([cb79014](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/cb79014))
29+
- Update docs for image responsiveness and favicon ([085bc59](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/085bc59))
30+
- Update docs for new `/photos` page ([a94ba81](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/a94ba81))
31+
- Lil typo ([#32](https://github.com/lin-stephanie/astro-antfustyle-theme/pull/32))
32+
- Optimize styles and formatting ([7624e38](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/7624e38))
33+
- Update image src ([efa2255](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/efa2255))
34+
35+
### ❤️ Contributors
36+
37+
- Stephanie Lin ([@lin-stephanie](https://github.com/lin-stephanie))
38+
- Draco ([@Draco1js](https://github.com/Draco1js))
39+
40+
[View changes on GitHub](https://github.com/lin-stephanie/astro-antfustyle-theme/compare/2.1.0...2.2.0)

0 commit comments

Comments
 (0)