|
1 | 1 | ## V4.13.2 |
2 | 2 |
|
3 | 3 | ### General |
4 | | -- [Chore] Use NET 10 GA SDK in ([#4279](https://github.com/microsoft/fluentui-blazor/pull/4279)) |
5 | | -- [Chore] Fix CodeQL in ([#4315](https://github.com/microsoft/fluentui-blazor/pull/4315)) |
6 | | -- [Chore] Configure Dependabot settings in ([#4320](https://github.com/microsoft/fluentui-blazor/pull/4320)) |
7 | | -- [Templates] Fix .net10 web app rename issue in ([#4310](https://github.com/microsoft/fluentui-blazor/pull/4310)) |
8 | | -- [Templates] Fix Client projects in Web App templates in ([#4328](https://github.com/microsoft/fluentui-blazor/pull/4328)) |
9 | | -- [Templates] Adjust _Imports include condition in ([#4329](https://github.com/microsoft/fluentui-blazor/pull/4329)) |
| 4 | +- \[Chore\] Use NET 10 GA SDK ([#4279](https://github.com/microsoft/fluentui-blazor/pull/4279)) |
| 5 | +- \[Chore\] Fix CodeQL ([#4315](https://github.com/microsoft/fluentui-blazor/pull/4315)) |
| 6 | +- \[Chore\] Configure Dependabot settings ([#4320](https://github.com/microsoft/fluentui-blazor/pull/4320)) |
| 7 | +- \[Templates\] Fix .net10 web app rename issue ([#4310](https://github.com/microsoft/fluentui-blazor/pull/4310)) |
| 8 | +- \[Templates\] Fix Client projects in Web App templates ([#4328](https://github.com/microsoft/fluentui-blazor/pull/4328)) |
| 9 | +- \[Templates\] Adjust _Imports include condition ([#4329](https://github.com/microsoft/fluentui-blazor/pull/4329)) |
| 10 | +- \[Templates\] Fix icon in Web App 9 and 10 templates ([#4337](https://github.com/microsoft/fluentui-blazor/pull/4337)) |
10 | 11 |
|
11 | 12 | ### Components |
12 | | -- [AccordionItem] Add HeadingTooltip parameter in ([#4306](https://github.com/microsoft/fluentui-blazor/pull/4306)) |
13 | | -- [Dialog] Fix error when module hasn't finished loading in ([#4324](https://github.com/microsoft/fluentui-blazor/pull/4324)) |
14 | | -- [Grid] Use more presice values for width percentages in ([#4299](https://github.com/microsoft/fluentui-blazor/pull/4299)) |
15 | | -- [SortableList] Handle JS errors in a better way in ([#4286](https://github.com/microsoft/fluentui-blazor/pull/4286)) |
| 13 | +- \[AccordionItem\] Add HeadingTooltip parameter ([#4306](https://github.com/microsoft/fluentui-blazor/pull/4306)) |
| 14 | +- \[Combobox\] Fix binding to a value not in the list items ([#4353](https://github.com/microsoft/fluentui-blazor/pull/4353)) |
| 15 | +- \[Dialog\] Fix error when module hasn't finished loading ([#4324](https://github.com/microsoft/fluentui-blazor/pull/4324)) |
| 16 | +- \[Dialog\] Update methods to accept an IDialogReference interface ([#4316](https://github.com/microsoft/fluentui-blazor/pull/4316)) |
| 17 | +- \[DataGrid\] Add a SelectColumn Comparer property ([#4344](https://github.com/microsoft/fluentui-blazor/pull/4344)) |
| 18 | +- \[DataGrid\] Asynchronous IQueryable based loading enhancements ([#4343](https://github.com/microsoft/fluentui-blazor/pull/4343)) |
| 19 | +- \[Grid\] Use more presice values for width percentages ([#4299](https://github.com/microsoft/fluentui-blazor/pull/4299)) |
| 20 | +- \[SortableList\] Handle JS errors in a better way ([#4286](https://github.com/microsoft/fluentui-blazor/pull/4286)) |
| 21 | +- \[Splitter\] Add support for touch events ([#4338](https://github.com/microsoft/fluentui-blazor/pull/4338)) |
16 | 22 |
|
17 | 23 | ### Icons and Emoji |
18 | 24 | - Update to Fluent UI System Icons 1.1.315 |
19 | 25 | See the commit history in the Fluent UI System Icons repository [commit history](https://github.com/microsoft/fluentui-system-icons/commits/main/) for the full list of changes. |
| 26 | + |
20 | 27 | -------------- |
21 | 28 |
|
22 | 29 | ## V4.13.1 |
|
0 commit comments