Skip to content

Releases: Aeolun/react-diff-viewer-continued

Release 4.3.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 05:55

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

Choose a tag to compare

@github-actions github-actions released this 23 Apr 04:52

Bug Fixes

  • strict typescript types, and visible loader

Release 4.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Mar 03:57

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

Choose a tag to compare

@github-actions github-actions released this 10 Mar 03:42

Bug Fixes

  • attempt to fix worker import issue

Release 4.1.2

Choose a tag to compare

@github-actions github-actions released this 07 Feb 08:27

Bug Fixes

  • fix virtualization offsets and missing key display on structural json diff
  • bundle worker code as a blob

Release 4.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Feb 07:00

Bug Fixes

  • fix problem with missing worker in compiled version

Release 4.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Feb 16:14

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

v4.0.6

v4.0.6 Pre-release
Pre-release

Choose a tag to compare

@Aeolun Aeolun released this 13 May 00:15

4.0.6 (2025-05-13)

Bug Fixes

  • allow non-string rendered contents (a0ab52d)
  • fixup #68 for non-string wordDiff.value (3678e02)

v4.0.5

v4.0.5 Pre-release
Pre-release

Choose a tag to compare

@Aeolun Aeolun released this 31 Jan 03:54

4.0.5 (2025-01-31)

Bug Fixes

  • modify imports for proper esm resolution (7fda63a)

v4.0.4

v4.0.4 Pre-release
Pre-release

Choose a tag to compare

@Aeolun Aeolun released this 28 Jan 01:33

4.0.4 (2025-01-28)

Bug Fixes

  • added line number for inline view onLineNumberClick (0e92dfe)
  • fix several type issues and update packages (23aa832)
  • line break anywhere (17c51e6)