Skip to content

Commit d53abd9

Browse files
release: v1.0.6
1 parent 88ecfb5 commit d53abd9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ The format is based on Keep a Changelog, and this project follows Semantic Versi
66

77
## [Unreleased]
88

9+
## [0.1.6] - 2026-04-28
10+
911
### Added
1012

1113
- Introduced API tiering with a new minimal `SimpleDiffViewer` export for common use cases, while keeping `DiffViewer` (and `AdvancedDiffViewer` alias) for advanced customization scenarios.
14+
- Added a new **Simplified View** release track so teams can adopt `SimpleDiffViewer` first and get a cleaner default experience for lightweight diff pages.
1215
- Added `docs/api-tiering.md` with persona-oriented guidance and three practical examples: basic diff, large-file virtualization, and commentable line embedding.
1316
- Added TypeScript JSDoc examples for advanced API types (`DiffViewerProps`, `RenderContent`, and `DiffViewerHandle`).
1417

@@ -20,7 +23,6 @@ The format is based on Keep a Changelog, and this project follows Semantic Versi
2023

2124
- Reorganized root README files for clearer scanning (quick overview + positioning block), clarified the purpose of `docs/positioning.md`, and aligned `packages/react/README.md` so npm package docs reflect the same positioning updates.
2225

23-
2426
## [0.1.5] - 2026-04-08
2527

2628
### Added
@@ -46,7 +48,6 @@ The format is based on Keep a Changelog, and this project follows Semantic Versi
4648
- Added review-style headers via `leftTitle` / `rightTitle` and line-number offset support via `linesOffset`.
4749
- Bumped workspace package versions from `0.1.4` to `0.1.5` for this release.
4850

49-
5051
## [0.1.4] - 2026-04-07
5152

5253
### Added

0 commit comments

Comments
 (0)