Skip to content

Commit 1166bb9

Browse files
committed
add release notes template
1 parent 49fb749 commit 1166bb9

File tree

5 files changed

+54
-0
lines changed

5 files changed

+54
-0
lines changed

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ navigation:
1212
api:
1313
title: API Reference
1414
position: 100
15+
release-notes:
16+
title: Release Notes
17+
position: 110
1518
installation-and-deployment:
1619
title: Installation and Deployment
1720
position: 4
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: 2024 Q1 (version 2024.1.124)
3+
page_title: What is new in Q1 2024 for the Document Processing Libraries
4+
description: 2024 Q1 (version 2024.1.124)
5+
slug: release-notes-2024-q1
6+
tags: q1, 2024, release, notes
7+
published: True
8+
position: 0
9+
---
10+
# 2024 Q1 (version 2024.1.124)
11+
12+
13+
## PdfProcessing
14+
15+
|Type|Description|
16+
|----|----|
17+
|![new](./images/new.png)|Exposed the IsBold property of FontBase.|
18+
|![new](./images/new.png)|Added support for embedding ZUGFeRD invoices.|
19+
|![new](./images/new.png)|Introduced support for embedding file streams.|
20+
|![new](./images/fixed.png)|An unwanted Stopwatch is contained in the DocumentCatalog class. |
21+
|![new](./images/fixed.png)|A NullReferenceException is thrown when getting the hash code of CFF font`s UnderlineThickness. |
22+
|![new](./images/fixed.png)|A NullReferenceException is thrown on import because the value of the TransformMethod property is not obtained when Refence is set as an indirect reference. |
23+
|![new](./images/fixed.png)|A NullReferenceException is thrown on export because the value of TransformMethod property is not obtained. |
24+
|![new](./images/fixed.png)|A NotSupportedException is thrown when decoding a CalRgb ColorSpace image. |
25+
|![new](./images/fixed.png)|Missing characters when exporting a document containing different font types but with the same name and properties. |
26+
|![new](./images/fixed.png)|Import-export specific document with Type1Font mangles text. |
27+
|![new](./images/fixed.png)|DrawTable is not setting the HasPendingContent property correctly. |
28+
|![new](./images/fixed.png)|Some characters in Wingdings (or custom) font are exported with a different font. |
29+
30+
## SpreadProcessing
31+
32+
|Type|Description|
33+
|----|----|
34+
|![new](./images/fixed.png)|The XlsxFormatProvider.Import method closes the stream passed to it as an argument.|
35+
|![new](./images/fixed.png)|An InvalidOperationException is thrown: The axes are incorrectly paired exception on import.|
36+
|![new](./images/fixed.png)|Left and Top-most borders are not rendered when exporting to PDF.|
37+
38+
## WordsProcessing
39+
40+
|Type|Description|
41+
|----|----|
42+
|![new](./images/fixed.png)|Inline image surrounded by bookmarks is incorrectly measured when the document contains numbering fields..|
43+
44+
45+
## ZipLibrary
46+
47+
|Type|Description|
48+
|----|----|
49+
|![new](./images/new.png)|Added support for extraction of AES-encrypted archives.|
50+
|![new](./images/changed.png)|Changed GetCryptoProvider() method signature. It now accepts EncryptionSettingsBase instead of EncryptionSettings. |
51+
|![new](./images/changed.png)|Removed long-time obsoleted classes: CompressionType, ZipCompression, ZipInputStream, ZipOutputStream, ZipPackage, ZipPackageEntry. Use ZipArchive, CompressedStream, and ZipArchiveEntry instead. |

release-notes/images/changed.png

476 Bytes
Loading

release-notes/images/fixed.png

341 Bytes
Loading

release-notes/images/new.png

368 Bytes
Loading

0 commit comments

Comments
 (0)