Skip to content

Commit 2e606ab

Browse files
authored
Prepare for release v4.14.0 (#4515)
* - Update WhatsNew - Update Fluent UI System Icons to 1.1.318 * Process review comments * Update home page
1 parent 94ed319 commit 2e606ab

16 files changed

Lines changed: 143 additions & 26 deletions

File tree

WHATSNEW.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## V4.14.0
2+
3+
### General
4+
- \[General\] Pimp the publish local script ([#4363](https://github.com/microsoft/fluentui-blazor/pull/4363))
5+
- \[General\] Apply fix for using latest SDKs when publishing ([#4429](https://github.com/microsoft/fluentui-blazor/pull/4429))
6+
7+
### Demo site and documentation
8+
- Update issue reporting guidelines in README ([#4502](https://github.com/microsoft/fluentui-blazor/pull/4502))
9+
- \[Docs\] Typos on RebootPage ([#4389](https://github.com/microsoft/fluentui-blazor/pull/4389))
10+
- \[Docs\] Fix notification center demo issues ([#4493](https://github.com/microsoft/fluentui-blazor/pull/4493))
11+
- \[Docs\] Update docs for MessageBox result return values ([#4403](https://github.com/microsoft/fluentui-blazor/pull/4403))
12+
- \[Docs\] Add note about multiple parameter in listbox ([#4514](https://github.com/microsoft/fluentui-blazor/pull/4514))
13+
14+
### Components
15+
- \[AppBar\] Fix AppBarItem OnClick not being handled in popover ([#4421](https://github.com/microsoft/fluentui-blazor/pull/4421))
16+
- \[DataGrid\] Add Hierarchical DataGrid functionality ([#4484](https://github.com/microsoft/fluentui-blazor/pull/4484))
17+
- \[DataGrid\] Fix resize indicator height (when ResizeColumnOnAllRows is true) ([#4383](https://github.com/microsoft/fluentui-blazor/pull/4383))
18+
- \[DataGrid\] Fix RTL resize behavior ([#4453](https://github.com/microsoft/fluentui-blazor/pull/4453))
19+
- \[DataGrid\] Fix SelectColumn issue ([#4491](https://github.com/microsoft/fluentui-blazor/pull/4491))
20+
- \[DataGrid\] Improve Script ([#4500](https://github.com/microsoft/fluentui-blazor/pull/4500))
21+
- \[DatePicker\] Prevent silently ignoring date formatting failures ([#4496](https://github.com/microsoft/fluentui-blazor/pull/4496))
22+
- \[MessageBar\] HTML and Script can be injected into MessageBar Title ([#4414](https://github.com/microsoft/fluentui-blazor/pull/4414))
23+
- \[Overlay\] Use CultureInfo.InvariantCulture for background-color and z-index ([#4366](https://github.com/microsoft/fluentui-blazor/pull/4366))
24+
- \[ProfileMenu\] Change tabindex to 0 ([#4398](https://github.com/microsoft/fluentui-blazor/pull/4398))
25+
- \[Templates\] Remove NotFound components from the .NET 10 Microsoft.NET.Sdk.BlazorW… ([#4417](https://github.com/microsoft/fluentui-blazor/pull/4417))
26+
27+
### Icons and Emoji
28+
- Update to Fluent UI System Icons 1.1.318
29+
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.
30+
31+
--------------
32+
133
## V4.13.2
234

335
### General

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="13" Month="Feb" Year="26" /><a href="/WhatsNew">v4.14.0 released</a></li>
4041
<li><NewsDate Day="28" Month="Nov" Year="25" /><a href="/WhatsNew">v4.13.2 released</a></li>
4142
<li><NewsDate Day="31" Month="Oct" Year="25" /><a href="/WhatsNew">v4.13.1 released</a></li>
4243
<li><NewsDate Day="10" Month="Oct" Year="25" /><a href="/WhatsNew">v4.13.0 released</a></li>
43-
<li><NewsDate Day="16" Month="Jul" Year="25" /><a href="/WhatsNew">v4.12.1 released</a></li>
4444
</ul>
4545

4646
<p>

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## V4.14.0
2+
3+
### General
4+
- \[General\] Pimp the publish local script ([#4363](https://github.com/microsoft/fluentui-blazor/pull/4363))
5+
- \[General\] Apply fix for using latest SDKs when publishing ([#4429](https://github.com/microsoft/fluentui-blazor/pull/4429))
6+
7+
### Demo site and documentation
8+
- Update issue reporting guidelines in README ([#4502](https://github.com/microsoft/fluentui-blazor/pull/4502))
9+
- \[Docs\] Typos on RebootPage ([#4389](https://github.com/microsoft/fluentui-blazor/pull/4389))
10+
- \[Docs\] Fix notification center demo issues ([#4493](https://github.com/microsoft/fluentui-blazor/pull/4493))
11+
- \[Docs\] Update docs for MessageBox result return values ([#4403](https://github.com/microsoft/fluentui-blazor/pull/4403))
12+
- \[Docs\] Add note about multiple parameter in listbox ([#4514](https://github.com/microsoft/fluentui-blazor/pull/4514))
13+
14+
### Components
15+
- \[AppBar\] Fix AppBarItem OnClick not being handled in popover ([#4421](https://github.com/microsoft/fluentui-blazor/pull/4421))
16+
- \[DataGrid\] Add Hierarchical DataGrid functionality ([#4484](https://github.com/microsoft/fluentui-blazor/pull/4484))
17+
- \[DataGrid\] Fix resize indicator height (when ResizeColumnOnAllRows is true) ([#4383](https://github.com/microsoft/fluentui-blazor/pull/4383))
18+
- \[DataGrid\] Fix RTL resize behavior ([#4453](https://github.com/microsoft/fluentui-blazor/pull/4453))
19+
- \[DataGrid\] Fix SelectColumn issue ([#4491](https://github.com/microsoft/fluentui-blazor/pull/4491))
20+
- \[DataGrid\] Improve Script ([#4500](https://github.com/microsoft/fluentui-blazor/pull/4500))
21+
- \[DatePicker\] Prevent silently ignoring date formatting failures ([#4496](https://github.com/microsoft/fluentui-blazor/pull/4496))
22+
- \[MessageBar\] HTML and Script can be injected into MessageBar Title ([#4414](https://github.com/microsoft/fluentui-blazor/pull/4414))
23+
- \[Overlay\] Use CultureInfo.InvariantCulture for background-color and z-index ([#4366](https://github.com/microsoft/fluentui-blazor/pull/4366))
24+
- \[ProfileMenu\] Change tabindex to 0 ([#4398](https://github.com/microsoft/fluentui-blazor/pull/4398))
25+
- \[Templates\] Remove NotFound components from the .NET 10 Microsoft.NET.Sdk.BlazorW… ([#4417](https://github.com/microsoft/fluentui-blazor/pull/4417))
26+
27+
### Icons and Emoji
28+
- Update to Fluent UI System Icons 1.1.318
29+
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.
30+
31+
--------------
32+
133
## V4.13.2
234

335
### General

0 commit comments

Comments
 (0)