Skip to content

Commit

Permalink
Version 7.5.8
Browse files Browse the repository at this point in the history
## Version 7.5.8 - August 17, 2020

  - **Fixed:** "Add file..." button on FileUploader was not clickable on iOS and Android browsers when user switched to "Request Desktop WebSite" mode.

  - **Fixed:** When sorting columns or starting upload, items disappeared from view in FileUploader on iOS browsers.

  - **Improved:** Child windows including FileUploader on phones will now fit in the small screen.
    FileUploader bottom toolbar will not be scrollable on small sizes.
    Navigation pane and ribbon pane are now responsive, they will collapse when "screen width < 500" and "screen height < 500" respectively.

  - **Improved:** Better column resizing in "Details" view layout.
    On first render, columns will fit in the available space but then user can freely resize a column, i.e overflowing the available space
    will be allowed and the remaining columns will keep their size.

  - **Fixed:** Minimized child windows were not aligned correctly at the bottom, after one of them was closed and then the parent was resized.

  - **Improved:** Document Viewer:

    - **Fixed:** When viewing Email formats (.eml, .msg), unnecessary "PageHeader:" header was rendered at the top.
  • Loading branch information
GleamTech committed Aug 17, 2020
1 parent 7d3d50a commit a2a4671
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions Examples/AspNetCoreCS/AspNetCoreCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="GleamTech.Common" Version="4.2.3" />
<PackageReference Include="GleamTech.FileUltimate" Version="7.5.5" />
<PackageReference Include="GleamTech.Common" Version="4.2.4" />
<PackageReference Include="GleamTech.FileUltimate" Version="7.5.8" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions Examples/AspNetCoreOnNetFullCS/AspNetCoreOnNetFullCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="GleamTech.Common" Version="4.2.3" />
<PackageReference Include="GleamTech.FileUltimate" Version="7.5.5" />
<PackageReference Include="GleamTech.Common" Version="4.2.4" />
<PackageReference Include="GleamTech.FileUltimate" Version="7.5.8" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions Examples/AspNetMvcCS/AspNetMvcCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.7.5.5\lib\net40\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.7.5.8\lib\net40\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.5.5.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.5.5.1\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.4.2.3\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
Expand All @@ -63,7 +63,7 @@
</Reference>
<Reference Include="GleamTech.Common">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\GleamTech.Common.4.2.3\lib\net40\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.4.2.4\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down
6 changes: 3 additions & 3 deletions Examples/AspNetMvcCS/Packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net40" />
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
<package id="GleamTech.Common" version="4.2.3" />
<package id="GleamTech.Common" version="4.2.4" />
<package id="GleamTech.VideoUltimate" version="2.3.5" />
<package id="GleamTech.ImageUltimate" version="4.2.3" />
<package id="GleamTech.DocumentUltimate" version="5.5.0" />
<package id="GleamTech.FileUltimate" version="7.5.5" />
<package id="GleamTech.DocumentUltimate" version="5.5.1" />
<package id="GleamTech.FileUltimate" version="7.5.8" />
</packages>
6 changes: 3 additions & 3 deletions Examples/AspNetMvcVB/AspNetMvcVB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.7.5.5\lib\net40\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.7.5.8\lib\net40\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.5.5.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.5.5.1\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.4.2.3\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
Expand All @@ -69,7 +69,7 @@
</Reference>
<Reference Include="GleamTech.Common">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\GleamTech.Common.4.2.3\lib\net40\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.4.2.4\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down
6 changes: 3 additions & 3 deletions Examples/AspNetMvcVB/Packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net40" />
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
<package id="GleamTech.Common" version="4.2.3" />
<package id="GleamTech.Common" version="4.2.4" />
<package id="GleamTech.VideoUltimate" version="2.3.5" />
<package id="GleamTech.ImageUltimate" version="4.2.3" />
<package id="GleamTech.DocumentUltimate" version="5.5.0" />
<package id="GleamTech.FileUltimate" version="7.5.5" />
<package id="GleamTech.DocumentUltimate" version="5.5.1" />
<package id="GleamTech.FileUltimate" version="7.5.8" />
</packages>
6 changes: 3 additions & 3 deletions Examples/AspNetWebFormsCS/AspNetWebFormsCS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.7.5.5\lib\net40\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.7.5.8\lib\net40\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.5.5.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.5.5.1\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.4.2.3\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
Expand All @@ -60,7 +60,7 @@
</Reference>
<Reference Include="GleamTech.Common">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\GleamTech.Common.4.2.3\lib\net40\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.4.2.4\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
6 changes: 3 additions & 3 deletions Examples/AspNetWebFormsCS/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="GleamTech.Common" version="4.2.3" />
<package id="GleamTech.Common" version="4.2.4" />
<package id="GleamTech.VideoUltimate" version="2.3.5" />
<package id="GleamTech.ImageUltimate" version="4.2.3" />
<package id="GleamTech.DocumentUltimate" version="5.5.0" />
<package id="GleamTech.FileUltimate" version="7.5.5" />
<package id="GleamTech.DocumentUltimate" version="5.5.1" />
<package id="GleamTech.FileUltimate" version="7.5.8" />
</packages>
6 changes: 3 additions & 3 deletions Examples/AspNetWebFormsVB/AspNetWebFormsVB.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="GleamTech.FileUltimate">
<HintPath>..\packages\GleamTech.FileUltimate.7.5.5\lib\net40\GleamTech.FileUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.FileUltimate.7.5.8\lib\net40\GleamTech.FileUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.DocumentUltimate">
<HintPath>..\packages\GleamTech.DocumentUltimate.5.5.0\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
<HintPath>..\packages\GleamTech.DocumentUltimate.5.5.1\lib\net40\GleamTech.DocumentUltimate.dll</HintPath>
</Reference>
<Reference Include="GleamTech.ImageUltimate">
<HintPath>..\packages\GleamTech.ImageUltimate.4.2.3\lib\net40\GleamTech.ImageUltimate.dll</HintPath>
Expand All @@ -76,7 +76,7 @@
</Reference>
<Reference Include="GleamTech.Common">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\GleamTech.Common.4.2.3\lib\net40\GleamTech.Common.dll</HintPath>
<HintPath>..\packages\GleamTech.Common.4.2.4\lib\net40\GleamTech.Common.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
6 changes: 3 additions & 3 deletions Examples/AspNetWebFormsVB/packages.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="GleamTech.Common" version="4.2.3" />
<package id="GleamTech.Common" version="4.2.4" />
<package id="GleamTech.VideoUltimate" version="2.3.5" />
<package id="GleamTech.ImageUltimate" version="4.2.3" />
<package id="GleamTech.DocumentUltimate" version="5.5.0" />
<package id="GleamTech.FileUltimate" version="7.5.5" />
<package id="GleamTech.DocumentUltimate" version="5.5.1" />
<package id="GleamTech.FileUltimate" version="7.5.8" />
</packages>

0 comments on commit a2a4671

Please sign in to comment.