Skip to content

Commit e9d0930

Browse files
authored
Update jspdf-autotable to 3.8.3 (#734)
1 parent 5732fbb commit e9d0930

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Cake.Issues.Reporting.Generic/HtmlDxDataGridOption.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ public enum HtmlDxDataGridOption
489489
/// <summary>
490490
/// Version of <see href="https://github.com/simonbengtsson/jsPDF-AutoTable">jsPDF-AutoTable plugin</see> which should be used.
491491
/// This version needs to match the version required by the selected <see cref="DevExtremeVersion"/>.
492-
/// Default value is <c>3.8.2</c>.
492+
/// Default value is <c>3.8.3</c>.
493493
/// </summary>
494494
JsPdfAutotableVersion,
495495
}

src/Cake.Issues.Reporting.Generic/Templates/DxDataGrid.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
string jsPdfVersion = ViewBagHelper.ValueOrDefault(ViewBag.JsPdfVersion, "2.5.1").Trim();
7676
string jsPdfAutoTableLocation = ViewBagHelper.ValueOrDefault(ViewBag.FileSaverJsLocation, "https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/").Trim();
7777
jsPdfAutoTableLocation = jsPdfAutoTableLocation.WithEnding("/");
78-
string jsPdfAutoTableVersion = ViewBagHelper.ValueOrDefault(ViewBag.JsPdfAutoTableVersion, "3.8.2").Trim();
78+
string jsPdfAutoTableVersion = ViewBagHelper.ValueOrDefault(ViewBag.JsPdfAutoTableVersion, "3.8.3").Trim();
7979
string devExtremeLocation = ViewBagHelper.ValueOrDefault(ViewBag.DevExtremeLocation, "https://cdn3.devexpress.com/jslib/").Trim();
8080
devExtremeLocation = devExtremeLocation.WithEnding("/");
8181
string devExtremeVersion = ViewBagHelper.ValueOrDefault(ViewBag.DevExtremeVersion, "23.1.11").Trim();

0 commit comments

Comments
 (0)