Skip to content

Commit b19898f

Browse files
authored
Update WhatsNew and homepage (#4332)
1 parent 9d5e61c commit b19898f

File tree

3 files changed

+46
-5
lines changed

3 files changed

+46
-5
lines changed

WHATSNEW.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
1+
## V4.13.2
2+
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))
10+
11+
### 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))
16+
17+
### Icons and Emoji
18+
- Update to Fluent UI System Icons 1.1.315
19+
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.
20+
--------------
21+
122
## V4.13.1
223

24+
### General
325
- \[General\] Fix ADO pipelines ([#4227](https://github.com/microsoft/fluentui-blazor/pull/4227))
426
- \[Templates\] Fix .NET 10 Web App template ([#4242](https://github.com/microsoft/fluentui-blazor/pull/4242))
527

6-
### General
7-
828
### Components
929
- \[AutoComplete\] Override FocusAsync in FluentAutoComplete ([#4230](https://github.com/microsoft/fluentui-blazor/pull/4230))
1030
- \[Combobox\] Fix presetting option ([#4255](https://github.com/microsoft/fluentui-blazor/pull/4255))

examples/Demo/Shared/Pages/Home/Home.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737

3838
<h2>Latest releases</h2>
3939
<ul class="news">
40+
<li><NewsDate Day="19" Month="Nov" Year="25" /><a href="/WhatsNew">v4.13.2 released</a></li>
4041
<li><NewsDate Day="31" Month="Oct" Year="25" /><a href="/WhatsNew">v4.13.1 released</a></li>
4142
<li><NewsDate Day="10" Month="Oct" Year="25" /><a href="/WhatsNew">v4.13.0 released</a></li>
4243
<li><NewsDate Day="16" Month="Jul" Year="25" /><a href="/WhatsNew">v4.12.1 released</a></li>
43-
<li><NewsDate Day="6" Month="Jun" Year="25" /><a href="/WhatsNew">v4.12.0 released</a></li>
4444
</ul>
4545

4646
<p>

examples/Demo/Shared/wwwroot/docs/WhatsNew.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,31 @@
1+
## V4.13.2
2+
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))
10+
11+
### 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))
16+
17+
### Icons and Emoji
18+
- Update to Fluent UI System Icons 1.1.315
19+
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.
20+
21+
--------------
22+
123
## V4.13.1
224

25+
### General
326
- \[General\] Fix ADO pipelines ([#4227](https://github.com/microsoft/fluentui-blazor/pull/4227))
427
- \[Templates\] Fix .NET 10 Web App template ([#4242](https://github.com/microsoft/fluentui-blazor/pull/4242))
528

6-
### General
7-
829
### Components
930
- \[AutoComplete\] Override FocusAsync in FluentAutoComplete ([#4230](https://github.com/microsoft/fluentui-blazor/pull/4230))
1031
- \[Combobox\] Fix presetting option ([#4255](https://github.com/microsoft/fluentui-blazor/pull/4255))

0 commit comments

Comments
 (0)