Skip to content

Commit f660913

Browse files
committed
docs: update changelog with detailed change descriptions
1 parent ed83ef1 commit f660913

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

packages/markopress/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.0.22] - 2026-05-19
4+
5+
### ♻️ Refactoring
6+
7+
- replace monolithic catch-all page template with layout delegation: dispatches to `blog-layout`, `root-layout`, or `page-layout` based on content type ([03fb450](https://github.com/Priestch/markopress/commit/03fb450))
8+
- add `context.layout` resolution in handler: frontmatter `layout` field > content type > `'page'` fallback
9+
- add `context.contentTypeClass` for per-content-type CSS class (`content-blog`, `content-page`, etc.)
10+
- move blog metadata rendering (date, author, tags) and TOC into `blog-layout` component
11+
- move recent posts listing with date sorting into `root-layout` component
12+
- move generic page rendering (title, description, TOC) into `page-layout` component
13+
14+
315
## [0.0.21] - 2026-05-17
416

517
### 🐛 Bug Fixes

0 commit comments

Comments
 (0)