Skip to content

Commit 8f83eb3

Browse files
vnbaaijdvoituron
andauthored
Update homepage and whatsnew (#4272)
Co-authored-by: Denis Voituron <dvoituron@outlook.com>
1 parent 3130742 commit 8f83eb3

File tree

3 files changed

+46
-8
lines changed

3 files changed

+46
-8
lines changed

WHATSNEW.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## V4.13.1
2+
3+
- \[General\] Fix ADO pipelines ([#4227](https://github.com/microsoft/fluentui-blazor/pull/4227))
4+
- \[Templates\] Fix .NET 10 Web App template ([#4242](https://github.com/microsoft/fluentui-blazor/pull/4242))
5+
6+
### General
7+
8+
### Components
9+
- \[AutoComplete\] Override FocusAsync in FluentAutoComplete ([#4230](https://github.com/microsoft/fluentui-blazor/pull/4230))
10+
- \[Combobox\] Fix presetting option ([#4255](https://github.com/microsoft/fluentui-blazor/pull/4255))
11+
- \[Menu\] Add null checks for modules on DisposeAsync ([#4249](https://github.com/microsoft/fluentui-blazor/pull/4249))
12+
- \[Menu\] Fix dispose error ([#4256](https://github.com/microsoft/fluentui-blazor/pull/4256))
13+
- \[Menu\] More fixes for dispose error ([#4258](https://github.com/microsoft/fluentui-blazor/pull/4258))
14+
15+
### Icons and Emoji
16+
- Update to Fluent UI System Icons 1.1.311
17+
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.
18+
19+
-------------
120
## V4.13.0
221

322
### General
@@ -61,8 +80,7 @@
6180
- \[Icons\] Allow GetInstance to find icons regardless of casing ([#4179](https://github.com/microsoft/fluentui-blazor/pull/4179))
6281
- Update to Fluent UI System Icons 1.1.311
6382
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.
64-
65-
83+
--------------
6684
## V4.12.1
6785

6886
### General
@@ -73,7 +91,7 @@
7391
### Components
7492
- \[Autocomplete\] Fix keyboard usage in Single mode ([#3930](https://github.com/microsoft/fluentui-blazor/pull/3930))
7593
- \[AutoComplete\] Only render placeholder attribute when the parameter is provided ([#3919](https://github.com/microsoft/fluentui-blazor/pull/3919))
76-
- \[DataGrid\] Add IsFixed parameter ([#3929](https://github.com/microsoft/fluentui-blazor/pull/3929))
94+
- \[DataGrid\] Add IsFixed parameter ([#3927](https://github.com/microsoft/fluentui-blazor/pull/3927))
7795
- \[DataGrid\] Add parameter to configure full column resize ([#3903](https://github.com/microsoft/fluentui-blazor/pull/3903))
7896
- \[DataGrid\] Fix header not being sticky in certain situations ([#3890](https://github.com/microsoft/fluentui-blazor/pull/3890))
7997
- \[DataGrid\] Make SelectColumn respond to programmatic changes in grid data ([#3949](https://github.com/microsoft/fluentui-blazor/pull/3949))
@@ -100,6 +118,7 @@
100118
- Update to Fluent UI System Icons 1.1.306.
101119
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.
102120

121+
-------------
103122
## V4.12.0
104123

105124
### General
@@ -133,12 +152,12 @@
133152
- \[Docs\] Update reboot section for IIS hosting workaround ([#3788](https://github.com/microsoft/fluentui-blazor/pull/3788))
134153

135154
### Icons and Emoji
136-
- Update to Fluent UI System Icons 1.1.302.
155+
- Update to Fluent UI System Icons 1.1.302.
137156
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.
138157

139158

140159
## Before v4.12.0
141-
For versions before 4.12, see the [What's New? (v4.0 - v4.11.9)](https://www.fluentui-blaor.net/WhatsNew-Before412) page.
160+
For versions before 4.12, see the [What's New? (v4.0 - v4.11.9)](/WhatsNew-Before412) page.
142161

143162
## Archives
144163
For versions before 4.0, see [What's new? (archives)](/WhatsNew-Archive) page.

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

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

3838
<h2>Latest releases</h2>
3939
<ul class="news">
40+
<li><NewsDate Day="31" Month="Oct" Year="25" /><a href="/WhatsNew">v4.13.1 released</a></li>
4041
<li><NewsDate Day="10" Month="Oct" Year="25" /><a href="/WhatsNew">v4.13.0 released</a></li>
4142
<li><NewsDate Day="16" Month="Jul" Year="25" /><a href="/WhatsNew">v4.12.1 released</a></li>
4243
<li><NewsDate Day="6" Month="Jun" Year="25" /><a href="/WhatsNew">v4.12.0 released</a></li>
43-
<li><NewsDate Day="8" Month="May" Year="25" /><a href="/WhatsNew">v4.11.9 released</a></li>
44-
<!--<li><NewsDate Day="" Month="" Year="" /><a href=""></a></li>-->
4544
</ul>
4645

4746
<p>

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

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## V4.13.1
2+
3+
- \[General\] Fix ADO pipelines ([#4227](https://github.com/microsoft/fluentui-blazor/pull/4227))
4+
- \[Templates\] Fix .NET 10 Web App template ([#4242](https://github.com/microsoft/fluentui-blazor/pull/4242))
5+
6+
### General
7+
8+
### Components
9+
- \[AutoComplete\] Override FocusAsync in FluentAutoComplete ([#4230](https://github.com/microsoft/fluentui-blazor/pull/4230))
10+
- \[Combobox\] Fix presetting option ([#4255](https://github.com/microsoft/fluentui-blazor/pull/4255))
11+
- \[Menu\] Add null checks for modules on DisposeAsync ([#4249](https://github.com/microsoft/fluentui-blazor/pull/4249))
12+
- \[Menu\] Fix dispose error ([#4256](https://github.com/microsoft/fluentui-blazor/pull/4256))
13+
- \[Menu\] More fixes for dispose error ([#4258](https://github.com/microsoft/fluentui-blazor/pull/4258))
14+
15+
### Icons and Emoji
16+
- Update to Fluent UI System Icons 1.1.311
17+
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.
18+
19+
-------------
120
## V4.13.0
221

322
### General
@@ -61,7 +80,7 @@
6180
- \[Icons\] Allow GetInstance to find icons regardless of casing ([#4179](https://github.com/microsoft/fluentui-blazor/pull/4179))
6281
- Update to Fluent UI System Icons 1.1.311
6382
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.
64-
83+
--------------
6584
## V4.12.1
6685

6786
### General
@@ -99,6 +118,7 @@
99118
- Update to Fluent UI System Icons 1.1.306.
100119
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.
101120

121+
-------------
102122
## V4.12.0
103123

104124
### General

0 commit comments

Comments
 (0)