Skip to content

Commit 54beb91

Browse files
committed
chore: release 2.0.0
1 parent ef7817f commit 54beb91

File tree

2 files changed

+28
-3
lines changed

2 files changed

+28
-3
lines changed

src/content/changelog/1.6.0.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ share: true
99
ogImage: false
1010
---
1111

12-
###    🚨 Breaking Changes
12+
### 🚨 Breaking Changes
1313

14-
- Install `remark-directive-sugar` while removing unneeded built-in plugins; update docs & deps ([a165674](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/a165674))
14+
- Install `remark-directive-sugar` while removing unneeded built-in plugins; update docs & deps ([615c41e](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/615c41e))
15+
- Remark directives ([`::video`](https://astro-antfustyle-theme.vercel.app/blog/markdown-mdx-extended-features/#video-embeddingvideo), [`:link`](https://astro-antfustyle-theme.vercel.app/blog/markdown-mdx-extended-features/#styled-linklink), [`:badge`](https://astro-antfustyle-theme.vercel.app/blog/markdown-mdx-extended-features/#badgesbadge)) usage has changed
1516

1617
### 🚀 Features
1718

1819
- **page:** Add `/shorts` page to share short notes or quick thoughts ([#23](https://github.com/lin-stephanie/astro-antfustyle-theme/pull/23))
19-
- **toc:** Support `'content'` in `displayPosition` option to show TOC on hover over content ('.prose') ([654473b](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/654473b))
2020
- **nav:** Support `'hr'` in `navBarLayout` option for custom dividers ([76a7811](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/76a7811))
21+
- **toc:** Support `'content'` in `displayPosition` option to show TOC on hover over content ('.prose') ([654473b](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/654473b))
2122

2223
### 🐞 Bug Fixes
2324

src/content/changelog/2.0.0.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: '🚀 2.0.0: Upgrade from Astro 4.16 to Astro 5.7'
3+
subtitle: ''
4+
description: Release Astro AntfuStyle Theme 2.0.0
5+
pubDate: 2025-04-30
6+
lastModDate: ''
7+
toc: true
8+
share: true
9+
ogImage: false
10+
---
11+
12+
### 🚨 Breaking Changes
13+
14+
- Upgrade from Astro 4.16 to Astro 5.7 and more (**see details**: [#25](https://github.com/lin-stephanie/astro-antfustyle-theme/pull/25))
15+
16+
### 🏡 Chore
17+
18+
- Update docs for Astro 5.7 upgrade ([ef34154](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/ef34154))
19+
20+
### ❤️ Contributors
21+
22+
- Stephanie Lin ([@lin-stephanie](https://github.com/lin-stephanie))
23+
24+
[View changes on GitHub](https://github.com/lin-stephanie/astro-antfustyle-theme/compare/1.6.0...2.0.0)

0 commit comments

Comments
 (0)