Merge branch 8.1.1 into main
#73
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✨ PR Overview
This PR updates the Angular UI to the latest version, incorporating accumulated fixes and improvements from the Free Online Viewer over the past few months.
🛠️ Changes
1️⃣ Updated Angular UI
The Client App has been updated to the latest version, ensuring a consistent experience between this package and the Free Online Viewer.
With the migration from Angular 16 to Angular 19, the client app now offers faster loading and rendering times.
2️⃣ Disabled Hot Reload in Samples
Most sample applications use a local folder for caching. In these cases, hot reload may mistakenly detect cache changes and refresh the application unexpectedly. To prevent this, hot reload has been disabled in the launch settings.
3️⃣ Added README to NuGet Packages
README files are now included in each NuGet package and will be displayed on their respective NuGet.org pages.
4️⃣ Updated GroupDocs.Viewer
Upgraded GroupDocs.Viewer for .NET to version 25.8.
See the release highlights here: GroupDocs.Viewer for .NET 25.8 – August 2025 Release Highlights.
5️⃣ Fixed
custom.cssReferenceFixed the
custom.cssreference to ensure proper behavior when no custom styles are specified.