Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 4.3.0 (2026-04-27)

### Features

- export default light and dark theme variables

### Bug Fixes

- do not do extra publish step, just release publishes
- make exports immutable
- freeze dark theme variables and add export-existence tests
- add GitHub Pages deployment workflow and Vite base path

### Documentation

- add overscan, disableWorker, and loading overlay to README

## 4.2.2 (2026-04-23)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-diff-viewer-continued",
"version": "4.2.2",
"version": "4.3.0",
"private": false,
"description": "Continuation of a simple and beautiful text diff viewer component made with diff and React",
"keywords": [
Expand Down
Loading