Skip to content

Commit 14a3ca1

Browse files
committed
Version 7.5.9
## Version 7.5.9 - April 14, 2025 - **Fixed:**Some Viewer UI problems on Safari iOS and Safari macOS. Some icons on the vertical toolbar were not visible. Sub-menus on vertical toolbar disappeared immediately after popping up. Some items in top-right menu like "Save", "Print" were shrinked when the viewer width was smaller than 750px (the size when they are moved to the menu). Vertical toolbar's scrollbar did not have separate space and was overlayed.
1 parent 3aba110 commit 14a3ca1

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

Examples/AspNetCoreCS/AspNetCoreCS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<ItemGroup>
1212
<PackageReference Include="GleamTech.Common" Version="6.4.7" />
13-
<PackageReference Include="GleamTech.DocumentUltimate" Version="7.5.8" />
13+
<PackageReference Include="GleamTech.DocumentUltimate" Version="7.5.9" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="GleamTech.Common" Version="6.4.7" />
20-
<PackageReference Include="GleamTech.DocumentUltimate" Version="7.5.8" />
20+
<PackageReference Include="GleamTech.DocumentUltimate" Version="7.5.9" />
2121
</ItemGroup>
2222

2323
<ItemGroup>

Examples/AspNetMvcCS/AspNetMvcCS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<HintPath>..\packages\GleamTech.Common.6.4.7\lib\net472\GleamTech.Common.dll</HintPath>
5050
</Reference>
5151
<Reference Include="GleamTech.DocumentUltimate">
52-
<HintPath>..\packages\GleamTech.DocumentUltimate.7.5.8\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
52+
<HintPath>..\packages\GleamTech.DocumentUltimate.7.5.9\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
5353
</Reference>
5454
</ItemGroup>
5555
<ItemGroup>

Examples/AspNetMvcCS/Packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<package id="Microsoft.AspNet.WebPages" version="3.3.0" targetFramework="net472" />
66
<package id="Microsoft.Web.Infrastructure" version="2.0.0" targetFramework="net472" />
77
<package id="GleamTech.Common" version="6.4.7" />
8-
<package id="GleamTech.DocumentUltimate" version="7.5.8" />
8+
<package id="GleamTech.DocumentUltimate" version="7.5.9" />
99
</packages>

Examples/AspNetMvcVB/AspNetMvcVB.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<HintPath>..\packages\GleamTech.Common.6.4.7\lib\net472\GleamTech.Common.dll</HintPath>
5252
</Reference>
5353
<Reference Include="GleamTech.DocumentUltimate">
54-
<HintPath>..\packages\GleamTech.DocumentUltimate.7.5.8\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
54+
<HintPath>..\packages\GleamTech.DocumentUltimate.7.5.9\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
5555
</Reference>
5656
</ItemGroup>
5757
<ItemGroup>

Examples/AspNetMvcVB/Packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<package id="Microsoft.AspNet.WebPages" version="3.3.0" targetFramework="net472" />
66
<package id="Microsoft.Web.Infrastructure" version="2.0.0" targetFramework="net472" />
77
<package id="GleamTech.Common" version="6.4.7" />
8-
<package id="GleamTech.DocumentUltimate" version="7.5.8" />
8+
<package id="GleamTech.DocumentUltimate" version="7.5.9" />
99
</packages>

Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<HintPath>..\packages\GleamTech.Common.6.4.7\lib\net472\GleamTech.Common.dll</HintPath>
5555
</Reference>
5656
<Reference Include="GleamTech.DocumentUltimate">
57-
<HintPath>..\packages\GleamTech.DocumentUltimate.7.5.8\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
57+
<HintPath>..\packages\GleamTech.DocumentUltimate.7.5.9\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
5858
</Reference>
5959
<Reference Include="System" />
6060
<Reference Include="System.Data" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<packages>
33
<package id="GleamTech.Common" version="6.4.7" />
4-
<package id="GleamTech.DocumentUltimate" version="7.5.8" />
4+
<package id="GleamTech.DocumentUltimate" version="7.5.9" />
55
</packages>

Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<HintPath>..\packages\GleamTech.Common.6.4.7\lib\net472\GleamTech.Common.dll</HintPath>
6969
</Reference>
7070
<Reference Include="GleamTech.DocumentUltimate">
71-
<HintPath>..\packages\GleamTech.DocumentUltimate.7.5.8\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
71+
<HintPath>..\packages\GleamTech.DocumentUltimate.7.5.9\lib\net472\GleamTech.DocumentUltimate.dll</HintPath>
7272
</Reference>
7373
<Reference Include="System" />
7474
<Reference Include="System.Data" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<packages>
33
<package id="GleamTech.Common" version="6.4.7" />
4-
<package id="GleamTech.DocumentUltimate" version="7.5.8" />
4+
<package id="GleamTech.DocumentUltimate" version="7.5.9" />
55
</packages>

0 commit comments

Comments
 (0)