Skip to content

Commit e535d15

Browse files
committed
Merge branch 'dev'
2 parents 707dda6 + 8f83eb3 commit e535d15

File tree

113 files changed

+465
-264
lines changed

Some content is hidden

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

113 files changed

+465
-264
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<SolutionDir>$(MSBuildThisFileDirectory)</SolutionDir>
1313
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
1414

15-
<VersionFile>4.13.0</VersionFile>
16-
<VersionPrefix>4.13.0</VersionPrefix>
15+
<VersionFile>4.13.1</VersionFile>
16+
<VersionPrefix>4.13.1</VersionPrefix>
1717
<VersionSuffix></VersionSuffix>
1818
<AssemblyVersion>$(VersionFile)</AssemblyVersion>
1919
<FileVersion>$(VersionFile)</FileVersion>

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
@@ -62,8 +81,7 @@
6281
- \[Icons\] Allow GetInstance to find icons regardless of casing ([#4179](https://github.com/microsoft/fluentui-blazor/pull/4179))
6382
- Update to Fluent UI System Icons 1.1.311
6483
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.
65-
66-
84+
--------------
6785
## V4.12.1
6886

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

122+
-------------
104123
## V4.12.0
105124

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

136155
### Icons and Emoji
137-
- Update to Fluent UI System Icons 1.1.302.
156+
- Update to Fluent UI System Icons 1.1.302.
138157
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.
139158

140159

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

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

eng/pipelines/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ variables:
22
# File and Package version
33
# dev branch: 1.2.4-Preview-23282-1' (PackageSuffix is always ignored in Dev branch)
44
# main branch: 1.2.4-RC.1' (PackageSuffix is ignored, if empty, in Main branch)
5-
FileVersion: '4.13.0' # Set the next final version here.
5+
FileVersion: '4.13.1' # Set the next final version here.
66
PackageSuffix: ''

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
@@ -62,7 +81,7 @@
6281
- \[Icons\] Allow GetInstance to find icons regardless of casing ([#4179](https://github.com/microsoft/fluentui-blazor/pull/4179))
6382
- Update to Fluent UI System Icons 1.1.311
6483
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.
65-
84+
--------------
6685
## V4.12.1
6786

6887
### General
@@ -100,6 +119,7 @@
100119
- Update to Fluent UI System Icons 1.1.306.
101120
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.
102121

122+
-------------
103123
## V4.12.0
104124

105125
### General

0 commit comments

Comments
 (0)