From da922a2ce07ec001c89a8d801d8247847eab2bc9 Mon Sep 17 00:00:00 2001 From: "PROGRESS\\ykaraman" Date: Tue, 11 Feb 2025 15:24:28 +0200 Subject: [PATCH 1/2] Updated Q1 2025 Release Notes --- .../2025/release-notes-2025-1-205.md | 28 +++++++++++-------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/release-notes/2025/release-notes-2025-1-205.md b/release-notes/2025/release-notes-2025-1-205.md index 0b03a9e2..f491325d 100644 --- a/release-notes/2025/release-notes-2025-1-205.md +++ b/release-notes/2025/release-notes-2025-1-205.md @@ -5,19 +5,25 @@ description: 2025.1.205 (2025 Q1) slug: release-notes-2025-1-205 tags: 2025.1.205,2025,Q1 published: True -position: 99 +position: 0 --- # 2025.1.205 (2025 Q1) +## What's Changed + + +![changed](../images/changed.png) + +* Starting with 2025 Q1, all users of the Telerik and Kendo UI components and tools, will need to apply a valid license key file to both new and existing projects. For details, see our [Licensing Documentation]({%slug license-key%}). + ## What's New ![new](../images/new.png) -* Starting with 2025 Q1, all users of the Telerik and Kendo UI components and tools, will need to apply a valid license key file to both new and existing projects. For details, see our [Licensing Documentation]({%slug license-key%}). * Introduced support for Optical Character Recognition (OCR), allowing the conversion of images of typed, handwritten, or printed text into machine-encoded text from a scanned document. ## DocumentProcessing @@ -43,10 +49,10 @@ position: 99 ![fixed](../images/fixed.png) -* SkiaImageFormatProvider: An AggregateException: 'The given key 'Abc.Visuals.IAbcStrokedRectangle' was not present in the dictionary' is thrown when exporting the pages with SkiaImageFormatProvider. .NET Standard -* SkiaImageFormatProvider: Signature omitted on export. .NET Standard -* SkiaImageFormatProvider: Missing elements on rendered image. .NET Standard -* SkiaImageFormatProvider: Export to image is slow and the consumed memory is huge. .NET Standard +* SkiaImageFormatProvider: An AggregateException: 'The given key 'Abc.Visuals.IAbcStrokedRectangle' was not present in the dictionary' is thrown when exporting the pages with SkiaImageFormatProvider. **.NET Standard** +* SkiaImageFormatProvider: Signature omitted on export. **.NET Standard** +* SkiaImageFormatProvider: Missing elements on rendered image. **.NET Standard** +* SkiaImageFormatProvider: Export to image is slow and the consumed memory is huge. **.NET Standard** * A NullReferenceException is thrown when importing a file with explicitly set UserInterfaceName annotation property to null. * A NullReferenceException is thrown when importing a document and enumerate the pages. * A NullReferenceException is thrown when cloning or merging documents containing a Link with Action collection. @@ -59,11 +65,11 @@ position: 99 * An InvalidCastException is thrown when parsing the font for a specific document. * An IndexOutOfRangeException is thrown when encoding an image with Grayscale color space. * Images are inverted after export. -* ImageFormatProvider: System.AggregateException exception is thrown when exporting a document to an image. .NET Standard +* ImageFormatProvider: System.AggregateException exception is thrown when exporting a document to an image. **.NET Standard** * An error in Adobe when inspecting a page with DeviceGray ColorSpace image after import-export. * An ArgumentNullException is thrown when importing a document with missing indirect reference object. * An ArgumentException: 'Name cannot contain .(period).' when merging PDF files with form fields. -* SkiaImageFormatProvider: OverflowException is thrown when converting a document to an image. .NET Standard +* SkiaImageFormatProvider: OverflowException is thrown when converting a document to an image. **.NET Standard** * PdfStreamWriter: JavaScript actions are broken after merging documents. * A NullReferenceException when Type1 font with random bytes count (lenIV) is set to 0. * An InvalidCastException is thrown when importing a file with missing space. @@ -78,7 +84,7 @@ position: 99 * The Export method does not respect the timeout parameter. * A NullReferenceException is thrown when exporting a workbook with no sheets. A message indicating that a workbook should contain at least one visible sheet is now displayed. * Name Conflict window is displayed when an XLS file is imported and then exported to XSLX. -* Export to PDF fails in single-threaded platforms. .NET Standard +* Export to PDF fails in single-threaded platforms. **.NET Standard** * Duplicating a worksheet with the CopyFrom method does not copy the defined conditional formatting rules. * An ArgumentNullException is thrown when importing a document containing a rule with no format set. @@ -87,11 +93,11 @@ position: 99 ![fixed](../images/fixed.png) -* Remediated Security Vulnerability [CVE-2024-11629]({%slug kb-security-excessive-iteration-cve-2024-11629%}). .NET Standard +* Remediated Security Vulnerability CVE-2024-11629. **.NET Standard** ## ZipLibrary ![fixed](../images/fixed.png) -* Remediated Security Vulnerability [CVE-2024-11343]({%slug kb-security-excessive-iteration-cve-2024-11343%}). +* Remediated Security Vulnerability CVE-2024-11343. From 7f5726b77258d821ddcaeae31c1685a9ddea305e Mon Sep 17 00:00:00 2001 From: Dess Date: Tue, 11 Feb 2025 15:29:40 +0200 Subject: [PATCH 2/2] Update release-notes-2025-1-205.md --- release-notes/2025/release-notes-2025-1-205.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/2025/release-notes-2025-1-205.md b/release-notes/2025/release-notes-2025-1-205.md index f491325d..3b72a393 100644 --- a/release-notes/2025/release-notes-2025-1-205.md +++ b/release-notes/2025/release-notes-2025-1-205.md @@ -5,7 +5,7 @@ description: 2025.1.205 (2025 Q1) slug: release-notes-2025-1-205 tags: 2025.1.205,2025,Q1 published: True -position: 0 +position: 99 ---