Skip to content

Commit b6bc531

Browse files
vnbaaijdvoituron
andauthored
Update home page and whatsnew (#4361)
Co-authored-by: Denis Voituron <dvoituron@outlook.com>
1 parent 1ccb237 commit b6bc531

File tree

3 files changed

+34
-21
lines changed

3 files changed

+34
-21
lines changed

WHATSNEW.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
11
## V4.13.2
22

33
### 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))
1011

1112
### 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))
1622

1723
### Icons and Emoji
1824
- Update to Fluent UI System Icons 1.1.315
1925
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+
2027
--------------
2128

2229
## V4.13.1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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>
40+
<li><NewsDate Day="28" Month="Nov" Year="25" /><a href="/WhatsNew">v4.13.2 released</a></li>
4141
<li><NewsDate Day="31" Month="Oct" Year="25" /><a href="/WhatsNew">v4.13.1 released</a></li>
4242
<li><NewsDate Day="10" Month="Oct" Year="25" /><a href="/WhatsNew">v4.13.0 released</a></li>
4343
<li><NewsDate Day="16" Month="Jul" Year="25" /><a href="/WhatsNew">v4.12.1 released</a></li>

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

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
## V4.13.2
22

33
### 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))
1011

1112
### 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))
1622

1723
### Icons and Emoji
1824
- Update to Fluent UI System Icons 1.1.315

0 commit comments

Comments
 (0)