Skip to content

Commit

Permalink
Update jspdf-autotable to 3.8.3 (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Sep 19, 2024
1 parent 5732fbb commit e9d0930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Cake.Issues.Reporting.Generic/HtmlDxDataGridOption.cs
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ public enum HtmlDxDataGridOption
/// <summary>
/// Version of <see href="https://github.com/simonbengtsson/jsPDF-AutoTable">jsPDF-AutoTable plugin</see> which should be used.
/// This version needs to match the version required by the selected <see cref="DevExtremeVersion"/>.
/// Default value is <c>3.8.2</c>.
/// Default value is <c>3.8.3</c>.
/// </summary>
JsPdfAutotableVersion,
}
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
string jsPdfVersion = ViewBagHelper.ValueOrDefault(ViewBag.JsPdfVersion, "2.5.1").Trim();
string jsPdfAutoTableLocation = ViewBagHelper.ValueOrDefault(ViewBag.FileSaverJsLocation, "https://cdnjs.cloudflare.com/ajax/libs/jspdf-autotable/").Trim();
jsPdfAutoTableLocation = jsPdfAutoTableLocation.WithEnding("/");
string jsPdfAutoTableVersion = ViewBagHelper.ValueOrDefault(ViewBag.JsPdfAutoTableVersion, "3.8.2").Trim();
string jsPdfAutoTableVersion = ViewBagHelper.ValueOrDefault(ViewBag.JsPdfAutoTableVersion, "3.8.3").Trim();
string devExtremeLocation = ViewBagHelper.ValueOrDefault(ViewBag.DevExtremeLocation, "https://cdn3.devexpress.com/jslib/").Trim();
devExtremeLocation = devExtremeLocation.WithEnding("/");
string devExtremeVersion = ViewBagHelper.ValueOrDefault(ViewBag.DevExtremeVersion, "23.1.11").Trim();
Expand Down

0 comments on commit e9d0930

Please sign in to comment.