-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Version 9.0.5 - August 6, 2024 - **Fixed:** FileManager and FileUploader will render a placeholder tag along with the script tag. We need a tag other than script tag for the component even if we render DOM on the client side. For example, Kendo UI Window, removes/moves script tags from content html so component is rendered to wrong place and not inside the window. Kendo UI Window has this code which caused the issue: // remove script blocks to prevent double-execution element.find("script").filter(executableScript).remove(); - **Improved:** FileManager and FileUploader will now be resized automatically when the parent DOM element resizes via using ResizeObserver in supported browsers. This espacially useful when component width or height is given in percentage and not in pixels. For example, when you put FileManager or FileUploader inside Kendo UI Window, they will be resized when the window is maximized. - **Fixed:** Attempt to fix intermittent UnauthorizedAccessException in DocumentCache for .lock files. This issue is hard to replicate, but in our tests we didn't the observe it again after some locking fixes. Let us know if you still get this error intermittently: Access to the path "[DocumentCache]:\lock-1hshdfq~w44gb5~w44gb5~lpnqmy.json.lock" is denied due to insufficient permissions. Please make sure the current windows identity "computer\user" has the required permissions on the path.
- Loading branch information
Showing
11 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="6.0.6" /> | ||
<package id="GleamTech.Common" version="6.0.8" /> | ||
<package id="GleamTech.VideoUltimate" version="4.0.0" /> | ||
<package id="GleamTech.ImageUltimate" version="6.0.0" /> | ||
<package id="GleamTech.DocumentUltimate" version="7.0.9" /> | ||
<package id="GleamTech.FileUltimate" version="9.0.3" /> | ||
<package id="GleamTech.DocumentUltimate" version="7.0.10" /> | ||
<package id="GleamTech.FileUltimate" version="9.0.5" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="6.0.6" /> | ||
<package id="GleamTech.Common" version="6.0.8" /> | ||
<package id="GleamTech.VideoUltimate" version="4.0.0" /> | ||
<package id="GleamTech.ImageUltimate" version="6.0.0" /> | ||
<package id="GleamTech.DocumentUltimate" version="7.0.9" /> | ||
<package id="GleamTech.FileUltimate" version="9.0.3" /> | ||
<package id="GleamTech.DocumentUltimate" version="7.0.10" /> | ||
<package id="GleamTech.FileUltimate" version="9.0.5" /> | ||
</packages> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters