Skip to content

Conversation

@vladimir-litvinchik
Copy link
Collaborator

✨ PR Overview

This PR introduces fixes and enhancements across multiple areas of the project.

🛠️ Changes

1️⃣ Page Number Jumps When Scrolling

This issue occurred in versions of the GroupDocs.Viewer.UI package prior to v8.0.6. When PreloadPages was set to a value greater than zero but less than the total number of pages in a document, the page number indicator would automatically jump to the next page as soon as the next set of pages was loaded during scrolling.

✅ This behavior has been fixed in this release.


2️⃣ Fit Width and Fit Height Strings Now Translated

The strings Fit Width and Fit Height in the zoom selector are now localized according to the selected language.

translate-fit-width-and-fit-height

3️⃣ Use Page Image for Thumbnail in Image Mode

When rendering in image mode (e.g., to PNG or JPG), thumbnails are no longer rendered separately. Instead, the actual page image is used as the thumbnail.

✅ This change improves API performance and reduces resource consumption by eliminating redundant thumbnail rendering.


4️⃣ Updated to GroupDocs.Viewer for .NET 25.4

This version integrates GroupDocs.Viewer for .NET 25.4.
For a full list of improvements and fixes, see the official release notes.


5️⃣ Added Missing Service Registration for GroupDocs.Viewer.UI.Cloud.Api

Resolved a runtime exception caused by a missing service registration when using the GroupDocs.Viewer.UI.Cloud.Api package.

✅ Required services are now properly registered during startup.


6️⃣ Added README Files to GroupDocs.Viewer.UI.* Projects

Added README files with basic descriptions for each project in the solution to improve navigation and clarity for contributors.

@vladimir-litvinchik vladimir-litvinchik merged commit a625016 into main May 5, 2025
1 check passed
@vladimir-litvinchik vladimir-litvinchik deleted the 8.0.6 branch May 5, 2025 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants