From 88142220b4c13e2341bec0eb459225a416fb4a74 Mon Sep 17 00:00:00 2001 From: GleamTech Date: Wed, 9 Oct 2024 04:25:36 -0700 Subject: [PATCH] Version 9.1.3 ## Version 9.1.3 - September 9, 2024 - **Fixed:** Preview windows were not showing loading animation for iframe when necessary. For example, when previewed with DocumentViewer first time the application started, it could took some time for DocumentUltimate to initialize, so until you saw DocumentViewer's own loading animation, you saw a blank page which gave an impression like nothing was loaded but though after few seconds DocumentViewer was displayed. - **Improved:** Document Viewer: - **Improved:** Updated PDF.js libray to 4.6.82 for stability and performance. - **Added:** Highlight text annotation tool (on vertical toolbar). - **Fixed:** Vertical toolbar had 1px extra width and did not align with top toolbar button. - **Fixed:** Positioning of toolbar menus, so that they are positioned correctly e.g. when there is scrollbar inside vertical toolbar. - **Improved:** Sizing of Document Properties dialog to make it more readable, especially when using large UI sizing. - **Improved:** Find dialog is beautified to make it more readable. - **Improved:** When toolbars or sidebar is hidden with permissions, other UI parts should fill the gaps correctly. --- Examples/AspNetCoreCS/AspNetCoreCS.csproj | 4 ++-- Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj | 4 ++-- Examples/AspNetMvcCS/AspNetMvcCS.csproj | 6 +++--- Examples/AspNetMvcCS/Packages.config | 6 +++--- Examples/AspNetMvcVB/AspNetMvcVB.vbproj | 6 +++--- Examples/AspNetMvcVB/Packages.config | 6 +++--- Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj | 6 +++--- Examples/AspNetWebFormsCS/packages.config | 6 +++--- Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj | 6 +++--- Examples/AspNetWebFormsVB/packages.config | 6 +++--- 10 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Examples/AspNetCoreCS/AspNetCoreCS.csproj b/Examples/AspNetCoreCS/AspNetCoreCS.csproj index a92e946..6b2b93d 100644 --- a/Examples/AspNetCoreCS/AspNetCoreCS.csproj +++ b/Examples/AspNetCoreCS/AspNetCoreCS.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj b/Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj index fea9068..65c993d 100644 --- a/Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj +++ b/Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/Examples/AspNetMvcCS/AspNetMvcCS.csproj b/Examples/AspNetMvcCS/AspNetMvcCS.csproj index c0be753..07ff1dc 100644 --- a/Examples/AspNetMvcCS/AspNetMvcCS.csproj +++ b/Examples/AspNetMvcCS/AspNetMvcCS.csproj @@ -46,13 +46,13 @@ - ..\packages\GleamTech.Common.6.1.0\lib\net472\GleamTech.Common.dll + ..\packages\GleamTech.Common.6.1.1\lib\net472\GleamTech.Common.dll - ..\packages\GleamTech.FileUltimate.9.1.2\lib\net472\GleamTech.FileUltimate.dll + ..\packages\GleamTech.FileUltimate.9.1.3\lib\net472\GleamTech.FileUltimate.dll - ..\packages\GleamTech.DocumentUltimate.7.1.3\lib\net472\GleamTech.DocumentUltimate.dll + ..\packages\GleamTech.DocumentUltimate.7.1.5\lib\net472\GleamTech.DocumentUltimate.dll ..\packages\GleamTech.ImageUltimate.6.0.2\lib\net472\GleamTech.ImageUltimate.dll diff --git a/Examples/AspNetMvcCS/Packages.config b/Examples/AspNetMvcCS/Packages.config index 8d753b4..ffa08c5 100644 --- a/Examples/AspNetMvcCS/Packages.config +++ b/Examples/AspNetMvcCS/Packages.config @@ -4,9 +4,9 @@ - + - - + + \ No newline at end of file diff --git a/Examples/AspNetMvcVB/AspNetMvcVB.vbproj b/Examples/AspNetMvcVB/AspNetMvcVB.vbproj index c885d74..a6937c8 100644 --- a/Examples/AspNetMvcVB/AspNetMvcVB.vbproj +++ b/Examples/AspNetMvcVB/AspNetMvcVB.vbproj @@ -48,13 +48,13 @@ - ..\packages\GleamTech.Common.6.1.0\lib\net472\GleamTech.Common.dll + ..\packages\GleamTech.Common.6.1.1\lib\net472\GleamTech.Common.dll - ..\packages\GleamTech.FileUltimate.9.1.2\lib\net472\GleamTech.FileUltimate.dll + ..\packages\GleamTech.FileUltimate.9.1.3\lib\net472\GleamTech.FileUltimate.dll - ..\packages\GleamTech.DocumentUltimate.7.1.3\lib\net472\GleamTech.DocumentUltimate.dll + ..\packages\GleamTech.DocumentUltimate.7.1.5\lib\net472\GleamTech.DocumentUltimate.dll ..\packages\GleamTech.ImageUltimate.6.0.2\lib\net472\GleamTech.ImageUltimate.dll diff --git a/Examples/AspNetMvcVB/Packages.config b/Examples/AspNetMvcVB/Packages.config index 8d753b4..ffa08c5 100644 --- a/Examples/AspNetMvcVB/Packages.config +++ b/Examples/AspNetMvcVB/Packages.config @@ -4,9 +4,9 @@ - + - - + + \ No newline at end of file diff --git a/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj b/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj index ff93ab6..395096a 100644 --- a/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj +++ b/Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj @@ -50,10 +50,10 @@ - ..\packages\GleamTech.FileUltimate.9.1.2\lib\net472\GleamTech.FileUltimate.dll + ..\packages\GleamTech.FileUltimate.9.1.3\lib\net472\GleamTech.FileUltimate.dll - ..\packages\GleamTech.DocumentUltimate.7.1.3\lib\net472\GleamTech.DocumentUltimate.dll + ..\packages\GleamTech.DocumentUltimate.7.1.5\lib\net472\GleamTech.DocumentUltimate.dll ..\packages\GleamTech.ImageUltimate.6.0.2\lib\net472\GleamTech.ImageUltimate.dll @@ -62,7 +62,7 @@ ..\packages\GleamTech.VideoUltimate.4.0.2\lib\net472\GleamTech.VideoUltimate.dll - ..\packages\GleamTech.Common.6.1.0\lib\net472\GleamTech.Common.dll + ..\packages\GleamTech.Common.6.1.1\lib\net472\GleamTech.Common.dll diff --git a/Examples/AspNetWebFormsCS/packages.config b/Examples/AspNetWebFormsCS/packages.config index 059badc..1e05c79 100644 --- a/Examples/AspNetWebFormsCS/packages.config +++ b/Examples/AspNetWebFormsCS/packages.config @@ -1,8 +1,8 @@  - + - - + + \ No newline at end of file diff --git a/Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj b/Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj index 74ee534..23b3a82 100644 --- a/Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj +++ b/Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj @@ -66,10 +66,10 @@ - ..\packages\GleamTech.FileUltimate.9.1.2\lib\net472\GleamTech.FileUltimate.dll + ..\packages\GleamTech.FileUltimate.9.1.3\lib\net472\GleamTech.FileUltimate.dll - ..\packages\GleamTech.DocumentUltimate.7.1.3\lib\net472\GleamTech.DocumentUltimate.dll + ..\packages\GleamTech.DocumentUltimate.7.1.5\lib\net472\GleamTech.DocumentUltimate.dll ..\packages\GleamTech.ImageUltimate.6.0.2\lib\net472\GleamTech.ImageUltimate.dll @@ -79,7 +79,7 @@ False - ..\packages\GleamTech.Common.6.1.0\lib\net472\GleamTech.Common.dll + ..\packages\GleamTech.Common.6.1.1\lib\net472\GleamTech.Common.dll diff --git a/Examples/AspNetWebFormsVB/packages.config b/Examples/AspNetWebFormsVB/packages.config index 059badc..1e05c79 100644 --- a/Examples/AspNetWebFormsVB/packages.config +++ b/Examples/AspNetWebFormsVB/packages.config @@ -1,8 +1,8 @@  - + - - + + \ No newline at end of file