|
| 1 | +# Change Log |
| 2 | +All notable changes of my blog page will be documented here. |
| 3 | + |
| 4 | +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 5 | + |
| 6 | +--- |
| 7 | +## [1.0.0] - 2025-11-28 |
| 8 | +### Added |
| 9 | +- Custom blockquote variants: `Note`, `Tip`, `Important`, `Warning`, `Caution` |
| 10 | +- Breadcrumbs and Buttons (Mobile TOC, Comments, Share) all in 1 component |
| 11 | +- Skeleton Loading on every posts |
| 12 | +- Search pages (`/tags/[tag]`, `/categories/[category]`) |
| 13 | +- Scroll To Top Button |
| 14 | +- Progress Bar on Header |
| 15 | +- RSS Feed (`/feed.xml`) |
| 16 | +- Blog page: Interactions (Powered by Giscus) |
| 17 | +- SEO (Title, Description, Metadata, Tags, Sitemap, Search Pages, OpenGraph) |
| 18 | +- Toaster to show the Share Status while Sharing the post (Success or Error) |
| 19 | +- 10 blog posts |
| 20 | +### Changed |
| 21 | +- Migrated from `markdown-to-jsx` to MDX |
| 22 | +- Made widgets collapsible (TOC, Categories, etc.) |
| 23 | +- Other UI/UX improvements and bug fixes |
| 24 | +- Made Flair-style Categories widget collapsible |
| 25 | +- Made Table of Contents widget mobile compatible |
| 26 | +- Made Badges Clickable |
| 27 | +- Updated Pagination design |
| 28 | +- Updated components using the Latest ShadCN components |
| 29 | +### Removed |
| 30 | +- “Coming Soon” placeholder |
| 31 | + |
| 32 | +## [0.1.1] - 2025-06-14 (Pre-release) |
| 33 | +### Added |
| 34 | +- Home page widgets: Flair-style Categories, Featured Posts, and Search Bar |
| 35 | +- Blog page: Table of Contents widget and Tag-style Categories, Related Posts section |
| 36 | +- Theme toggle (Light/Dark Mode) |
| 37 | +- Copy Code button in Markdown |
| 38 | +- Christmas theme (active during Dec–Jan; legacy seasonal feature preserved) |
| 39 | +- Markdown Parse by using `markdown-to-jsx` |
| 40 | +- Pagination Support |
| 41 | +### Added Pages |
| 42 | +- 404 Page |
| 43 | +- Landing Page with feature highlights |
| 44 | +- Blog Post page with full Markdown support |
| 45 | + |
| 46 | +## [0.1.0] - 2025-03-28 (Pre-release) |
| 47 | +### Initialized |
| 48 | +- “Coming Soon” placeholder |
0 commit comments