From f582e2ad14e35c40eadcea54a4a7c9c5a074a949 Mon Sep 17 00:00:00 2001 From: Deepak Raj Sundar Date: Mon, 10 Nov 2025 00:31:40 +0530 Subject: [PATCH 1/7] Added the release notes MD file and corresponding node entry in the TOC.html file --- MAUI/Release-notes/v31.2.9.md | 16 ++++++++++++++++ maui-toc.html | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 MAUI/Release-notes/v31.2.9.md diff --git a/MAUI/Release-notes/v31.2.9.md b/MAUI/Release-notes/v31.2.9.md new file mode 100644 index 000000000..e6133dd31 --- /dev/null +++ b/MAUI/Release-notes/v31.2.9.md @@ -0,0 +1,16 @@ +--- +title: Essential Studio® for MAUI Release Notes - v31.2.9 +description: Learn here about the controls in the Essential Studio® for MAUI 2025 Volume 3 SP2 Release - Release Notes - v31.2.9 +platform: maui +documentation: ug +--- + +# Essential Studio® for MAUI - v31.2.9 Release Notes + +{% include release-info.html date="November 12, 2025" version="v31.2.9" %} + +{% directory path: _includes/release-notes/v31.2.9 %} + +{% include {{file.url}} %} + +{% enddirectory %} \ No newline at end of file diff --git a/maui-toc.html b/maui-toc.html index 651f4352a..4f0837201 100644 --- a/maui-toc.html +++ b/maui-toc.html @@ -1405,6 +1405,6 @@
  • Release Notes - +
  • From ff4c01918f70b9807a31214fb43cd0d7f806df39 Mon Sep 17 00:00:00 2001 From: Brundha V Date: Mon, 10 Nov 2025 18:28:16 +0530 Subject: [PATCH 2/7] Resolve Conflict in the MAUI DataGrid conditional-styling.md file --- MAUI/DataGrid/conditional-styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAUI/DataGrid/conditional-styling.md b/MAUI/DataGrid/conditional-styling.md index 0e0c7467d..fb7edaab2 100644 --- a/MAUI/DataGrid/conditional-styling.md +++ b/MAUI/DataGrid/conditional-styling.md @@ -391,7 +391,7 @@ public class ForeColorConverter : IValueConverter ![Conditional cell styling based on RowIndex and ColumnIndex in .NET MAUI DataGrid](Images/conditional-styling/maui-datagrid-conditional-datagridcelltyle_basedon_rowcolumnindex.png) ### Customizing the BorderColor of a cell -You can customize the border color of individual cells in the SfDataGrid based on RowIndex and ColumnIndex property , and setting the `BorderColor` property in DataGridCell by writing the style for the [DataGridCell](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.DataGridCell.html) +You can customize the border color of individual cells in the SfDataGrid based on RowIndex and ColumnIndex property, and setting the `BorderColor` property in DataGridCell by writing the style for the [DataGridCell](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.DataGrid.DataGridCell.html) {% tabs %} {% highlight xaml tabtitle="MainPage.xaml" %} From c66d4e23740190316f5bd947c56bfdda5101ba06 Mon Sep 17 00:00:00 2001 From: ShyamSundar-SF4699 Date: Tue, 11 Nov 2025 13:36:19 +0530 Subject: [PATCH 3/7] Updated NET 10 in System-Requirements.md --- MAUI/System-Requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAUI/System-Requirements.md b/MAUI/System-Requirements.md index d559170b5..9b9b9cf92 100644 --- a/MAUI/System-Requirements.md +++ b/MAUI/System-Requirements.md @@ -37,7 +37,7 @@ Our .NET MAUI components are compatible with the following development environme ### Supported .NET versions * .NET 9.0 -* .NET 8.0 +* .NET 10.0 ### Supported platforms From dcd6558e6fb118aab7aaa9b847db7e52f23fedc5 Mon Sep 17 00:00:00 2001 From: Kamalesh-Periyasamy <127498902+Kamalesh-Periyasamy@users.noreply.github.com> Date: Thu, 13 Nov 2025 18:15:21 +0530 Subject: [PATCH 4/7] Fix formatting in Image Insertion documentation --- MAUI/Rich-Text-Editor/Image-Insertion.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAUI/Rich-Text-Editor/Image-Insertion.md b/MAUI/Rich-Text-Editor/Image-Insertion.md index 5e23ab751..ec08d081d 100644 --- a/MAUI/Rich-Text-Editor/Image-Insertion.md +++ b/MAUI/Rich-Text-Editor/Image-Insertion.md @@ -11,9 +11,9 @@ documentation: ug The [SfRichTextEditor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RichTextEditor.SfRichTextEditor.html) supports inserting images (JPEG, PNG) into the content area. Images can be added by the end-user through the toolbar or programmatically from various sources like a stream or a file path. -**Enable File Access Permission** +## Enable File Access Permission -On MacCatalyst devices, you need to enable file access by adding the required permission in the platform specific "Entitlements.plist" file, as illustrated in the following code snippet. +On MacCatalyst devices, you need to enable file access by adding the required permission in the platform specific `Entitlements.plist` file, as illustrated in the following code snippet. {% tabs %} {% highlight C# tabtitle="Entitlements.plist" %} From e9b66b285397d09de0683d618e72b31a429e1c68 Mon Sep 17 00:00:00 2001 From: SaiyathAliFathima <103025761+SaiyathAliFathima@users.noreply.github.com> Date: Fri, 14 Nov 2025 09:56:29 +0530 Subject: [PATCH 5/7] Added the getting started youtube mp4 file --- MAUI/Rich-Text-Editor/Getting-Started.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAUI/Rich-Text-Editor/Getting-Started.md b/MAUI/Rich-Text-Editor/Getting-Started.md index 303f5a09f..70c1985dd 100644 --- a/MAUI/Rich-Text-Editor/Getting-Started.md +++ b/MAUI/Rich-Text-Editor/Getting-Started.md @@ -11,6 +11,9 @@ documentation: ug This section guides you through setting up and configuring a **Rich Text Editor** in your .NET MAUI application. Follow the steps below to add a basic Rich Text Editor to your project. +To get start quickly with our [.NET MAUI Rich Text Editor](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.RichTextEditor.SfRichTextEditor.html), you can check the below video. + +{% youtube "https://www.youtube.com/watch?v=1r8OrZxG_HI" %} {% tabcontents %} {% tabcontent Visual Studio %} From 627500b8948fae15fd8bc96187a5006949bac50c Mon Sep 17 00:00:00 2001 From: EzhilarasanElangovan31 Date: Fri, 14 Nov 2025 10:53:15 +0530 Subject: [PATCH 6/7] commit --- MAUI/MarkdownViewer/GettingStarted.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAUI/MarkdownViewer/GettingStarted.md b/MAUI/MarkdownViewer/GettingStarted.md index eecd302f3..1c10bd8a0 100644 --- a/MAUI/MarkdownViewer/GettingStarted.md +++ b/MAUI/MarkdownViewer/GettingStarted.md @@ -12,6 +12,10 @@ keywords: .net maui markdownviewer, syncfusion markdownviewer maui, markdown vie This guide details the initial setup and basic usage of the [SfMarkdownViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.MarkdownViewer.SfMarkdownViewer.html) control, offering insight into its ability to render Markdown content with various formatting capabilities across mobile and desktop platforms. +To get start quickly with our [.NET MAUI MarkdownViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.MarkdownViewer.SfMarkdownViewer.html), you can check the below video. + +{% youtube "https://www.youtube.com/watch?v=4wHEDadFrxM" %} + {% tabcontents %} {% tabcontent Visual Studio %} From 294e136cb88b101f5f8bcf4efb02631e38205db5 Mon Sep 17 00:00:00 2001 From: Deepak Raj Sundar Date: Mon, 17 Nov 2025 19:29:36 +0530 Subject: [PATCH 7/7] Added the release notes MD file and corresponding node entry in the TOC.html file --- MAUI/Release-notes/v31.2.12.md | 73 ++++++++++++++++++++++++++++++++++ maui-toc.html | 2 +- 2 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 MAUI/Release-notes/v31.2.12.md diff --git a/MAUI/Release-notes/v31.2.12.md b/MAUI/Release-notes/v31.2.12.md new file mode 100644 index 000000000..6cd0d73a8 --- /dev/null +++ b/MAUI/Release-notes/v31.2.12.md @@ -0,0 +1,73 @@ +--- +title: Essential Studio® for MAUI Release Notes - v31.2.12 +description: Learn here about the controls in the Essential Studio® for MAUI 2025 Volume 3 SP2 Release - Release Notes - v31.2.12 +platform: maui +documentation: ug +--- + +# Essential Studio® for MAUI - v31.2.12 Release Notes + +{% include release-info.html date="November 18, 2025" version="v31.2.12" passed="43894" failed="0" %} + +{% directory path: _includes/release-notes/v31.2.12 %} + +{% include {{file.url}} %} + +{% enddirectory %} + +## Test Results + +| Component Name | Test Cases | Passed | Failed | Remarks | +|---------------|------------|--------|--------|---------| +| SfAccordion | 63 | 63 | 0 | All Passed | +| SfAIAssistView | 153 | 153 | 0 | All Passed | +| SfAutocomplete | 321 | 321 | 0 | All Passed | +| SfAvatarView | 56 | 56 | 0 | All Passed | +| SfBackDropPage | 83 | 83 | 0 | All Passed | +| SfBadgeView | 81 | 81 | 0 | All Passed | +| SfBarcodeGenerator | 1763 | 1763 | 0 | All Passed | +| SfBusyIndicator | 91 | 91 | 0 | All Passed | +| SfButton | 104 | 104 | 0 | All Passed | +| SfCalendar | 2624 | 2624 | 0 | All Passed | +| SfCards | 235 | 235 | 0 | All Passed | +| SfCarousel | 229 | 229 | 0 | All Passed | +| SfCharts | 521 | 521 | 0 | All Passed | +| SfChat | 63 | 63 | 0 | All Passed | +| SfCheck Box | 165 | 165 | 0 | All Passed | +| SfChip | 73 | 73 | 0 | All Passed | +| SfColorPicker | 164 | 164 | 0 | All Passed | +| SfComboBox | 422 | 422 | 0 | All Passed | +| SfDataForms | 3348 | 3348 | 0 | All Passed | +| SfDataGrid | 3113 | 3113 | 0 | All Passed | +| SfEffectsView | 61 | 61 | 0 | All Passed | +| SfExpander | 215 | 215 | 0 | All Passed | +| SfGauge | 1184 | 1184 | 0 | All Passed | +| SfImageEditor | 762 | 762 | 0 | All Passed | +| SfKanban | 410 | 410 | 0 | All Passed | +| SfListView | 4813 | 4813 | 0 | All Passed | +| SfMaps | 1268 | 1268 | 0 | All Passed | +| SfMarkdownViewer | 116 | 116 | 0 | All Passed | +| SfMaskedEntry | 180 | 180 | 0 | All Passed | +| SfNavigationDrawer | 126 | 126 | 0 | All Passed | +| SfNumericEntry | 218 | 218 | 0 | All Passed | +| SfNumericUpDown | 218 | 218 | 0 | All Passed | +| SfOTPInput | 55 | 55 | 0 | All Passed | +| SfPicker | 1039 | 1039 | 0 | All Passed | +| SfPopup | 1342 | 1342 | 0 | All Passed | +| SfProgressBar | 626 | 626 | 0 | All Passed | +| SfRadialMenu | 199 | 199 | 0 | All Passed | +| SfRadioButton | 194 | 194 | 0 | All Passed | +| SfRating | 202 | 202 | 0 | All Passed | +| SfRichTextEditor | 157 | 157 | 0 | All Passed | +| SfRotator | 1195 | 1195 | 0 | All Passed | +| SfScheduler | 11556 | 11556 | 0 | All Passed | +| SfSegment | 354 | 354 | 0 | All Passed | +| SfShimmer | 371 | 371 | 0 | All Passed | +| SfSignaturePad | 32 | 32 | 0 | All Passed | +| SfSlider | 292 | 292 | 0 | All Passed | +| SfSwitch | 131 | 131 | 0 | All Passed | +| SfTab View | 1620 | 1620 | 0 | All Passed | +| SfTextInputLayout | 174 | 174 | 0 | All Passed | +| SfToolBar | 175 | 175 | 0 | All Passed | +| SfTreeMap | 454 | 454 | 0 | All Passed | +| SfTreeView | 483 | 483 | 0 | All Passed | \ No newline at end of file diff --git a/maui-toc.html b/maui-toc.html index d973270ac..c8bdb63b7 100644 --- a/maui-toc.html +++ b/maui-toc.html @@ -1406,6 +1406,6 @@
  • Release Notes - +