Skip to content

Commit 0ab2fce

Browse files
authored
Prepare for release (#4225)
1 parent 5ffe060 commit 0ab2fce

File tree

5 files changed

+133
-4
lines changed

5 files changed

+133
-4
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.12.2</VersionFile>
16-
<VersionPrefix>4.12.2</VersionPrefix>
15+
<VersionFile>4.13.0</VersionFile>
16+
<VersionPrefix>4.13.0</VersionPrefix>
1717
<VersionSuffix></VersionSuffix>
1818
<AssemblyVersion>$(VersionFile)</AssemblyVersion>
1919
<FileVersion>$(VersionFile)</FileVersion>

WHATSNEW.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,68 @@
1+
## V4.13.0
2+
3+
### General
4+
- \[General\] Add ReDoS protection for regex matching and nit fixes. ([#4124](https://github.com/microsoft/fluentui-blazor/pull/4124))
5+
- \[General\] Re-add net10.0 TFM and update to latest SDKs/NuGet packages ([#4141](https://github.com/microsoft/fluentui-blazor/pull/4141))
6+
- \[General\] Update GH Actions ([#4016](https://github.com/microsoft/fluentui-blazor/pull/4016))
7+
- \[General\] Workflow maintenance ([#4130](https://github.com/microsoft/fluentui-blazor/pull/4130))
8+
- \[General\] Add es metadata ([#4131](https://github.com/microsoft/fluentui-blazor/pull/4131))
9+
- \[General\] Add PDB config ([#4079](https://github.com/microsoft/fluentui-blazor/pull/4079))
10+
- \[General\] CodeQL - Update .NET SDK ([#4199](https://github.com/microsoft/fluentui-blazor/pull/4199))
11+
- \[General\] Pipeline - Add PublishSymbols ([#4076](https://github.com/microsoft/fluentui-blazor/pull/4076))
12+
- \[General\] Update codeql-analysis.yml ([#4075](https://github.com/microsoft/fluentui-blazor/pull/4075))
13+
- \[General\] Update README.md ([#4065](https://github.com/microsoft/fluentui-blazor/pull/4065))
14+
- \[General\] Update VSCode settings and add demo server configuration ([#4115](https://github.com/microsoft/fluentui-blazor/pull/4115))
15+
16+
### Components
17+
- \[AppBar\] Add TryGetValue and Apps.ContainsKey ([#4146](https://github.com/microsoft/fluentui-blazor/pull/4146))
18+
- \[Autocomplete\] Add a ShowProgressIndicator parameter + Breaking change ([#4042](https://github.com/microsoft/fluentui-blazor/pull/4042))
19+
- \[AutoComplete\] Invalid aria-controls reference in Autocomplete popup rendering ([#4117](https://github.com/microsoft/fluentui-blazor/pull/4117))
20+
- \[DataGrid\] Add MinWidth parameter to ColumnBase ([#4112](https://github.com/microsoft/fluentui-blazor/pull/4112))
21+
- \[DataGrid\] Add public Columns property to DataGridRow and Column property to DataGridCell for easier column access ([#4036](https://github.com/microsoft/fluentui-blazor/pull/4036))
22+
- \[DataGrid\] Asynchronous IQueryable based loading and error handling UI feedback ([#4177](https://github.com/microsoft/fluentui-blazor/pull/4177))
23+
- \[DataGrid\] Fix invalid optimization when using Virtualize icw ItemsProvider ([#4172](https://github.com/microsoft/fluentui-blazor/pull/4172))
24+
- \[DataGrid\] Fix potential RTL error ([#4048](https://github.com/microsoft/fluentui-blazor/pull/4048))
25+
- \[DataGrid\] Make resize menu work in 'Table' mode ([#4116](https://github.com/microsoft/fluentui-blazor/pull/4116))
26+
- \[DataGrid\] Optimize style for rendering cell ([#4178](https://github.com/microsoft/fluentui-blazor/pull/4178))
27+
- \[DatePicker & TimePicker\] Fix FocusAsync throwing null exception ([#4167](https://github.com/microsoft/fluentui-blazor/pull/4167))
28+
- \[DatePicker\] Allow to prevent scrolling on focus ([#4168](https://github.com/microsoft/fluentui-blazor/pull/4168))
29+
- \[DesignTheme\] Only write data-theme when mode is changed ([#4105](https://github.com/microsoft/fluentui-blazor/pull/4105))
30+
- \[Dialog\] Add way to specify header title typography ([#4132](https://github.com/microsoft/fluentui-blazor/pull/4132))
31+
- \[Dialog\] Return focus when dialog is closed to element focused before open ([#4095](https://github.com/microsoft/fluentui-blazor/pull/4095))
32+
- \[Drag&Drop\] Add stopPropagation to DropZone ([#4045](https://github.com/microsoft/fluentui-blazor/pull/4045))
33+
- \[FluentKeyCode\] Fix DisposeAsync issue in MAUI ([#4088](https://github.com/microsoft/fluentui-blazor/pull/4088))
34+
- \[Inputs\] Fix wrong active size for mobile devices ([#4122](https://github.com/microsoft/fluentui-blazor/pull/4122))
35+
- \[Internal\] Update CodeQL ([#4210](https://github.com/microsoft/fluentui-blazor/pull/4210))
36+
- \[List\] Add an `OptionTitle` attribute ([#4147](https://github.com/microsoft/fluentui-blazor/pull/4147))
37+
- \[List\] Fix for default selection options ([#4135](https://github.com/microsoft/fluentui-blazor/pull/4135))
38+
- \[MenuButton\] Accessibility fixes and allow custom button content ([#4093](https://github.com/microsoft/fluentui-blazor/pull/4093))
39+
- \[MenuButton\] Add `UseMenuService` parameter to configure Menu ([#4219](https://github.com/microsoft/fluentui-blazor/pull/4219))
40+
- \[MenuButton\] Finalize work on a11y fixes and custom button content ([#4221](https://github.com/microsoft/fluentui-blazor/pull/4221))
41+
- \[MenuButton\] Pass through Class ([#4038](https://github.com/microsoft/fluentui-blazor/pull/4038))
42+
- \[MenuItem\] trigger OnClick on FluentMenuItem when enter is pressed onkeydown ([#4032](https://github.com/microsoft/fluentui-blazor/pull/4032))
43+
- \[NavMenu\] Fix display of submenu in collapsed state ([#4171](https://github.com/microsoft/fluentui-blazor/pull/4171))
44+
- \[NumberField\] Make it work with data-enhance in SSR mode ([#4181](https://github.com/microsoft/fluentui-blazor/pull/4181))
45+
- \[Paginator\] Fix for not applying custom classes ([#4207](https://github.com/microsoft/fluentui-blazor/pull/4207))
46+
- \[ProfileMenu\] Toggle open on enter/space key press ([#4104](https://github.com/microsoft/fluentui-blazor/pull/4104))
47+
- \[Property Column\] Remove boxing when formatting the property. ([#4070](https://github.com/microsoft/fluentui-blazor/pull/4070))
48+
- \[Templates\] Updates and add .NET 10 versions ([#4025](https://github.com/microsoft/fluentui-blazor/pull/4025))
49+
- \[Toast\] Add Class & Style properties ([#4170](https://github.com/microsoft/fluentui-blazor/pull/4170))
50+
- \[Toast\] Change DynamicDependency ([#4106](https://github.com/microsoft/fluentui-blazor/pull/4106))
51+
52+
### Demo site and documentation
53+
- \[Docs\] Add documentation for nested drag & drop containers ([#4050](https://github.com/microsoft/fluentui-blazor/pull/4050))
54+
- \[Docs\] Add extra info for list selection. ([#4192](https://github.com/microsoft/fluentui-blazor/pull/4192))
55+
- \[Docs\] Update NodeJS version and fix note ([#4083](https://github.com/microsoft/fluentui-blazor/pull/4083))
56+
- \[Docs\] Update README.md ([#4021](https://github.com/microsoft/fluentui-blazor/pull/4021))
57+
- \[Docs\] Use https instead of http for GitHub link ([#4121](https://github.com/microsoft/fluentui-blazor/pull/4121))
58+
59+
60+
### Icons and Emoji
61+
- \[Icons\] Allow GetInstance to find icons regardless of casing ([#4179](https://github.com/microsoft/fluentui-blazor/pull/4179))
62+
- Update to Fluent UI System Icons 1.1.311
63+
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+
166
## V4.12.1
267

368
### General

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.12.2' # Set the next final version here.
5+
FileVersion: '4.13.0' # Set the next final version here.
66
PackageSuffix: ''

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="10" Month="Oct" Year="25" /><a href="/WhatsNew">v4.13.0 released</a></li>
4041
<li><NewsDate Day="16" Month="Jul" Year="25" /><a href="/WhatsNew">v4.12.1 released</a></li>
4142
<li><NewsDate Day="6" Month="Jun" Year="25" /><a href="/WhatsNew">v4.12.0 released</a></li>
4243
<li><NewsDate Day="8" Month="May" Year="25" /><a href="/WhatsNew">v4.11.9 released</a></li>
43-
<li><NewsDate Day="11" Month="Apr" Year="25" /><a href="/WhatsNew">v4.11.8 released</a></li>
4444
<!--<li><NewsDate Day="" Month="" Year="" /><a href=""></a></li>-->
4545
</ul>
4646

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

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,67 @@
1+
## V4.13.0
2+
3+
### General
4+
- \[General\] Add ReDoS protection for regex matching and nit fixes. ([#4124](https://github.com/microsoft/fluentui-blazor/pull/4124))
5+
- \[General\] Re-add net10.0 TFM and update to latest SDKs/NuGet packages ([#4141](https://github.com/microsoft/fluentui-blazor/pull/4141))
6+
- \[General\] Update GH Actions ([#4016](https://github.com/microsoft/fluentui-blazor/pull/4016))
7+
- \[General\] Workflow maintenance ([#4130](https://github.com/microsoft/fluentui-blazor/pull/4130))
8+
- \[General\] Add es metadata ([#4131](https://github.com/microsoft/fluentui-blazor/pull/4131))
9+
- \[General\] Add PDB config ([#4079](https://github.com/microsoft/fluentui-blazor/pull/4079))
10+
- \[General\] CodeQL - Update .NET SDK ([#4199](https://github.com/microsoft/fluentui-blazor/pull/4199))
11+
- \[General\] Pipeline - Add PublishSymbols ([#4076](https://github.com/microsoft/fluentui-blazor/pull/4076))
12+
- \[General\] Update codeql-analysis.yml ([#4075](https://github.com/microsoft/fluentui-blazor/pull/4075))
13+
- \[General\] Update README.md ([#4065](https://github.com/microsoft/fluentui-blazor/pull/4065))
14+
- \[General\] Update VSCode settings and add demo server configuration ([#4115](https://github.com/microsoft/fluentui-blazor/pull/4115))
15+
16+
### Components
17+
- \[AppBar\] Add TryGetValue and Apps.ContainsKey ([#4146](https://github.com/microsoft/fluentui-blazor/pull/4146))
18+
- \[Autocomplete\] Add a ShowProgressIndicator parameter + Breaking change ([#4042](https://github.com/microsoft/fluentui-blazor/pull/4042))
19+
- \[AutoComplete\] Invalid aria-controls reference in Autocomplete popup rendering ([#4117](https://github.com/microsoft/fluentui-blazor/pull/4117))
20+
- \[DataGrid\] Add MinWidth parameter to ColumnBase ([#4112](https://github.com/microsoft/fluentui-blazor/pull/4112))
21+
- \[DataGrid\] Add public Columns property to DataGridRow and Column property to DataGridCell for easier column access ([#4036](https://github.com/microsoft/fluentui-blazor/pull/4036))
22+
- \[DataGrid\] Asynchronous IQueryable based loading and error handling UI feedback ([#4177](https://github.com/microsoft/fluentui-blazor/pull/4177))
23+
- \[DataGrid\] Fix invalid optimization when using Virtualize icw ItemsProvider ([#4172](https://github.com/microsoft/fluentui-blazor/pull/4172))
24+
- \[DataGrid\] Fix potential RTL error ([#4048](https://github.com/microsoft/fluentui-blazor/pull/4048))
25+
- \[DataGrid\] Make resize menu work in 'Table' mode ([#4116](https://github.com/microsoft/fluentui-blazor/pull/4116))
26+
- \[DataGrid\] Optimize style for rendering cell ([#4178](https://github.com/microsoft/fluentui-blazor/pull/4178))
27+
- \[DatePicker & TimePicker\] Fix FocusAsync throwing null exception ([#4167](https://github.com/microsoft/fluentui-blazor/pull/4167))
28+
- \[DatePicker\] Allow to prevent scrolling on focus ([#4168](https://github.com/microsoft/fluentui-blazor/pull/4168))
29+
- \[DesignTheme\] Only write data-theme when mode is changed ([#4105](https://github.com/microsoft/fluentui-blazor/pull/4105))
30+
- \[Dialog\] Add way to specify header title typography ([#4132](https://github.com/microsoft/fluentui-blazor/pull/4132))
31+
- \[Dialog\] Return focus when dialog is closed to element focused before open ([#4095](https://github.com/microsoft/fluentui-blazor/pull/4095))
32+
- \[Drag&Drop\] Add stopPropagation to DropZone ([#4045](https://github.com/microsoft/fluentui-blazor/pull/4045))
33+
- \[FluentKeyCode\] Fix DisposeAsync issue in MAUI ([#4088](https://github.com/microsoft/fluentui-blazor/pull/4088))
34+
- \[Inputs\] Fix wrong active size for mobile devices ([#4122](https://github.com/microsoft/fluentui-blazor/pull/4122))
35+
- \[Internal\] Update CodeQL ([#4210](https://github.com/microsoft/fluentui-blazor/pull/4210))
36+
- \[List\] Add an `OptionTitle` attribute ([#4147](https://github.com/microsoft/fluentui-blazor/pull/4147))
37+
- \[List\] Fix for default selection options ([#4135](https://github.com/microsoft/fluentui-blazor/pull/4135))
38+
- \[MenuButton\] Accessibility fixes and allow custom button content ([#4093](https://github.com/microsoft/fluentui-blazor/pull/4093))
39+
- \[MenuButton\] Add `UseMenuService` parameter to configure Menu ([#4219](https://github.com/microsoft/fluentui-blazor/pull/4219))
40+
- \[MenuButton\] Finalize work on a11y fixes and custom button content ([#4221](https://github.com/microsoft/fluentui-blazor/pull/4221))
41+
- \[MenuButton\] Pass through Class ([#4038](https://github.com/microsoft/fluentui-blazor/pull/4038))
42+
- \[MenuItem\] trigger OnClick on FluentMenuItem when enter is pressed onkeydown ([#4032](https://github.com/microsoft/fluentui-blazor/pull/4032))
43+
- \[NavMenu\] Fix display of submenu in collapsed state ([#4171](https://github.com/microsoft/fluentui-blazor/pull/4171))
44+
- \[NumberField\] Make it work with data-enhance in SSR mode ([#4181](https://github.com/microsoft/fluentui-blazor/pull/4181))
45+
- \[Paginator\] Fix for not applying custom classes ([#4207](https://github.com/microsoft/fluentui-blazor/pull/4207))
46+
- \[ProfileMenu\] Toggle open on enter/space key press ([#4104](https://github.com/microsoft/fluentui-blazor/pull/4104))
47+
- \[Property Column\] Remove boxing when formatting the property. ([#4070](https://github.com/microsoft/fluentui-blazor/pull/4070))
48+
- \[Templates\] Updates and add .NET 10 versions ([#4025](https://github.com/microsoft/fluentui-blazor/pull/4025))
49+
- \[Toast\] Add Class & Style properties ([#4170](https://github.com/microsoft/fluentui-blazor/pull/4170))
50+
- \[Toast\] Change DynamicDependency ([#4106](https://github.com/microsoft/fluentui-blazor/pull/4106))
51+
52+
### Demo site and documentation
53+
- \[Docs\] Add documentation for nested drag & drop containers ([#4050](https://github.com/microsoft/fluentui-blazor/pull/4050))
54+
- \[Docs\] Add extra info for list selection. ([#4192](https://github.com/microsoft/fluentui-blazor/pull/4192))
55+
- \[Docs\] Update NodeJS version and fix note ([#4083](https://github.com/microsoft/fluentui-blazor/pull/4083))
56+
- \[Docs\] Update README.md ([#4021](https://github.com/microsoft/fluentui-blazor/pull/4021))
57+
- \[Docs\] Use https instead of http for GitHub link ([#4121](https://github.com/microsoft/fluentui-blazor/pull/4121))
58+
59+
60+
### Icons and Emoji
61+
- \[Icons\] Allow GetInstance to find icons regardless of casing ([#4179](https://github.com/microsoft/fluentui-blazor/pull/4179))
62+
- Update to Fluent UI System Icons 1.1.311
63+
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+
165
## V4.12.1
266

367
### General

0 commit comments

Comments
 (0)