Skip to content

Commit 20e0783

Browse files
committed
Prepare for version 1.2.0 release
1 parent d2e9f49 commit 20e0783

File tree

6 files changed

+370
-112
lines changed

6 files changed

+370
-112
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff2html",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"homepage": "http://rtfpessoa.github.io/diff2html/",
55
"description": "Fast Diff to colorized HTML",
66
"keywords": [

dist/diff2html.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,19 @@
256256
clear: both;
257257
}
258258

259+
.d2h-del.d2h-change, .d2h-ins.d2h-change {
260+
background-color: #ffc;
261+
}
262+
ins.d2h-change, del.d2h-change {
263+
background-color: #fad771;
264+
}
265+
.d2h-file-diff .d2h-del.d2h-change {
266+
background-color: #fae1af;
267+
}
268+
.d2h-file-diff .d2h-ins.d2h-change {
269+
background-color: #ded;
270+
}
271+
259272
/* CSS only show/hide */
260273
.d2h-show {
261274
display: none;

dist/diff2html.js

Lines changed: 351 additions & 107 deletions
Large diffs are not rendered by default.

dist/diff2html.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/diff2html.min.js

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff2html",
3-
"version": "1.1.3",
3+
"version": "1.2.0",
44
"homepage": "http://rtfpessoa.github.io/diff2html/",
55
"description": "Fast Diff to colorized HTML",
66
"keywords": [

0 commit comments

Comments
 (0)