Skip to content

Commit be388fa

Browse files
committed
merge dev
2 parents c1e68fc + 97b2ec3 commit be388fa

75 files changed

Lines changed: 2496 additions & 1332 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,3 +413,5 @@ Microsoft.Fast.Components.FluentUI.xml
413413
/tests/TemplateValidation/**/Data/*
414414
/spelling.dic
415415

416+
# Mac temporary files
417+
*.DS_Store

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<SolutionDir>$(MSBuildThisFileDirectory)</SolutionDir>
1313
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
1414

15-
<VersionFile>4.14.0</VersionFile>
16-
<VersionPrefix>4.14.0</VersionPrefix>
15+
<VersionFile>4.14.1</VersionFile>
16+
<VersionPrefix>4.14.1</VersionPrefix>
1717
<VersionSuffix></VersionSuffix>
1818
<AssemblyVersion>$(VersionFile)</AssemblyVersion>
1919
<FileVersion>$(VersionFile)</FileVersion>

Directory.Packages.props

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<PropertyGroup>
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
44
<RuntimeVersion8>8.0.0</RuntimeVersion8>
5-
<AspNetCoreVersion8>8.0.22</AspNetCoreVersion8>
6-
<EfCoreVersion8>8.0.22</EfCoreVersion8>
7-
<RuntimeVersion9>9.0.11</RuntimeVersion9>
8-
<AspNetCoreVersion9>9.0.11</AspNetCoreVersion9>
9-
<EfCoreVersion9>9.0.11</EfCoreVersion9>
10-
<RuntimeVersion10>10.0.1</RuntimeVersion10>
11-
<AspNetCoreVersion10>10.0.1</AspNetCoreVersion10>
12-
<EfCoreVersion10>10.0.1</EfCoreVersion10>
5+
<AspNetCoreVersion8>8.0.26</AspNetCoreVersion8>
6+
<EfCoreVersion8>8.0.26</EfCoreVersion8>
7+
<RuntimeVersion9>9.0.15</RuntimeVersion9>
8+
<AspNetCoreVersion9>9.0.15</AspNetCoreVersion9>
9+
<EfCoreVersion9>9.0.15</EfCoreVersion9>
10+
<RuntimeVersion10>10.0.7</RuntimeVersion10>
11+
<AspNetCoreVersion10>10.0.7</AspNetCoreVersion10>
12+
<EfCoreVersion10>10.0.7</EfCoreVersion10>
1313
</PropertyGroup>
1414
<ItemGroup>
1515
<!-- For Sample Apps -->

WHATSNEW.md

Lines changed: 69 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,60 @@
1+
## V4.14.1
2+
3+
### General
4+
5+
- \[General\] Fix index.ts section causing "Illegal constructor" on older iOS devices ([#4531](https://github.com/microsoft/fluentui-blazor/pull/4531))
6+
- \[General\] Bump minimatch from 3.1.2 to 3.1.5 in /src/Core.Assets ([#4586](https://github.com/microsoft/fluentui-blazor/pull/4586))
7+
- \[General\] fix: rename `dateselected` custom event to `fluentdateselected` to resolve .NET 11 exception ([#4605](https://github.com/microsoft/fluentui-blazor/pull/4605))
8+
- \[General\] fix: rename custom events matching browserEventName to use fluent prefix ([#4609](https://github.com/microsoft/fluentui-blazor/pull/4609))
9+
- \[General\] Add accent-color in reboot.css ([#4614](https://github.com/microsoft/fluentui-blazor/pull/4614))
10+
- \[General\] Bump flatted from 3.3.1 to 3.4.2 in /src/Core.Assets ([#4638](https://github.com/microsoft/fluentui-blazor/pull/4638))
11+
- \[General\] Bump picomatch from 2.3.1 to 2.3.2 in /src/Core.Assets ([#4646](https://github.com/microsoft/fluentui-blazor/pull/4646))
12+
13+
### Demo site and documentation
14+
15+
- \[Docs\] Update keycode docs to reflect latest interface ([#4522](https://github.com/microsoft/fluentui-blazor/pull/4522))
16+
- \[Docs\] Add note about render mode and required interactivity ([#4540](https://github.com/microsoft/fluentui-blazor/pull/4540))
17+
- \[Docs\] Fix incorrect Icon in search after Navigation ([#4641](https://github.com/microsoft/fluentui-blazor/pull/4641))
18+
19+
### Components
20+
21+
- \[AppBar\] Make OnClick close popover ([#4518](https://github.com/microsoft/fluentui-blazor/pull/4518))
22+
- \[DataGrid\] Add OnSortChanged event callback ([#4573](https://github.com/microsoft/fluentui-blazor/pull/4573))
23+
- \[DataGrid\] Fix SelectedItems getting unselected when using pagination (and virtualization) ([#4623](https://github.com/microsoft/fluentui-blazor/pull/4623))
24+
- \[DataGrid\] Improve initial load performance ([#4680](https://github.com/microsoft/fluentui-blazor/pull/4680))
25+
- \[Dialog\] Update docs ([#4625](https://github.com/microsoft/fluentui-blazor/pull/4625))
26+
- \[MessageBar\] Fix NullReferenceException in MessageService ([#4680](https://github.com/microsoft/fluentui-blazor/pull/4680))
27+
- \[NavGroup\] Fix disabled state for top-level `FluentNavGroup` ([#4647](https://github.com/microsoft/fluentui-blazor/pull/4647))
28+
- \[NavGroup\] Apply font opacity instead of color ([#4648](https://github.com/microsoft/fluentui-blazor/pull/4648))
29+
- \[NavGroup\] Pass CustomColor on to icon for NavGroup ([#4695](https://github.com/microsoft/fluentui-blazor/pull/4695))
30+
- \[Popover\] Allow tabbing inside open anchored regions, support keyboard accessible navigation for popover ([#4561](https://github.com/microsoft/fluentui-blazor/pull/4561))
31+
- \[SplashScreen\] Mark sync methods as Obsolete ([#4644](https://github.com/microsoft/fluentui-blazor/pull/4644))
32+
- \[Tabs\] Call HandleOnTabChange when changing to a tab through the menu ([#4564](https://github.com/microsoft/fluentui-blazor/pull/4564))
33+
- \[Templates\] Fix 404 in WebAssembly template ([#4578](https://github.com/microsoft/fluentui-blazor/pull/4578))
34+
35+
### Icons and Emoji
36+
37+
- Update to Fluent UI System Icons 1.1.324
38+
39+
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.
40+
141
## V4.14.0
242

343
### General
44+
445
- \[General\] Pimp the publish local script ([#4363](https://github.com/microsoft/fluentui-blazor/pull/4363))
546
- \[General\] Apply fix for using latest SDKs when publishing ([#4429](https://github.com/microsoft/fluentui-blazor/pull/4429))
647

748
### Demo site and documentation
49+
850
- Update issue reporting guidelines in README ([#4502](https://github.com/microsoft/fluentui-blazor/pull/4502))
951
- \[Docs\] Typos on RebootPage ([#4389](https://github.com/microsoft/fluentui-blazor/pull/4389))
1052
- \[Docs\] Fix notification center demo issues ([#4493](https://github.com/microsoft/fluentui-blazor/pull/4493))
1153
- \[Docs\] Update docs for MessageBox result return values ([#4403](https://github.com/microsoft/fluentui-blazor/pull/4403))
1254
- \[Docs\] Add note about multiple parameter in listbox ([#4514](https://github.com/microsoft/fluentui-blazor/pull/4514))
1355

1456
### Components
57+
1558
- \[AppBar\] Fix AppBarItem OnClick not being handled in popover ([#4421](https://github.com/microsoft/fluentui-blazor/pull/4421))
1659
- \[DataGrid\] Add Hierarchical DataGrid functionality ([#4484](https://github.com/microsoft/fluentui-blazor/pull/4484))
1760
- \[DataGrid\] Fix resize indicator height (when ResizeColumnOnAllRows is true) ([#4383](https://github.com/microsoft/fluentui-blazor/pull/4383))
@@ -25,6 +68,7 @@
2568
- \[Templates\] Remove NotFound components from the .NET 10 Microsoft.NET.Sdk.BlazorW… ([#4417](https://github.com/microsoft/fluentui-blazor/pull/4417))
2669

2770
### Icons and Emoji
71+
2872
- Update to Fluent UI System Icons 1.1.318
2973
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.
3074

@@ -33,6 +77,7 @@
3377
## V4.13.2
3478

3579
### General
80+
3681
- \[Chore\] Use NET 10 GA SDK ([#4279](https://github.com/microsoft/fluentui-blazor/pull/4279))
3782
- \[Chore\] Fix CodeQL ([#4315](https://github.com/microsoft/fluentui-blazor/pull/4315))
3883
- \[Chore\] Configure Dependabot settings ([#4320](https://github.com/microsoft/fluentui-blazor/pull/4320))
@@ -42,6 +87,7 @@
4287
- \[Templates\] Fix icon in Web App 9 and 10 templates ([#4337](https://github.com/microsoft/fluentui-blazor/pull/4337))
4388

4489
### Components
90+
4591
- \[AccordionItem\] Add HeadingTooltip parameter ([#4306](https://github.com/microsoft/fluentui-blazor/pull/4306))
4692
- \[Combobox\] Fix binding to a value not in the list items ([#4353](https://github.com/microsoft/fluentui-blazor/pull/4353))
4793
- \[Dialog\] Fix error when module hasn't finished loading ([#4324](https://github.com/microsoft/fluentui-blazor/pull/4324))
@@ -53,6 +99,7 @@
5399
- \[Splitter\] Add support for touch events ([#4338](https://github.com/microsoft/fluentui-blazor/pull/4338))
54100

55101
### Icons and Emoji
102+
56103
- Update to Fluent UI System Icons 1.1.315
57104
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.
58105

@@ -61,24 +108,29 @@
61108
## V4.13.1
62109

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

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

74123
### Icons and Emoji
124+
75125
- Update to Fluent UI System Icons 1.1.311
76126
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.
77127

78128
-------------
129+
79130
## V4.13.0
80131

81132
### General
133+
82134
- \[General\] Add ReDoS protection for regex matching and nit fixes. ([#4124](https://github.com/microsoft/fluentui-blazor/pull/4124))
83135
- \[General\] Re-add net10.0 TFM and update to latest SDKs/NuGet packages ([#4141](https://github.com/microsoft/fluentui-blazor/pull/4141))
84136
- \[General\] Update GH Actions ([#4016](https://github.com/microsoft/fluentui-blazor/pull/4016))
@@ -92,6 +144,7 @@
92144
- \[General\] Update VSCode settings and add demo server configuration ([#4115](https://github.com/microsoft/fluentui-blazor/pull/4115))
93145

94146
### Components
147+
95148
- \[AppBar\] Add TryGetValue and Apps.ContainsKey ([#4146](https://github.com/microsoft/fluentui-blazor/pull/4146))
96149
- \[Autocomplete\] Add a ShowProgressIndicator parameter + Breaking change ([#4042](https://github.com/microsoft/fluentui-blazor/pull/4042))
97150
- \[AutoComplete\] Invalid aria-controls reference in Autocomplete popup rendering ([#4117](https://github.com/microsoft/fluentui-blazor/pull/4117))
@@ -129,26 +182,31 @@
129182
- \[Toast\] Change DynamicDependency ([#4106](https://github.com/microsoft/fluentui-blazor/pull/4106))
130183

131184
### Demo site and documentation
185+
132186
- \[Docs\] Add documentation for nested drag & drop containers ([#4050](https://github.com/microsoft/fluentui-blazor/pull/4050))
133187
- \[Docs\] Add extra info for list selection. ([#4192](https://github.com/microsoft/fluentui-blazor/pull/4192))
134188
- \[Docs\] Update NodeJS version and fix note ([#4083](https://github.com/microsoft/fluentui-blazor/pull/4083))
135189
- \[Docs\] Update README.md ([#4021](https://github.com/microsoft/fluentui-blazor/pull/4021))
136190
- \[Docs\] Use https instead of http for GitHub link ([#4121](https://github.com/microsoft/fluentui-blazor/pull/4121))
137191

138-
139192
### Icons and Emoji
193+
140194
- \[Icons\] Allow GetInstance to find icons regardless of casing ([#4179](https://github.com/microsoft/fluentui-blazor/pull/4179))
141195
- Update to Fluent UI System Icons 1.1.311
142196
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.
197+
143198
--------------
199+
144200
## V4.12.1
145201

146202
### General
203+
147204
- \[General\] Add file header to all .cs files ([#3946](https://github.com/microsoft/fluentui-blazor/pull/3946))
148205
- \[General\] Update the issue template ([#3995](https://github.com/microsoft/fluentui-blazor/pull/3995))
149206
- \[General\] Update to latest SDKs and NuGet packages ([#4006](https://github.com/microsoft/fluentui-blazor/pull/4006))
150207

151208
### Components
209+
152210
- \[Autocomplete\] Fix keyboard usage in Single mode ([#3930](https://github.com/microsoft/fluentui-blazor/pull/3930))
153211
- \[AutoComplete\] Only render placeholder attribute when the parameter is provided ([#3919](https://github.com/microsoft/fluentui-blazor/pull/3919))
154212
- \[DataGrid\] Add IsFixed parameter ([#3927](https://github.com/microsoft/fluentui-blazor/pull/3927))
@@ -167,24 +225,29 @@
167225
- \[Toast\] Add DynamicDependency to prevent trimming errors ([#3994](https://github.com/microsoft/fluentui-blazor/pull/3994))
168226

169227
### Demo site and documentation
228+
170229
- \[Docs\] Add documentation for possible placeholder autocomplete conflicts ([#3923](https://github.com/microsoft/fluentui-blazor/pull/3923))
171230
- \[Docs\] ComponentBase page add MultiLine to DataGrid ([#3983](https://github.com/microsoft/fluentui-blazor/pull/3983))
172231
- \[Docs\] Fix mismatch in accordion docs between the code and the description. ([#3932](https://github.com/microsoft/fluentui-blazor/pull/3932))
173232
- \[Docs\] Fix typo in AppBar demo ([#3924](https://github.com/microsoft/fluentui-blazor/pull/3924))
174233
- \[Docs\] Remove Autofocus parameter to prevent scrolling ([#3922](https://github.com/microsoft/fluentui-blazor/pull/3922))
175234
- \[Docs\] Update Card example ([#3909](https://github.com/microsoft/fluentui-blazor/pull/3909))
176-
235+
177236
### Icons and Emoji
237+
178238
- Update to Fluent UI System Icons 1.1.306.
179239
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.
180240

181241
-------------
242+
182243
## V4.12.0
183244

184245
### General
246+
185247
- \[General\] Use latest .NET SDKs (including .NET 10 preview 4)([#3789](https://github.com/microsoft/fluentui-blazor/pull/3789))
186248

187249
### Components
250+
188251
- \[AutoComplete\] Do not show previous/next when no option is selected ([#3780](https://github.com/microsoft/fluentui-blazor/pull/3780))
189252
- \[Autocomplete\] Fix active highlight size for single-select mode ([#3819](https://github.com/microsoft/fluentui-blazor/pull/3819))
190253
- \[AutoComplete\] Fix using different height for MaxAutoHeight (#3793) ([#3796](https://github.com/microsoft/fluentui-blazor/pull/3796))
@@ -205,19 +268,22 @@
205268
- \[Tabs\] Make initialization logic more robust ([#3878](https://github.com/microsoft/fluentui-blazor/pull/3878))
206269

207270
### Demo site and documentation
271+
208272
- \[Docs\] Add docs about `FluentEditForm` ([#3832](https://github.com/microsoft/fluentui-blazor/pull/3832))
209273
- \[Docs\] Fix typo in InputFile documentation ([#3769](https://github.com/microsoft/fluentui-blazor/pull/3769))
210274
- \[Docs\] Fix typo in Card documentation ([#3839](https://github.com/microsoft/fluentui-blazor/pull/3839))
211275
- \[Docs\] Remove Autofocus to prevent scrolling in the docs (#3826) ([#3828](https://github.com/microsoft/fluentui-blazor/pull/3828))
212276
- \[Docs\] Update reboot section for IIS hosting workaround ([#3788](https://github.com/microsoft/fluentui-blazor/pull/3788))
213277

214278
### Icons and Emoji
279+
215280
- Update to Fluent UI System Icons 1.1.302.
216281
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.
217282

218-
219283
## Before v4.12.0
284+
220285
For versions before 4.12, see the [What's New? (v4.0 - v4.11.9)](/WhatsNew-Before412) page.
221286

222287
## Archives
288+
223289
For versions before 4.0, see [What's new? (archives)](/WhatsNew-Archive) page.

eng/pipelines/version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ variables:
22
# File and Package version
33
# dev branch: 1.2.4-Preview-23282-1' (PackageSuffix is always ignored in Dev branch)
44
# main branch: 1.2.4-RC.1' (PackageSuffix is ignored, if empty, in Main branch)
5-
FileVersion: '4.14.0' # Set the next final version here.
5+
FileVersion: '4.14.1' # Set the next final version here.
66
PackageSuffix: ''

0 commit comments

Comments
 (0)