Skip to content

Commit ca5dc21

Browse files
committed
chore: release 1.6.0
1 parent 615c41e commit ca5dc21

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-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": "1.5.0",
3+
"version": "1.6.0",
44
"type": "module",
55
"private": true,
66
"license": "MIT",

src/content/changelog/1.6.0.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: '🗂️ 1.6.0: Share your short notes or quick thoughts'
3+
subtitle: ''
4+
description: Release Astro AntfuStyle Theme 1.6.0
5+
pubDate: 2025-03-31
6+
lastModDate: ''
7+
toc: true
8+
share: true
9+
ogImage: false
10+
---
11+
12+
###    🚨 Breaking Changes
13+
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))
15+
16+
### 🚀 Features
17+
18+
- **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))
20+
- **nav:** Support `'hr'` in `navBarLayout` option for custom dividers ([76a7811](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/76a7811))
21+
22+
### 🐞 Bug Fixes
23+
24+
- Hide default marker for Safari compatibility ([5a3f07b](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/5a3f07b))
25+
- Update Toc.astro to support Chinese text anchor ([#21](https://github.com/lin-stephanie/astro-antfustyle-theme/pull/21))
26+
27+
### 🏡 Chore
28+
29+
- Refine `Warning` component ([0053c9e](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/0053c9e))
30+
- Tweak styles & format code ([d23defe](https://github.com/lin-stephanie/astro-antfustyle-theme/commit/d23defe))
31+
32+
### ❤️ Contributors
33+
34+
- Stephanie Lin ([@lin-stephanie](https://github.com/lin-stephanie))
35+
- Summer ([@infinitesum](https://github.com/infinitesum))
36+
37+
[View changes on GitHub](https://github.com/lin-stephanie/astro-antfustyle-theme/compare/1.5.0...1.6.0)

0 commit comments

Comments
 (0)