Releases: Aeolun/react-diff-viewer-continued
Releases · Aeolun/react-diff-viewer-continued
Release list
Release 4.3.0
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
- isolate diff table from host table CSS (daisyui/bootstrap)
- bump js-yaml to ^4.2.0 (CVE-2026-53550)
- clear remaining audit advisories in dev toolchain
Documentation
- add overscan, disableWorker, and loading overlay to README
Chores
- make pnpm canonical (drop npm lockfile, approve builds)
Release 4.2.2
Bug Fixes
- strict typescript types, and visible loader
Release 4.2.0
Features
- export computeStyles and add missing style override properties
Bug Fixes
- add .js extensions to relative imports for Node.js ESM compatibility
Release 4.1.3
Bug Fixes
- attempt to fix worker import issue
Release 4.1.2
Bug Fixes
- fix virtualization offsets and missing key display on structural json diff
- bundle worker code as a blob
Release 4.1.1
Bug Fixes
- fix problem with missing worker in compiled version
Release 4.1.0
Features
- merge compute worker PR and optimize to use virtualization
- use just-release instead of semantic-release, still semantic, simpler
Bug Fixes
- ordering and syntax highlighting fixes
- need to actually push your new workflows if you want to use them