Skip to content

Commit

Permalink
- Update WhatsNew
Browse files Browse the repository at this point in the history
- Update home banner
  • Loading branch information
vnbaaij committed Feb 6, 2024
1 parent 2861d10 commit 44fbe21
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
14 changes: 14 additions & 0 deletions WHATSNEW.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## V4.4.1
- Issue [#1462](https://github.com/microsoft/fluentui-blazor/issues/1462): FluentMessageBar onclick bug and not using Link?.Target
- Issue [#1461](https://github.com/microsoft/fluentui-blazor/issues/1461): fluent-data-grid rendered after rows in manual FluentDataGrid
- Issue [#1450](https://github.com/microsoft/fluentui-blazor/issues/1450): FluentSlider's two-way data binding on Value Property does not update appropriately
- 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
- Issue [#1448](https://github.com/microsoft/fluentui-blazor/issues/1448): two key strokes required to change item in FluentSelect
- Issue [#1444](https://github.com/microsoft/fluentui-blazor/issues/1444): FluentDataGrid 4.4.0 not rendering in default fluentblazor template using StreamRendering and SSR
- Issue [#1442](https://github.com/microsoft/fluentui-blazor/issues/1442): Fix fluentblazor template 4.4.0
- Issue [#1437](https://github.com/microsoft/fluentui-blazor/issues/1437): UI does not leave Loading animation if result has 0 items in FluentDataGrid
- Issue [#1436](https://github.com/microsoft/fluentui-blazor/issues/1436): Profile NavMenu: Labels in Template
- Issue [#1433](https://github.com/microsoft/fluentui-blazor/issues/1433): FluentDataGrid show no data in version 4.4.0
- Issue [#1425](https://github.com/microsoft/fluentui-blazor/issues/1425): add OnClick EventCallback to FluentAnchor
- Issue [#1424](https://github.com/microsoft/fluentui-blazor/issues/1424): Not setting current-value for fluent-number-field

## V4.4.0
New: SortableList component
New: (experimental) MultiSplitter component
Expand Down
2 changes: 1 addition & 1 deletion examples/Demo/Shared/Pages/Home/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<br />
<p>
The demo and documentation sites for previous versions are also still available:<br />
<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 />
<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 />
These versions support both .NET 6 and .NET 7.
</p>
</div>
Expand Down
14 changes: 14 additions & 0 deletions examples/Demo/Shared/wwwroot/docs/WhatsNew.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## V4.4.1
- Issue [#1462](https://github.com/microsoft/fluentui-blazor/issues/1462): FluentMessageBar onclick bug and not using Link?.Target
- Issue [#1461](https://github.com/microsoft/fluentui-blazor/issues/1461): fluent-data-grid rendered after rows in manual FluentDataGrid
- Issue [#1450](https://github.com/microsoft/fluentui-blazor/issues/1450): FluentSlider's two-way data binding on Value Property does not update appropriately
- 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
- Issue [#1448](https://github.com/microsoft/fluentui-blazor/issues/1448): two key strokes required to change item in FluentSelect
- Issue [#1444](https://github.com/microsoft/fluentui-blazor/issues/1444): FluentDataGrid 4.4.0 not rendering in default fluentblazor template using StreamRendering and SSR
- Issue [#1442](https://github.com/microsoft/fluentui-blazor/issues/1442): Fix fluentblazor template 4.4.0
- Issue [#1437](https://github.com/microsoft/fluentui-blazor/issues/1437): UI does not leave Loading animation if result has 0 items in FluentDataGrid
- Issue [#1436](https://github.com/microsoft/fluentui-blazor/issues/1436): Profile NavMenu: Labels in Template
- Issue [#1433](https://github.com/microsoft/fluentui-blazor/issues/1433): FluentDataGrid show no data in version 4.4.0
- Issue [#1425](https://github.com/microsoft/fluentui-blazor/issues/1425): add OnClick EventCallback to FluentAnchor
- Issue [#1424](https://github.com/microsoft/fluentui-blazor/issues/1424): Not setting current-value for fluent-number-field

## V4.4.0
New: SortableList component
New: (experimental) MultiSplitter component
Expand Down

0 comments on commit 44fbe21

Please sign in to comment.