File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.0.1] - 2025-11-24
9+
10+ ### Documentation
11+ - Added button screenshot to README showing the dropdown UI
12+ - Removed unnecessary v1.x migration guide (no users existed before v2.0.0)
13+ - Simplified Advanced Configuration section
14+ - Removed complex swizzling instructions for blog support
15+ - Added honest note about customization trade-offs
16+
17+ ### Improved
18+ - Screenshot now displays at 400px width for better README viewing
19+ - Cleaner, more focused documentation
20+ - More transparent about current limitations and future plans
21+
822## [ 2.0.0] - 2025-11-24
923
1024### Breaking Changes
@@ -90,5 +104,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
90104- Compatible with Docusaurus v3.x
91105- Uses React 18's createRoot API for component injection
92106
107+ [ 2.0.1 ] : https://github.com/FlyNumber/markdown_docusaurus_plugin/releases/tag/v2.0.1
93108[ 2.0.0 ] : https://github.com/FlyNumber/markdown_docusaurus_plugin/releases/tag/v2.0.0
94109[ 1.0.0 ] : https://github.com/FlyNumber/markdown_docusaurus_plugin/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " docusaurus-markdown-source-plugin" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " A lightweight Docusaurus plugin that exposes your markdown files as raw .md URLs, perfect for LLMs and documentation tools" ,
55 "main" : " index.js" ,
66 "keywords" : [
You can’t perform that action at this time.
0 commit comments