Skip to content

Commit d02c543

Browse files
committed
Updates for release
1 parent 340b20d commit d02c543

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

WHATSNEW.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## V4.11.5
2+
3+
### General
4+
- \[General] Some miscellaneous changes ([#3353](https://github.com/microsoft/fluentui-blazor/pull/3353))
5+
6+
### Components
7+
8+
- \[Autocomplete] Fix the second unnecessary call ([#3367](https://github.com/microsoft/fluentui-blazor/pull/3367))
9+
- \[Calendar] Add DisabledCheckAllDaysOfMonthYear ([#3351](https://github.com/microsoft/fluentui-blazor/pull/3351))
10+
- \[DataGrid] Fix regression with `GridTemplateColumns` ([#3357](https://github.com/microsoft/fluentui-blazor/pull/3357))
11+
- \[NumberField] Unsigned integer values and fixes ([#3373](https://github.com/microsoft/fluentui-blazor/pull/3373))
12+
- \[Search] Fix non working datalist ([#3354](https://github.com/microsoft/fluentui-blazor/pull/3354))
13+
- \[Select] Fix positioning when multiple is true ([#3380](https://github.com/microsoft/fluentui-blazor/pull/3380))
14+
15+
### Demo site and documentation
16+
- \[Demo] Fix (most) printing issues when trying to print the page ([#3370](https://github.com/microsoft/fluentui-blazor/pull/3370))
17+
118
## V4.11.4
219

320
### General

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

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242

4343
<h2>Latest releases</h2>
4444
<ul class="news">
45+
<li><NewsDate Day="18" Month="Feb" Year="25" /><a href="/WhatsNew#v4.11.5">v4.11.5 released</a></li>
4546
<li><NewsDate Day="11" Month="Feb" Year="25" /><a href="/WhatsNew#v4.11.4">v4.11.4 released</a></li>
4647
<li><NewsDate Day="14" Month="Jan" Year="25" /><a href="/WhatsNew#v4.11.3">v4.11.3 released</a></li>
4748
<li><NewsDate Day="13" Month="Jan" Year="25" /><a href="/WhatsNew#v4.11.2">v4.11.2 released</a></li>

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

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## V4.11.5
2+
3+
### General
4+
- \[General] Some miscellaneous changes ([#3353](https://github.com/microsoft/fluentui-blazor/pull/3353))
5+
6+
### Components
7+
8+
- \[Autocomplete] Fix the second unnecessary call ([#3367](https://github.com/microsoft/fluentui-blazor/pull/3367))
9+
- \[Calendar] Add DisabledCheckAllDaysOfMonthYear ([#3351](https://github.com/microsoft/fluentui-blazor/pull/3351))
10+
- \[DataGrid] Fix regression with `GridTemplateColumns` ([#3357](https://github.com/microsoft/fluentui-blazor/pull/3357))
11+
- \[NumberField] Unsigned integer values and fixes ([#3373](https://github.com/microsoft/fluentui-blazor/pull/3373))
12+
- \[Search] Fix non working datalist ([#3354](https://github.com/microsoft/fluentui-blazor/pull/3354))
13+
- \[Select] Fix positioning when multiple is true ([#3380](https://github.com/microsoft/fluentui-blazor/pull/3380))
14+
15+
### Demo site and documentation
16+
- \[Demo] Fix (most) printing issues when trying to print the page ([#3370](https://github.com/microsoft/fluentui-blazor/pull/3370))
17+
18+
119
## V4.11.4
220

321
### General

0 commit comments

Comments
 (0)