Skip to content

Latest commit

 

History

History
102 lines (45 loc) · 4.8 KB

CHANGELOG.md

File metadata and controls

102 lines (45 loc) · 4.8 KB

4.0.3 (2024-05-23)

Reverts

  • Revert "refactoring attempt" (6a9789b)

4.0.2 (2024-02-14)

Bug Fixes

  • revert back to table based layout, add example image (fixes #35, #15, #21) (a1571ab)

4.0.1 (2023-11-01)

Bug Fixes

4.0.0 (2023-10-19)

Bug Fixes

  • do not trim trailing newlines (fixes #27) (ee4d53f)

  • use semantic elements for diff elements (fixes #23) (a6222c7)

  • feat!: diff/flexbox based layout, text selectable per side (fixes #15) (9f6c4d5), closes #15

Features

  • add summary element and fold expansion/folding (fixes #22, #21) (e47cbe1)

BREAKING CHANGES

  • This completely modifies the way react-diff-viewer-continued is rendered. The overall layout should be more or less the same, but with the new layout probably come new bugs.

3.3.0 (2023-10-17)

Bug Fixes

  • update dependencies and correct zero width extraLines (fixes #29) (c4b317a)

Features

  • add ability to always show certain lines (896eb32)

3.2.6 (2023-03-02)

Bug Fixes

3.2.5 (2023-01-23)

Bug Fixes

  • correctly break strings for long values so size remains within bounds (cfa5de1)

3.2.4 (2022-12-23)

Bug Fixes

  • to deploy previous fixes (06d8361)

3.2.3 (2022-11-11)

Bug Fixes

  • update example with JSON (f61c977)

3.2.2 (2022-10-10)

Bug Fixes

  • move the dependencies for development only to devDependencies (206394c)

3.2.1 (2022-07-07)

Bug Fixes

  • correct diff line numbering (bab9977)

3.2.0 (2022-07-07)

Features

  • update library for react 17, and add custom gutters (7193350)