Skip to content

Commit d10ab38

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.3.0...v4.0.0) (2023-10-19) ### Bug Fixes * do not trim trailing newlines (fixes [#27](#27)) ([ee4d53f](ee4d53f)) * use semantic elements for diff elements (fixes [#23](#23)) ([a6222c7](a6222c7)) * feat!: diff/flexbox based layout, text selectable per side (fixes #15) ([9f6c4d5](9f6c4d5)), closes [#15](#15) ### Features * add summary element and fold expansion/folding (fixes [#22](#22), [#21](#21)) ([e47cbe1](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.
1 parent e47cbe1 commit d10ab38

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [4.0.0](https://github.com/aeolun/react-diff-viewer-continued/compare/v3.3.0...v4.0.0) (2023-10-19)
2+
3+
4+
### Bug Fixes
5+
6+
* do not trim trailing newlines (fixes [#27](https://github.com/aeolun/react-diff-viewer-continued/issues/27)) ([ee4d53f](https://github.com/aeolun/react-diff-viewer-continued/commit/ee4d53f8e2ba3e374b51bffef3a00d3fe6206d02))
7+
* use semantic elements for diff elements (fixes [#23](https://github.com/aeolun/react-diff-viewer-continued/issues/23)) ([a6222c7](https://github.com/aeolun/react-diff-viewer-continued/commit/a6222c7af151e7dc29046c8eac916271866b4899))
8+
9+
10+
* feat!: diff/flexbox based layout, text selectable per side (fixes #15) ([9f6c4d5](https://github.com/aeolun/react-diff-viewer-continued/commit/9f6c4d59e84ecb44761c39e172ffab6a689d5779)), closes [#15](https://github.com/aeolun/react-diff-viewer-continued/issues/15)
11+
12+
13+
### Features
14+
15+
* add summary element and fold expansion/folding (fixes [#22](https://github.com/aeolun/react-diff-viewer-continued/issues/22), [#21](https://github.com/aeolun/react-diff-viewer-continued/issues/21)) ([e47cbe1](https://github.com/aeolun/react-diff-viewer-continued/commit/e47cbe1286a2143b0f8078a683e96edea0ed967b))
16+
17+
18+
### BREAKING CHANGES
19+
20+
* This completely modifies the way react-diff-viewer-continued is rendered. The overall
21+
layout should be more or less the same, but with the new layout probably come new bugs.
22+
123
# [3.3.0](https://github.com/aeolun/react-diff-viewer-continued/compare/v3.2.6...v3.3.0) (2023-10-17)
224

325

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-diff-viewer-continued",
3-
"version": "3.3.0",
3+
"version": "4.0.0",
44
"private": false,
55
"description": "Continuation of a simple and beautiful text diff viewer component made with diff and React",
66
"keywords": [

0 commit comments

Comments
 (0)