Essential Studio for MAUI Release Notes
v28.1.35
December 19, 2024
DocIO
Bug Fixes
-
#I658439
- Document will no longer corrupted while resaving a DOCX format document with picture. -
#I657865
- Reference field is now updated properly after callingUpdateDocumentFields
API. -
#I659689
- Improved performance when opening DOCX document with tables. -
#I662314
- “Left only” wrap text is now applied properly to a floating item while converting a Word document to PDF. -
#I656540
– The InvalidOperationException will no longer be thrown while converting a Word document to PDF with line break. -
#I655379
- Content of the nested table is now preserved properly while converting a Word document to PDF. -
#I663744
- Bookmark hyperlink is now navigating properly for split text while converting a Word document to PDF. -
#I659198
- Shape is now preserved properly while converting a DOCX format document to PDF. -
#F195368
– The NullReferenceException will no longer be thrown while converting a Word document to PDF with fields. -
#I661042
- “Franklin Gothic Medium” font is now applied properly while converting a Word document to PDF. - The ArgumentOutOfRangeException will no longer be thrown while add the cloned InlineContentControl.
- Revisions for OLE, Footnote and Endnote is now preserved properly after calling
Compare
API. - The ArgumentException will no longer be thrown while calling
UpdateDocumentFields
API followed by the tableAutoFit
API in subsequent calls.
Bug Fixes
-
F195149
- Fixed the issue where ExtractText method throws IndexOutOfRangeException exception while using TextLineCollection API -
I653833
- Fixed the issue where Text Extraction is not proper for the specific PDF document -
I657967
- Fixed the issue where Errors occurred while validating the document -
I646010
- Fixed the issue where Table content not properly added in Structure Element while merging the tagged pdf documents
Presentation
Bug Fixes
- RTL text is now preserved properly while converting PowerPoint Presentation to PDF.
SfCarousel
Bug Fixes
-
#I661795
- Resolved the issue where SfCarousel with DataTemplateSelector could not bind to parent commands. -
#I189152
,#I666825
, - Addressed an exception that occurred when dynamically clearing the SfCarousel ItemsSource collection on the iOS platform.
SfComboBox
Bug Fixes
-
#I656709
- Fixed the visibility issue of SfComboBox when it is placed inside a Border on the .NET MAUI iOS platform.
SfDatePicker
Bug Fixes
-
#I656803
- Resolved the issue onAndroid
platform where date picker header text was wrapped into next line when the length of the text is too long.
SfMaps
Bug fixes
- #I657101 - The old markers set as
MarkerTemplate
will now be removed from the view when theMapMarkerCollection
was replaced with new markers.
SfMaskedEntry
Bug fixes
-
#I659442
,#I661682
- Fixed an issue where the MaskedEntry text was not updating in the TextBox when the mask was not set.
SfNumericEntry
Bug Fixes
-
#I664988
- Fixed the issue where the ValueChanged event of SfNumericEntry was not triggering with EventTrigger. -
#FB63890
- Resolved an issue that allowed only one digit in SfNumericEntry on iOS in .NET 9. -
#I640158
- Addressed the issue of the missing Return button on the iOS soft keyboard in SfNumericEntry.
SfRotator
Bug fixes
-
I659811
- Fixed the inconsistent dot spacing in SfRotator on Android.