Skip to content

Commit 44fbe21

Browse files
committed
- Update WhatsNew
- Update home banner
1 parent 2861d10 commit 44fbe21

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

WHATSNEW.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## V4.4.1
2+
- Issue [#1462](https://github.com/microsoft/fluentui-blazor/issues/1462): FluentMessageBar onclick bug and not using Link?.Target
3+
- Issue [#1461](https://github.com/microsoft/fluentui-blazor/issues/1461): fluent-data-grid rendered after rows in manual FluentDataGrid
4+
- Issue [#1450](https://github.com/microsoft/fluentui-blazor/issues/1450): FluentSlider's two-way data binding on Value Property does not update appropriately
5+
- Issue [#1449](https://github.com/microsoft/fluentui-blazor/issues/1449): [Autocomplete] Fix Disabled item using keyboard and re-enables the ability to click on an element
6+
- Issue [#1448](https://github.com/microsoft/fluentui-blazor/issues/1448): two key strokes required to change item in FluentSelect
7+
- Issue [#1444](https://github.com/microsoft/fluentui-blazor/issues/1444): FluentDataGrid 4.4.0 not rendering in default fluentblazor template using StreamRendering and SSR
8+
- Issue [#1442](https://github.com/microsoft/fluentui-blazor/issues/1442): Fix fluentblazor template 4.4.0
9+
- Issue [#1437](https://github.com/microsoft/fluentui-blazor/issues/1437): UI does not leave Loading animation if result has 0 items in FluentDataGrid
10+
- Issue [#1436](https://github.com/microsoft/fluentui-blazor/issues/1436): Profile NavMenu: Labels in Template
11+
- Issue [#1433](https://github.com/microsoft/fluentui-blazor/issues/1433): FluentDataGrid show no data in version 4.4.0
12+
- Issue [#1425](https://github.com/microsoft/fluentui-blazor/issues/1425): add OnClick EventCallback to FluentAnchor
13+
- Issue [#1424](https://github.com/microsoft/fluentui-blazor/issues/1424): Not setting current-value for fluent-number-field
14+
115
## V4.4.0
216
New: SortableList component
317
New: (experimental) MultiSplitter component

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<br />
1111
<p>
1212
The demo and documentation sites for previous versions are also still available:<br />
13-
<a href="https://calm-sea-053fa6a03-archivesv3.westeurope.3.azurestaticapps.net/" target="_blank">Version 3.5.4</a> - <a href="https://calm-sea-053fa6a03-archivesv2.westeurope.3.azurestaticapps.net/" target="_blank">Version 2.4.3</a><br />
13+
<a href="https://calm-sea-053fa6a03-archivesv3.westeurope.3.azurestaticapps.net/" target="_blank">Version 3.5.5</a> - <a href="https://calm-sea-053fa6a03-archivesv2.westeurope.3.azurestaticapps.net/" target="_blank">Version 2.4.3</a><br />
1414
These versions support both .NET 6 and .NET 7.
1515
</p>
1616
</div>

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## V4.4.1
2+
- Issue [#1462](https://github.com/microsoft/fluentui-blazor/issues/1462): FluentMessageBar onclick bug and not using Link?.Target
3+
- Issue [#1461](https://github.com/microsoft/fluentui-blazor/issues/1461): fluent-data-grid rendered after rows in manual FluentDataGrid
4+
- Issue [#1450](https://github.com/microsoft/fluentui-blazor/issues/1450): FluentSlider's two-way data binding on Value Property does not update appropriately
5+
- Issue [#1449](https://github.com/microsoft/fluentui-blazor/issues/1449): [Autocomplete] Fix Disabled item using keyboard and re-enables the ability to click on an element
6+
- Issue [#1448](https://github.com/microsoft/fluentui-blazor/issues/1448): two key strokes required to change item in FluentSelect
7+
- Issue [#1444](https://github.com/microsoft/fluentui-blazor/issues/1444): FluentDataGrid 4.4.0 not rendering in default fluentblazor template using StreamRendering and SSR
8+
- Issue [#1442](https://github.com/microsoft/fluentui-blazor/issues/1442): Fix fluentblazor template 4.4.0
9+
- Issue [#1437](https://github.com/microsoft/fluentui-blazor/issues/1437): UI does not leave Loading animation if result has 0 items in FluentDataGrid
10+
- Issue [#1436](https://github.com/microsoft/fluentui-blazor/issues/1436): Profile NavMenu: Labels in Template
11+
- Issue [#1433](https://github.com/microsoft/fluentui-blazor/issues/1433): FluentDataGrid show no data in version 4.4.0
12+
- Issue [#1425](https://github.com/microsoft/fluentui-blazor/issues/1425): add OnClick EventCallback to FluentAnchor
13+
- Issue [#1424](https://github.com/microsoft/fluentui-blazor/issues/1424): Not setting current-value for fluent-number-field
14+
115
## V4.4.0
216
New: SortableList component
317
New: (experimental) MultiSplitter component

0 commit comments

Comments
 (0)