Skip to content

Commit eaf770f

Browse files
committed
docs(changelog): remove manual unreleased section
Release-please generates changelog entries from commit messages.
1 parent 6e0b0f5 commit eaf770f

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

CHANGELOG.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,3 @@
1-
## [Unreleased]
2-
3-
### Features
4-
5-
* **export:** add document export to Word (DOCX) and PDF formats
6-
- Export rendered markdown to properly formatted Word documents
7-
- PDF export via browser print dialog with enhanced print styles
8-
- Mermaid diagrams embedded as scalable vector graphics (SVG) for crisp rendering
9-
- Configurable export settings (format, page size, filename template)
10-
- Table of contents inclusion option
11-
- Progress indicator during export
12-
- Export settings page in Options
13-
14-
* **export:** native SVG embedding for Mermaid diagrams in DOCX
15-
- Diagrams render as vector graphics, maintaining quality at any zoom level
16-
- Automatic style inlining for Word compatibility (computed CSS styles baked into SVG)
17-
- foreignObject to native SVG text conversion for reliable label rendering
18-
- stroke-dasharray fix for proper line/arrow visibility in Word
19-
- PNG fallback for older Word versions (pre-2016)
20-
- Uses forked docx library (@jamesainslie/docx) with SVG support
21-
22-
### Documentation
23-
24-
* **readme:** add comprehensive export feature documentation
25-
* **readme:** document SVG embedding and Word compatibility requirements
26-
* **options:** add Export settings section to options page
27-
28-
### Dependencies
29-
30-
* **docx:** switch to @jamesainslie/docx fork with native SVG image support
31-
* **svg2png-wasm:** removed (no longer needed with native SVG embedding)
32-
331
# [0.2.0](https://github.com/jamesainslie/mdview/compare/v0.1.2...v0.2.0) (2025-11-28)
342

353

0 commit comments

Comments
 (0)