Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
db9e29c
Update NuGet package for fixing CVE. See https://github.com/dotnet/an…
vnbaaij Mar 25, 2025
ca50ff3
Non-altering change to force mirroring
vnbaaij Mar 26, 2025
c5687b4
Clean up issue tester
vnbaaij Mar 23, 2025
68d0e56
Small text formatting change to force deploy
vnbaaij Mar 30, 2025
2cd49c5
Merge dev
vnbaaij Apr 11, 2025
df278d8
Update workflows
vnbaaij Apr 11, 2025
42efd04
Merge branch 'dev'
vnbaaij Apr 11, 2025
73d3587
Merge branch 'dev'
vnbaaij May 8, 2025
139be1f
Merge branch 'dev'
vnbaaij Jun 6, 2025
2be462b
Update README
vnbaaij Jun 6, 2025
1b3f709
Update to latest JavaScript SDK
vnbaaij Jun 6, 2025
922c483
Add global.json
vnbaaij Jun 6, 2025
4732f6f
Update workflow to use .NET 9
vnbaaij Jun 6, 2025
2d7701a
Remove net10.0 TFM for now
vnbaaij Jun 6, 2025
5174f52
Set dotnet 9.0.204
dvoituron Jun 6, 2025
7ef5f4f
Update deploy_demo.yml to use 9.0.204
dvoituron Jun 6, 2025
a26c592
Update home page
vnbaaij Jun 7, 2025
e5b90b6
Also *temporarily* remove .NET 10 TFM for DataGrid Adapters
vnbaaij Jun 8, 2025
933b5cc
Update workflows
vnbaaij Jun 8, 2025
b1c3313
Try to get preview docs up again
vnbaaij Jul 15, 2025
23471cc
Use latest .NET 9 SDK for GH Actions
vnbaaij Jul 15, 2025
e784072
Remove mention of v3 site
vnbaaij Jul 15, 2025
ebdc7c6
Update global.json
vnbaaij Jul 15, 2025
8975931
Test deploy to new SWA
vnbaaij Jul 15, 2025
03f150e
Update JavaScript SDK
vnbaaij Jul 15, 2025
4d051de
Try older JavaScript SDK
vnbaaij Jul 15, 2025
80f7bba
Use .204 SDK on all actions
vnbaaij Jul 15, 2025
eab9602
Newer JavaScript SDK with .NET .204 SDK
vnbaaij Jul 15, 2025
77adc5c
Deploy demo to 2 SWAs
vnbaaij Jul 15, 2025
5da1736
Fix id's
vnbaaij Jul 15, 2025
ca6bccc
Evrything tied to .204 and add sub subscription
vnbaaij Jul 15, 2025
a70fad0
Get sources copied
vnbaaij Jul 15, 2025
186d61a
Try again
vnbaaij Jul 15, 2025
1c24098
Tweak message
vnbaaij Jul 15, 2025
f445623
Try again
vnbaaij Jul 15, 2025
2ad9880
Try again
vnbaaij Jul 15, 2025
1f234f7
Try swa.config.json
vnbaaij Jul 15, 2025
ffbb83c
Try extension
vnbaaij Jul 15, 2025
d3e3397
Revert config.json change
vnbaaij Jul 16, 2025
b8081b8
Use correct codeql action
vnbaaij Jul 16, 2025
2a264ed
Include build step in actions
vnbaaij Jul 16, 2025
85f4ecf
Merge dev
vnbaaij Jul 16, 2025
dc09867
Set SDK for ADO pipelines
vnbaaij Jul 16, 2025
5c61a6a
Add es metadata (#4131)
dvoituron Sep 12, 2025
2a6e8b8
Merge pull request 53130 from invBootstrap into main
Sep 12, 2025
62ca54d
Update TSAOptions codebaseName (#4196)
dvoituron Oct 1, 2025
85ee510
Try to start the Mirroring
dvoituron Oct 7, 2025
d11f88e
Merge remote-tracking branch 'source-ado/main'
dvoituron Oct 7, 2025
c1c0308
merge dev
vnbaaij Oct 9, 2025
c68a7fd
Merge branch 'main' of https://github.com/microsoft/fluentui-blazor
vnbaaij Oct 9, 2025
d3ec7c6
Merge branch 'dev'
vnbaaij Oct 10, 2025
2b44a21
Update pipeline for real signing with PME enforcement
dvoituron Oct 10, 2025
4f8b23f
Add a trigger on main and a tag (v*)
dvoituron Oct 10, 2025
a9137c3
Overwrite FocusAsync in FluentAutoComplete (#4230)
MarvinKlein1508 Oct 10, 2025
adb66d0
Update whats new after cherry pick
vnbaaij Oct 10, 2025
4a2c4ed
Try to fix deploy error
vnbaaij Oct 10, 2025
7053b44
Different fix
vnbaaij Oct 10, 2025
93a4a09
Take 3
vnbaaij Oct 10, 2025
f425feb
Take 4
vnbaaij Oct 10, 2025
da936bb
Take 5
vnbaaij Oct 10, 2025
f0ca3fc
Take 6
vnbaaij Oct 10, 2025
707dda6
Disable main brancg in the All-lib YAML file
dvoituron Oct 10, 2025
e535d15
Merge branch 'dev'
vnbaaij Oct 29, 2025
b0ddc5f
merge
vnbaaij Oct 29, 2025
826978c
Use .205 for both deployments
vnbaaij Oct 29, 2025
500c13e
use net 9 for core build
vnbaaij Oct 29, 2025
0d93bbd
Undo core change
vnbaaij Oct 29, 2025
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
6 changes: 3 additions & 3 deletions .github/workflows/deploy_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v4

- name: .NET Setup SDKs
- name: Setup .NET 9.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.205
Expand All @@ -63,7 +63,7 @@ jobs:
- name: .NET Publish
run: dotnet publish ${{ env.PROJECT }} -c ${{ env.BUILD_CONFIG }} -o publish -f ${{ env.DOTNET_VERSION }} -r linux-x64 --self-contained=true -p:BuildNumber=$BUILD_NUMBER -p:SourceRevisionId=$GITHUB_SHA -p:ContinuousIntegrationBuild=true

- name: Deploy demo site to Azure Static Web App
- name: Deploy demo site to Azure Static Web App
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
Expand All @@ -82,7 +82,7 @@ jobs:
runs-on: ubuntu-latest
name: Close Pull Request Job
steps:
- name: Close Pull Request on Azure Static Web App
- name: Close Pull Request on Azure Static Web App
id: closepullrequest
uses: Azure/static-web-apps-deploy@v1
with:
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
name: Build and deploy Demo site
env:
DOTNET_VERSION: "net10.0"
DOTNET_VERSION: "net9.0"
DOTNET_CLI_TELEMETRY_OPTOUT: 1
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: true
Expand All @@ -38,17 +38,17 @@ jobs:
- name: Checkout source
uses: actions/checkout@v4

# - name: .NET Setup SDKs
# uses: actions/setup-dotnet@v4
# with:
# dotnet-version: 9.0.205
# dotnet-quality: ga

- name: Setup .NET 10.0
- name: Setup .NET 9.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
dotnet-quality: preview
dotnet-version: 9.0.205
dotnet-quality: ga

# - name: Setup .NET 10.0
# uses: actions/setup-dotnet@v4
# with:
# dotnet-version: 10.0.x
# dotnet-quality: preview

- name: NPM Install
uses: actions/setup-node@v4
Expand Down
1 change: 1 addition & 0 deletions WHATSNEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
- \[AppBar\] Add TryGetValue and Apps.ContainsKey ([#4146](https://github.com/microsoft/fluentui-blazor/pull/4146))
- \[Autocomplete\] Add a ShowProgressIndicator parameter + Breaking change ([#4042](https://github.com/microsoft/fluentui-blazor/pull/4042))
- \[AutoComplete\] Invalid aria-controls reference in Autocomplete popup rendering ([#4117](https://github.com/microsoft/fluentui-blazor/pull/4117))
- \[AutoComplete\] Override FocusAsync in FluentAutoComplete ([#4230](https://github.com/microsoft/fluentui-blazor/pull/4230))
- \[DataGrid\] Add MinWidth parameter to ColumnBase ([#4112](https://github.com/microsoft/fluentui-blazor/pull/4112))
- \[DataGrid\] Add public Columns property to DataGridRow and Column property to DataGridCell for easier column access ([#4036](https://github.com/microsoft/fluentui-blazor/pull/4036))
- \[DataGrid\] Asynchronous IQueryable based loading and error handling UI feedback ([#4177](https://github.com/microsoft/fluentui-blazor/pull/4177))
Expand Down
17 changes: 10 additions & 7 deletions eng/pipelines/build-all-lib.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Build all projects (manual).
# Build all projects (tag-based trigger).
name: $(FileVersion).$(Year:yy)$(DayOfYear).$(Rev:r)

trigger: none # Disable dev and main branches.
trigger:
branches:
include: [] # Explicitly disable branch triggers
tags:
include:
- v* # Triggers on tags like v1.0.0, v2.1.3
pr: none # Disable pull request triggers.

parameters:
Expand All @@ -21,9 +26,6 @@ parameters:
variables:
- template: /eng/pipelines/version.yml@self

- name: SignType
value: real

- name: TeamName
value: fluentui-blazor

Expand Down Expand Up @@ -69,7 +71,8 @@ extends:
mb:
signing:
enabled: true
signType: $(SignType)
signType: real
signWithProd: true
zipSources: false
feedSource: https://dnceng.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json
env:
Expand Down Expand Up @@ -131,7 +134,7 @@ extends:
- task: UseDotNet@2
displayName: 'Install .NET 9.0'
inputs:
version: 9.0.x
version: 9.0.205
includePreviewVersions: false

- task: UseDotNet@2
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/build-core-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ extends:
- task: UseDotNet@2
displayName: 'Install .NET 9.0'
inputs:
version: 9.0.x
version: 9.0.205
includePreviewVersions: false

- task: UseDotNet@2
Expand Down
1 change: 1 addition & 0 deletions examples/Demo/Shared/wwwroot/docs/WhatsNew.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
- \[AppBar\] Add TryGetValue and Apps.ContainsKey ([#4146](https://github.com/microsoft/fluentui-blazor/pull/4146))
- \[Autocomplete\] Add a ShowProgressIndicator parameter + Breaking change ([#4042](https://github.com/microsoft/fluentui-blazor/pull/4042))
- \[AutoComplete\] Invalid aria-controls reference in Autocomplete popup rendering ([#4117](https://github.com/microsoft/fluentui-blazor/pull/4117))
- \[AutoComplete\] Override FocusAsync in FluentAutoComplete ([#4230](https://github.com/microsoft/fluentui-blazor/pull/4230))
- \[DataGrid\] Add MinWidth parameter to ColumnBase ([#4112](https://github.com/microsoft/fluentui-blazor/pull/4112))
- \[DataGrid\] Add public Columns property to DataGridRow and Column property to DataGridCell for easier column access ([#4036](https://github.com/microsoft/fluentui-blazor/pull/4036))
- \[DataGrid\] Asynchronous IQueryable based loading and error handling UI feedback ([#4177](https://github.com/microsoft/fluentui-blazor/pull/4177))
Expand Down
Loading