Skip to content

Commit 7a8c755

Browse files
committed
Merge branch 'hotfix/hotfix-v31.2.2' of https://github.com/syncfusion-content/blazor-docs into 985454-UG
2 parents c3308a8 + f9cc925 commit 7a8c755

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1210
-265
lines changed

blazor-toc.html

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,18 @@
364364
<li>
365365
<a href="/blazor/common/html-attributes">HTML Attributes</a>
366366
</li>
367-
<li>
368-
<a href="/blazor/common/deployment">Deployment</a>
367+
<li>Deployment
368+
<ul>
369+
<li>
370+
<a href="/blazor/common/deployment/publish">Publish Blazor Application</a>
371+
</li>
372+
<li>
373+
<a href="/blazor/common/deployment/deployment-iis">Deploy a Blazor Web App to IIS</a>
374+
</li>
375+
<li>
376+
<a href="/blazor/common/deployment/deployment-azure">Deploy a Blazor Web App to Azure App Service</a>
377+
</li>
378+
</ul>
369379
</li>
370380
<li>
371381
<a href="/blazor/common/cdn-fallback">CDN Fallback</a>
@@ -1513,6 +1523,7 @@
15131523
<li><a href="/blazor/chat-ui/header">Header</a></li>
15141524
<li><a href="/blazor/chat-ui/footer">Footer</a></li>
15151525
<li><a href="/blazor/chat-ui/templates">Templates</a></li>
1526+
<li><a href="/blazor/chat-ui/speech-to-text">Speech to Text</a></li>
15161527
<li><a href="/blazor/chat-ui/appearance">Appearance</a></li>
15171528
<li><a href="/blazor/chat-ui/globalization">Globalization</a></li>
15181529
<li><a href="/blazor/chat-ui/accessibility">Accessibility</a></li>
@@ -1774,6 +1785,9 @@
17741785
<li>
17751786
<a href="/blazor/combobox/accessibility">Accessibility</a>
17761787
</li>
1788+
<li>
1789+
<a href="/blazor/combobox/customization">Customization</a>
1790+
</li>
17771791
<li>
17781792
<a href="/blazor/combobox/data-source">Data Source</a>
17791793
</li>
@@ -2848,6 +2862,7 @@
28482862
<li> <a href="/blazor/dropdown-list/popup-setting">Popup Setting</a></li>
28492863
<li> <a href="/blazor/dropdown-list/style">Style and Appearance</a></li>
28502864
<li> <a href="/blazor/dropdown-list/accessibility">Accessibility</a></li>
2865+
<li> <a href="/blazor/dropdown-list/customization">Customization</a></li>
28512866
<li> <a href="/blazor/dropdown-list/localization">Localization</a></li>
28522867
<li>
28532868
<a href="/cr/blazor/Syncfusion.Blazor.DropDowns.SfDropDownList-2.html"> API Reference</a>
@@ -2968,7 +2983,8 @@
29682983
<li> <a href="/blazor/file-upload/file-source">File Source</a></li>
29692984
<li> <a href="/blazor/file-upload/template">Template</a></li>
29702985
<li> <a href="/blazor/file-upload/validation">Validation</a></li>
2971-
<li> <a href="/blazor/file-upload/style-appearance">Style and Appearance</a></li>
2986+
<li> <a href="/blazor/file-upload/form-integration">Form Integration</a></li>
2987+
<li> <a href="/blazor/file-upload/style-appearance">File Upload Customization</a></li>
29722988
<li> <a href="/blazor/file-upload/http-client">Http Client</a></li>
29732989
<li>How To
29742990
<ul>
@@ -3042,7 +3058,6 @@
30423058
<li><a href="/blazor/gantt-chart/column-template">Column Template</a></li>
30433059
<li><a href="/blazor/gantt-chart/column-menu">Column Menu</a></li>
30443060
<li><a href="/blazor/gantt-chart/column-chooser">Column Chooser</a></li>
3045-
<li><a href="/blazor/gantt-chart/responsive-columns">Responsive Column</a></li>
30463061
<li><a href="/blazor/gantt-chart/wbs-column">WBS Column</a></li>
30473062
</ul>
30483063
</li>
@@ -3076,7 +3091,7 @@
30763091
<li><a href="/blazor/gantt-chart/editing-tasks">Editing Tasks</a></li>
30773092
<li><a href="/blazor/gantt-chart/deleting-tasks">Deleting Tasks</a></li>
30783093
<li><a href="/blazor/gantt-chart/taskbar-editing">Taskbar Editing</a></li>
3079-
<li><a href="/blazor/gantt-chart/split-task">Split Task</a></li>
3094+
<li><a href="/blazor/gantt-chart/splitting-and-merging-tasks">Splitting and Merging Tasks</a></li>
30803095
<li><a href="/blazor/gantt-chart/indent-outdent">Indent and Outdent</a></li>
30813096
<li><a href="/blazor/gantt-chart/entity-framework">Entity Framework</a></li>
30823097
</ul>
@@ -3095,6 +3110,7 @@
30953110
</li>
30963111
<li> <a href="/blazor/gantt-chart/filtering">Filtering</a>
30973112
<ul>
3113+
<li><a href="/blazor/gantt-chart/filter-menu">Filter Menu</a></li>
30983114
<li><a href="/blazor/gantt-chart/excel-like-filter">Excel Like Filter</a></li>
30993115
<li><a href="/blazor/gantt-chart/searching">Searching</a></li>
31003116
</ul>
@@ -3627,6 +3643,8 @@
36273643
<li> <a href="/blazor/multiselect-dropdown/sorting">Sorting</a></li>
36283644
<li> <a href="/blazor/multiselect-dropdown/grouping">Grouping</a></li>
36293645
<li> <a href="/blazor/multiselect-dropdown/custom-value">Custom Value</a></li>
3646+
<li> <a href="/blazor/multiselect-dropdown/data-source">Data Source</a></li>
3647+
<li> <a href="/blazor/multiselect-dropdown/events">Events</a></li>
36303648
<li> <a href="/blazor/multiselect-dropdown/virtualization">Virtualization</a></li>
36313649
<li> <a href="/blazor/multiselect-dropdown/templates">Templates</a></li>
36323650
<li> <a href="/blazor/multiselect-dropdown/multicolumn">Multicolumn MultiSelect Dropdown</a></li>
@@ -4306,6 +4324,7 @@
43064324
<li> <a href="/blazor/sparkline/user-interaction">User Interaction</a></li>
43074325
<li> <a href="/blazor/sparkline/appearance">Appearance</a></li>
43084326
<li> <a href="/blazor/sparkline/globalization">Globalization</a></li>
4327+
<li> <a href="/blazor/sparkline/localization">Localization</a></li>
43094328
<li> <a href="/blazor/sparkline/accessibility">Accessibility</a></li>
43104329
<li> <a href="/blazor/sparkline/events">Events</a></li>
43114330
<li> <a href="/blazor/sparkline/methods">Methods</a></li>
@@ -4926,7 +4945,7 @@
49264945
<li>2025 Volume 3 - 31.*
49274946
<ul>
49284947
<li>Weekly Nuget Release
4929-
<ul><li><a href="/blazor/release-notes/31.2.4">31.2.4</a></li>
4948+
<ul><li><a href="/blazor/release-notes/31.2.5">31.2.5</a></li><li><a href="/blazor/release-notes/31.2.4">31.2.4</a></li>
49304949
<li><a href="/blazor/release-notes/31.2.3">31.2.3</a></li>
49314950
<li><a href="/blazor/release-notes/31.1.23">31.1.23</a></li>
49324951
<li><a href="/blazor/release-notes/31.1.22">31.1.22</a></li>

blazor/Release-Notes/31.2.5.md

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
---
2+
title: Essential Studio for Blazor Release Notes - v31.2.5
3+
description: Learn here about the controls in the Essential Studio for Blazor Weekly Release - Release Notes - v31.2.5
4+
platform: blazor
5+
documentation: ug
6+
---
7+
8+
# Essential Studio for Blazor - v31.2.5 Release Notes
9+
10+
{% include release-info.html date="November 04, 2025" version="v31.2.5" passed="74261" failed="0" %}
11+
12+
{% directory path: _includes/release-notes/v31.2.5 %}
13+
14+
{% include {{file.url}} %}
15+
16+
{% enddirectory %}
17+
18+
## Test Results
19+
20+
| Component Name | Test Cases | Passed | Failed | Remarks |
21+
|---------------|------------|--------|--------|---------|
22+
| 3DChart | 198 | 198 | 0 | All Passed |
23+
| Accordion | 232 | 232 | 0 | All Passed |
24+
| AiAssistView | 297 | 297 | 0 | All Passed |
25+
| Appbar | 102 | 102 | 0 | All Passed |
26+
| Autocomplete | 444 | 444 | 0 | All Passed |
27+
| BarcodeGenerator | 440 | 440 | 0 | All Passed |
28+
| Breadcrumb | 137 | 137 | 0 | All Passed |
29+
| Bulletchart | 237 | 237 | 0 | All Passed |
30+
| Button | 255 | 255 | 0 | All Passed |
31+
| Calendar | 146 | 146 | 0 | All Passed |
32+
| Carousel | 174 | 174 | 0 | All Passed |
33+
| Charts | 4172 | 4172 | 0 | All Passed |
34+
| ChatUI | 102 | 102 | 0 | All Passed |
35+
| Chips | 196 | 196 | 0 | All Passed |
36+
| CircularGauge | 930 | 930 | 0 | All Passed |
37+
| ColorPicker | 113 | 113 | 0 | All Passed |
38+
| ComboBox | 248 | 248 | 0 | All Passed |
39+
| DashboardLayout | 252 | 252 | 0 | All Passed |
40+
| DataForm | 547 | 547 | 0 | All Passed |
41+
| DataGrid | 5912 | 5912 | 0 | All Passed |
42+
| DatePicker | 576 | 576 | 0 | All Passed |
43+
| DateRangePicker | 366 | 366 | 0 | All Passed |
44+
| DateTimePicker | 474 | 474 | 0 | All Passed |
45+
| Diagram | 15310 | 15310 | 0 | All Passed |
46+
| Dialog | 481 | 481 | 0 | All Passed |
47+
| DropdownList | 584 | 584 | 0 | All Passed |
48+
| Dropdowntree | 141 | 141 | 0 | All Passed |
49+
| FileManager | 3108 | 3108 | 0 | All Passed |
50+
| FileUpload | 330 | 330 | 0 | All Passed |
51+
| FloatingActionButton | 128 | 128 | 0 | All Passed |
52+
| Gantt | 4800 | 4800 | 0 | All Passed |
53+
| HeatMap | 342 | 342 | 0 | All Passed |
54+
| ImageEditor | 3561 | 3561 | 0 | All Passed |
55+
| InPlaceEditor | 764 | 764 | 0 | All Passed |
56+
| InputMask | 168 | 168 | 0 | All Passed |
57+
| Kanban | 380 | 380 | 0 | All Passed |
58+
| LinearGauge | 799 | 799 | 0 | All Passed |
59+
| ListBox | 138 | 138 | 0 | All Passed |
60+
| ListView | 440 | 440 | 0 | All Passed |
61+
| Maps | 1570 | 1570 | 0 | All Passed |
62+
| Mention | 152 | 152 | 0 | All Passed |
63+
| Menu | 398 | 398 | 0 | All Passed |
64+
| Message | 211 | 211 | 0 | All Passed |
65+
| MultiselectDropdown | 385 | 385 | 0 | All Passed |
66+
| NumericTextbox | 441 | 441 | 0 | All Passed |
67+
| OtpInput | 123 | 123 | 0 | All Passed |
68+
| PivotTable | 1378 | 1378 | 0 | All Passed |
69+
| ProgressBar | 199 | 199 | 0 | All Passed |
70+
| progressbutton | 101 | 101 | 0 | All Passed |
71+
| QueryBuilder | 584 | 584 | 0 | All Passed |
72+
| RangeNavigator | 196 | 196 | 0 | All Passed |
73+
| Rating | 106 | 106 | 0 | All Passed |
74+
| Ribbon | 451 | 451 | 0 | All Passed |
75+
| RichTextEditor | 2768 | 2768 | 0 | All Passed |
76+
| Scheduler | 5477 | 5477 | 0 | All Passed |
77+
| Sidebar | 144 | 144 | 0 | All Passed |
78+
| Slider | 271 | 271 | 0 | All Passed |
79+
| SmithChart | 259 | 259 | 0 | All Passed |
80+
| SparklineChart | 150 | 150 | 0 | All Passed |
81+
| SpeedDial | 353 | 353 | 0 | All Passed |
82+
| Splitter | 190 | 190 | 0 | All Passed |
83+
| Stepper | 215 | 215 | 0 | All Passed |
84+
| StockChart | 335 | 335 | 0 | All Passed |
85+
| Tabs | 938 | 938 | 0 | All Passed |
86+
| TextArea | 126 | 126 | 0 | All Passed |
87+
| Textbox | 652 | 652 | 0 | All Passed |
88+
| Timeline | 182 | 182 | 0 | All Passed |
89+
| TimePicker | 419 | 419 | 0 | All Passed |
90+
| Toast | 233 | 233 | 0 | All Passed |
91+
| Toolbar | 231 | 231 | 0 | All Passed |
92+
| TreeGrid | 4934 | 4934 | 0 | All Passed |
93+
| TreeMap | 704 | 704 | 0 | All Passed |
94+
| TreeView | 1361 | 1361 | 0 | All Passed |

blazor/ai-coding-assistant/mcp-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,4 +234,4 @@ Product support is available through the following mediums.
234234

235235
## See also
236236

237-
* [Syncfusion Blazor Documentation](https://blazor.syncfusion.com/documentation)
237+
* [Syncfusion Blazor Documentation](https://blazor.syncfusion.com/documentation)

blazor/appearance/icons.md

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -201,38 +201,48 @@ The complete pack of Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor ico
201201

202202
<!-- markdownlint-disable MD033 -->
203203

204+
<!-- markdownlint-disable MD033 -->
205+
206+
### Bootstrap 5
207+
208+
<iframe class="doc-sample-frame" src="https://blazor.syncfusion.com/icons/bootstrap5/demo.html" style="height:1000px;width:100%;"></iframe>
209+
210+
### Fluent 2
211+
212+
<iframe class="doc-sample-frame" src="https://blazor.syncfusion.com/icons/fluent2/demo.html" style="height:1000px;width:100%;"></iframe>
213+
204214
### Material 3
205215

206-
<iframe class="doc-sample-frame" src="https://ej2.syncfusion.com/products/icons/material3/demo.html" style="height:1000px;width:100%;"></iframe>
216+
<iframe class="doc-sample-frame" src="https://blazor.syncfusion.com/icons/material3/demo.html" style="height:1000px;width:100%;"></iframe>
207217

208-
### Bootstrap 5
218+
### Tailwind 3
209219

210-
<iframe class="doc-sample-frame" src="https://ej2.syncfusion.com/products/icons/bootstrap5/demo.html" style="height:1000px;width:100%;"></iframe>
220+
<iframe class="doc-sample-frame" src="https://blazor.syncfusion.com/icons/tailwind3/demo.html" style="height:1000px;width:100%;"></iframe>
211221

212222
### Bootstrap 4
213223

214-
<iframe class="doc-sample-frame" src="https://ej2.syncfusion.com/products/icons/bootstrap4/demo.html" style="height:1000px;width:100%;"></iframe>
224+
<iframe class="doc-sample-frame" src="https://blazor.syncfusion.com/icons/bootstrap4/demo.html" style="height:1000px;width:100%;"></iframe>
215225

216226
### Bootstrap
217227

218-
<iframe class="doc-sample-frame" src="https://ej2.syncfusion.com/products/icons/bootstrap/demo.html" style="height:1000px;width:100%;"></iframe>
228+
<iframe class="doc-sample-frame" src="https://blazor.syncfusion.com/icons/bootstrap/demo.html" style="height:1000px;width:100%;"></iframe>
229+
230+
### Fluent
231+
232+
<iframe class="doc-sample-frame" src="https://blazor.syncfusion.com/icons/fluent/demo.html" style="height:1000px;width:100%;"></iframe>
219233

220234
### Material
221235

222-
<iframe class="doc-sample-frame" src="https://ej2.syncfusion.com/products/icons/material/demo.html" style="height:1000px;width:100%;"></iframe>
236+
<iframe class="doc-sample-frame" src="https://blazor.syncfusion.com/icons/material/demo.html" style="height:1000px;width:100%;"></iframe>
223237

224238
### Tailwind CSS
225239

226-
<iframe class="doc-sample-frame" src="https://ej2.syncfusion.com/products/icons/tailwind/demo.html" style="height:1000px;width:100%;"></iframe>
240+
<iframe class="doc-sample-frame" src="https://blazor.syncfusion.com/icons/tailwind/demo.html" style="height:1000px;width:100%;"></iframe>
227241

228242
### Office Fabric
229243

230-
<iframe class="doc-sample-frame" src="https://ej2.syncfusion.com/products/icons/fabric/demo.html" style="height:1000px;width:100%;"></iframe>
244+
<iframe class="doc-sample-frame" src="https://blazor.syncfusion.com/icons/fabric/demo.html" style="height:1000px;width:100%;"></iframe>
231245

232246
### High Contrast
233247

234-
<iframe class="doc-sample-frame" src="https://ej2.syncfusion.com/products/icons/highcontrast/demo.html" style="height:1000px;width:100%;"></iframe>
235-
236-
### Fluent
237-
238-
<iframe class="doc-sample-frame" src="https://ej2.syncfusion.com/products/icons/fluent/demo.html" style="height:1000px;width:100%;"></iframe>
248+
<iframe class="doc-sample-frame" src="https://blazor.syncfusion.com/icons/highcontrast/demo.html" style="height:1000px;width:100%;"></iframe>
21.4 KB
Loading

0 commit comments

Comments
 (0)