Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 24 additions & 5 deletions WHATSNEW.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## V4.13.1

- \[General\] Fix ADO pipelines ([#4227](https://github.com/microsoft/fluentui-blazor/pull/4227))
- \[Templates\] Fix .NET 10 Web App template ([#4242](https://github.com/microsoft/fluentui-blazor/pull/4242))

### General

### Components
- \[AutoComplete\] Override FocusAsync in FluentAutoComplete ([#4230](https://github.com/microsoft/fluentui-blazor/pull/4230))
- \[Combobox\] Fix presetting option ([#4255](https://github.com/microsoft/fluentui-blazor/pull/4255))
- \[Menu\] Add null checks for modules on DisposeAsync ([#4249](https://github.com/microsoft/fluentui-blazor/pull/4249))
- \[Menu\] Fix dispose error ([#4256](https://github.com/microsoft/fluentui-blazor/pull/4256))
- \[Menu\] More fixes for dispose error ([#4258](https://github.com/microsoft/fluentui-blazor/pull/4258))

### Icons and Emoji
- Update to Fluent UI System Icons 1.1.311
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.

-------------
## V4.13.0

### General
Expand Down Expand Up @@ -61,8 +80,7 @@
- \[Icons\] Allow GetInstance to find icons regardless of casing ([#4179](https://github.com/microsoft/fluentui-blazor/pull/4179))
- Update to Fluent UI System Icons 1.1.311
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.


--------------
## V4.12.1

### General
Expand All @@ -73,7 +91,7 @@
### Components
- \[Autocomplete\] Fix keyboard usage in Single mode ([#3930](https://github.com/microsoft/fluentui-blazor/pull/3930))
- \[AutoComplete\] Only render placeholder attribute when the parameter is provided ([#3919](https://github.com/microsoft/fluentui-blazor/pull/3919))
- \[DataGrid\] Add IsFixed parameter ([#3929](https://github.com/microsoft/fluentui-blazor/pull/3929))
- \[DataGrid\] Add IsFixed parameter ([#3927](https://github.com/microsoft/fluentui-blazor/pull/3927))
- \[DataGrid\] Add parameter to configure full column resize ([#3903](https://github.com/microsoft/fluentui-blazor/pull/3903))
- \[DataGrid\] Fix header not being sticky in certain situations ([#3890](https://github.com/microsoft/fluentui-blazor/pull/3890))
- \[DataGrid\] Make SelectColumn respond to programmatic changes in grid data ([#3949](https://github.com/microsoft/fluentui-blazor/pull/3949))
Expand All @@ -100,6 +118,7 @@
- Update to Fluent UI System Icons 1.1.306.
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.

-------------
## V4.12.0

### General
Expand Down Expand Up @@ -133,12 +152,12 @@
- \[Docs\] Update reboot section for IIS hosting workaround ([#3788](https://github.com/microsoft/fluentui-blazor/pull/3788))

### Icons and Emoji
- Update to Fluent UI System Icons 1.1.302.
- Update to Fluent UI System Icons 1.1.302.
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.


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

## Archives
For versions before 4.0, see [What's new? (archives)](/WhatsNew-Archive) page.
3 changes: 1 addition & 2 deletions examples/Demo/Shared/Pages/Home/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@

<h2>Latest releases</h2>
<ul class="news">
<li><NewsDate Day="31" Month="Oct" Year="25" /><a href="/WhatsNew">v4.13.1 released</a></li>
<li><NewsDate Day="10" Month="Oct" Year="25" /><a href="/WhatsNew">v4.13.0 released</a></li>
<li><NewsDate Day="16" Month="Jul" Year="25" /><a href="/WhatsNew">v4.12.1 released</a></li>
<li><NewsDate Day="6" Month="Jun" Year="25" /><a href="/WhatsNew">v4.12.0 released</a></li>
<li><NewsDate Day="8" Month="May" Year="25" /><a href="/WhatsNew">v4.11.9 released</a></li>
<!--<li><NewsDate Day="" Month="" Year="" /><a href=""></a></li>-->
</ul>

<p>
Expand Down
22 changes: 21 additions & 1 deletion examples/Demo/Shared/wwwroot/docs/WhatsNew.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## V4.13.1

- \[General\] Fix ADO pipelines ([#4227](https://github.com/microsoft/fluentui-blazor/pull/4227))
- \[Templates\] Fix .NET 10 Web App template ([#4242](https://github.com/microsoft/fluentui-blazor/pull/4242))

### General

### Components
- \[AutoComplete\] Override FocusAsync in FluentAutoComplete ([#4230](https://github.com/microsoft/fluentui-blazor/pull/4230))
- \[Combobox\] Fix presetting option ([#4255](https://github.com/microsoft/fluentui-blazor/pull/4255))
- \[Menu\] Add null checks for modules on DisposeAsync ([#4249](https://github.com/microsoft/fluentui-blazor/pull/4249))
- \[Menu\] Fix dispose error ([#4256](https://github.com/microsoft/fluentui-blazor/pull/4256))
- \[Menu\] More fixes for dispose error ([#4258](https://github.com/microsoft/fluentui-blazor/pull/4258))

### Icons and Emoji
- Update to Fluent UI System Icons 1.1.311
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.

-------------
## V4.13.0

### General
Expand Down Expand Up @@ -61,7 +80,7 @@
- \[Icons\] Allow GetInstance to find icons regardless of casing ([#4179](https://github.com/microsoft/fluentui-blazor/pull/4179))
- Update to Fluent UI System Icons 1.1.311
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.

--------------
## V4.12.1

### General
Expand Down Expand Up @@ -99,6 +118,7 @@
- Update to Fluent UI System Icons 1.1.306.
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.

-------------
## V4.12.0

### General
Expand Down
Loading