Skip to content

Bump the fluentui group across 1 directory with 2 updates#4645

Merged
radical merged 2 commits intomainfrom
dependabot/nuget/fluentui-3368abf2e3
Jun 28, 2024
Merged

Bump the fluentui group across 1 directory with 2 updates#4645
radical merged 2 commits intomainfrom
dependabot/nuget/fluentui-3368abf2e3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 25, 2024

Bumps the fluentui group with 2 updates in the / directory: Microsoft.FluentUI.AspNetCore.Components and Microsoft.FluentUI.AspNetCore.Components.Icons.

Updates Microsoft.FluentUI.AspNetCore.Components from 4.7.2 to 4.8.1

Release notes

Sourced from Microsoft.FluentUI.AspNetCore.Components's releases.

v4.8.1

Patch release with only 1 change:

  • Add an new Light value to the IconVariant enum to enable publishing new icon packages which contains icons with this variant

There is no immediate need to update to this version. It is just in preparation for the next release.

v4.8.0

Breaking change

  • [Option] Change Option.Text type to string? (#2063). See also discussion #2062

Demo site and documentation

  • Add DataGridTableScroll demo (#2098)
  • Adds office color table to Design Tokens page (#2073)
  • Cleans up more code snippets (#2173)
  • Cleanup DialogService Page (#2171)
  • Fix Page Title typo - Project Setup (#2054)
  • Fixes minor typo in DesignTokens.md (#2071)
  • Removes FluentPersona DemoSection from AutoComplete page (#2135)
  • Toast examples - TimeOut setting in milliseconds (#2025)

Components

  • [AppBar] Introduce IAppBarItem to enable better extensibility (#2083)
  • [Autocomplete] Accessibility - Add "x of y" aria-label when item is selected (#2019)
  • [Autocomplete] Accessibility - Add aria-selected on FluentOption (#2018)
  • [Autocomplete] Accessibility - Update style when "forced-colors: active" (#2109)
  • [Autocomplete] Add ImmediateDelay parameter (#2052)
  • [Autocomplete] Add SelectValueOnTab attribute (#2110)
  • [Autocomplete] Set the height automatically (#2045)
  • [Card] Support AreaRestricted for MinimalStyle as well (#2170)
  • [ComboBox] Fix bind-SelectedOption is null when using bind-SelectedOption:after (#2102)
  • [DataGrid] Allow programmatic sorting of columns by name or index (#2156)
  • [DataGrid] Check rowelements when correcting column options (#2117)
  • [DataGrid] Fix LoadingContent height when Virtualize is true (#2188)
  • [DataGrid] Prevent drag handle from disappearing when column width made too small (#2059)
  • [DataGrid] SelectColumn - Add ClearSelection (#2164)
  • [DataGrid] SelectColumn - Allow customization of SelectAll header (#2106)
  • [DataGrid] SelectColumn - Make it work with ItemsProvider (#2060)
  • [DatePicker, Calendar] Fix not updating correctly when used with EditContext (#2047)
  • [DesignToken] Add WithDefault overload (#2159)
  • [DialogService] Add missing classes to avoid Trimming exceptions (#2099)
  • [Header] Add Id to the container header tag (#2125)
  • [Icon] Minor cleanup and clarification (#2038)
  • [InputBase] Adds FieldIdentifier parameter (#2114)
  • [InputBase] Use Debouncer instead of PeriodicTimer for debouncing ValueChanged handler with ImmediateDelay. (#2042)
  • [KeyCode] Add KeyUp event (#2122)
  • [Layout] Add Id to the container div (#2123)
  • [Layout] Add Orientation support (#2096)
  • [Lists] Make list components inherit from InputBase (#2118)
  • [MarkdownSection] Adds border around code snippets (#2039)
  • [MarkdownSection] Optimize to minimize number of calls to OnContentConverted (#2092)

... (truncated)

Changelog

Sourced from Microsoft.FluentUI.AspNetCore.Components's changelog.

4.8.1

  • Add an new Light value to the IconVariant enum to enable publishing new icon packages with these icons

v4.8.0

Breaking change

  • [Option] Change Option.Text type to string? (#2063). See also discussion #2062

Demo site and documentation

  • Add DataGridTableScroll demo (#2098)
  • Adds office color table to Design Tokens page (#2073)
  • Cleans up more code snippets (#2173)
  • Cleanup DialogService Page (#2171)
  • Fix Page Title typo - Project Setup (#2054)
  • Fixes minor typo in DesignTokens.md (#2071)
  • Removes FluentPersona DemoSection from AutoComplete page (#2135)
  • Toast examples - TimeOut setting in milliseconds (#2025)

Components

  • [AppBar] Introduce IAppBarItem to enable better extensibility (#2083)
  • [Autocomplete] Accessibility - Add "x of y" aria-label when item is selected (#2019)
  • [Autocomplete] Accessibility - Add aria-selected on FluentOption (#2018)
  • [Autocomplete] Accessibility - Update style when "forced-colors: active" (#2109)
  • [Autocomplete] Add ImmediateDelay parameter (#2052)
  • [Autocomplete] Add SelectValueOnTab attribute (#2110)
  • [Autocomplete] Set the height automatically (#2045)
  • [Card] Support AreaRestricted for MinimalStyle as well (#2170)
  • [ComboBox] Fix bind-SelectedOption is null when using bind-SelectedOption:after (#2102)
  • [DataGrid] Allow programmatic sorting of columns by name or index (#2156)
  • [DataGrid] Check rowelements when correcting column options (#2117)
  • [DataGrid] Fix LoadingContent height when Virtualize is true (#2188)
  • [DataGrid] Prevent drag handle from disappearing when column width made too small (#2059)
  • [DataGrid] SelectColumn - Add ClearSelection (#2164)
  • [DataGrid] SelectColumn - Allow customization of SelectAll header (#2106)
  • [DataGrid] SelectColumn - Make it work with ItemsProvider (#2060)
  • [DatePicker, Calendar] Fix not updating correctly when used with EditContext (#2047)
  • [DesignToken] Add WithDefault overload (#2159)
  • [DialogService] Add missing classes to avoid Trimming exceptions (#2099)
  • [Header] Add Id to the container header tag (#2125)
  • [Icon] Minor cleanup and clarification (#2038)
  • [InputBase] Adds FieldIdentifier parameter (#2114)
  • [InputBase] Use Debouncer instead of PeriodicTimer for debouncing ValueChanged handler with ImmediateDelay. (#2042)
  • [KeyCode] Add KeyUp event (#2122)
  • [Layout] Add Id to the container div (#2123)
  • [Layout] Add Orientation support (#2096)
  • [Lists] Make list components inherit from InputBase (#2118)
  • [MarkdownSection] Adds border around code snippets (#2039)
  • [MarkdownSection] Optimize to minimize number of calls to OnContentConverted (#2092)
  • [Misc] Add the ability for CssBuilder to properly Add multiple classes without duplicates (#2104)
  • [Misc] Code cleanup work (#2184)

... (truncated)

Commits

Updates Microsoft.FluentUI.AspNetCore.Components.Icons from 4.7.2 to 4.8.0

Release notes

Sourced from Microsoft.FluentUI.AspNetCore.Components.Icons's releases.

v4.8.0

Breaking change

  • [Option] Change Option.Text type to string? (#2063). See also discussion #2062

Demo site and documentation

  • Add DataGridTableScroll demo (#2098)
  • Adds office color table to Design Tokens page (#2073)
  • Cleans up more code snippets (#2173)
  • Cleanup DialogService Page (#2171)
  • Fix Page Title typo - Project Setup (#2054)
  • Fixes minor typo in DesignTokens.md (#2071)
  • Removes FluentPersona DemoSection from AutoComplete page (#2135)
  • Toast examples - TimeOut setting in milliseconds (#2025)

Components

  • [AppBar] Introduce IAppBarItem to enable better extensibility (#2083)
  • [Autocomplete] Accessibility - Add "x of y" aria-label when item is selected (#2019)
  • [Autocomplete] Accessibility - Add aria-selected on FluentOption (#2018)
  • [Autocomplete] Accessibility - Update style when "forced-colors: active" (#2109)
  • [Autocomplete] Add ImmediateDelay parameter (#2052)
  • [Autocomplete] Add SelectValueOnTab attribute (#2110)
  • [Autocomplete] Set the height automatically (#2045)
  • [Card] Support AreaRestricted for MinimalStyle as well (#2170)
  • [ComboBox] Fix bind-SelectedOption is null when using bind-SelectedOption:after (#2102)
  • [DataGrid] Allow programmatic sorting of columns by name or index (#2156)
  • [DataGrid] Check rowelements when correcting column options (#2117)
  • [DataGrid] Fix LoadingContent height when Virtualize is true (#2188)
  • [DataGrid] Prevent drag handle from disappearing when column width made too small (#2059)
  • [DataGrid] SelectColumn - Add ClearSelection (#2164)
  • [DataGrid] SelectColumn - Allow customization of SelectAll header (#2106)
  • [DataGrid] SelectColumn - Make it work with ItemsProvider (#2060)
  • [DatePicker, Calendar] Fix not updating correctly when used with EditContext (#2047)
  • [DesignToken] Add WithDefault overload (#2159)
  • [DialogService] Add missing classes to avoid Trimming exceptions (#2099)
  • [Header] Add Id to the container header tag (#2125)
  • [Icon] Minor cleanup and clarification (#2038)
  • [InputBase] Adds FieldIdentifier parameter (#2114)
  • [InputBase] Use Debouncer instead of PeriodicTimer for debouncing ValueChanged handler with ImmediateDelay. (#2042)
  • [KeyCode] Add KeyUp event (#2122)
  • [Layout] Add Id to the container div (#2123)
  • [Layout] Add Orientation support (#2096)
  • [Lists] Make list components inherit from InputBase (#2118)
  • [MarkdownSection] Adds border around code snippets (#2039)
  • [MarkdownSection] Optimize to minimize number of calls to OnContentConverted (#2092)
  • [Misc] Add the ability for CssBuilder to properly Add multiple classes without duplicates (#2104)
  • [Misc] Code cleanup work (#2184)
  • [Misc] Package versions refactoring (#2131)
  • [MultiSplitter] Remove experimental label and make fixed panel size work (#2196)
  • [NavMenu] Enhance working in mobile view (#2183)
  • [NavMenu] Fix double click needed for expanding/collapsing child elements when prerendering is turned off (#2133)

... (truncated)

Changelog

Sourced from Microsoft.FluentUI.AspNetCore.Components.Icons's changelog.

v4.8.0

Breaking change

  • [Option] Change Option.Text type to string? (#2063). See also discussion #2062

Demo site and documentation

  • Add DataGridTableScroll demo (#2098)
  • Adds office color table to Design Tokens page (#2073)
  • Cleans up more code snippets (#2173)
  • Cleanup DialogService Page (#2171)
  • Fix Page Title typo - Project Setup (#2054)
  • Fixes minor typo in DesignTokens.md (#2071)
  • Removes FluentPersona DemoSection from AutoComplete page (#2135)
  • Toast examples - TimeOut setting in milliseconds (#2025)

Components

  • [AppBar] Introduce IAppBarItem to enable better extensibility (#2083)
  • [Autocomplete] Accessibility - Add "x of y" aria-label when item is selected (#2019)
  • [Autocomplete] Accessibility - Add aria-selected on FluentOption (#2018)
  • [Autocomplete] Accessibility - Update style when "forced-colors: active" (#2109)
  • [Autocomplete] Add ImmediateDelay parameter (#2052)
  • [Autocomplete] Add SelectValueOnTab attribute (#2110)
  • [Autocomplete] Set the height automatically (#2045)
  • [Card] Support AreaRestricted for MinimalStyle as well (#2170)
  • [ComboBox] Fix bind-SelectedOption is null when using bind-SelectedOption:after (#2102)
  • [DataGrid] Allow programmatic sorting of columns by name or index (#2156)
  • [DataGrid] Check rowelements when correcting column options (#2117)
  • [DataGrid] Fix LoadingContent height when Virtualize is true (#2188)
  • [DataGrid] Prevent drag handle from disappearing when column width made too small (#2059)
  • [DataGrid] SelectColumn - Add ClearSelection (#2164)
  • [DataGrid] SelectColumn - Allow customization of SelectAll header (#2106)
  • [DataGrid] SelectColumn - Make it work with ItemsProvider (#2060)
  • [DatePicker, Calendar] Fix not updating correctly when used with EditContext (#2047)
  • [DesignToken] Add WithDefault overload (#2159)
  • [DialogService] Add missing classes to avoid Trimming exceptions (#2099)
  • [Header] Add Id to the container header tag (#2125)
  • [Icon] Minor cleanup and clarification (#2038)
  • [InputBase] Adds FieldIdentifier parameter (#2114)
  • [InputBase] Use Debouncer instead of PeriodicTimer for debouncing ValueChanged handler with ImmediateDelay. (#2042)
  • [KeyCode] Add KeyUp event (#2122)
  • [Layout] Add Id to the container div (#2123)
  • [Layout] Add Orientation support (#2096)
  • [Lists] Make list components inherit from InputBase (#2118)
  • [MarkdownSection] Adds border around code snippets (#2039)
  • [MarkdownSection] Optimize to minimize number of calls to OnContentConverted (#2092)
  • [Misc] Add the ability for CssBuilder to properly Add multiple classes without duplicates (#2104)
  • [Misc] Code cleanup work (#2184)
  • [Misc] Package versions refactoring (#2131)
  • [MultiSplitter] Remove experimental label and make fixed panel size work (#2196)
  • [NavMenu] Enhance working in mobile view (#2183)

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com//pull/4645)

Bumps the fluentui group with 2 updates in the / directory: [Microsoft.FluentUI.AspNetCore.Components](https://github.com/microsoft/fluentui-blazor) and [Microsoft.FluentUI.AspNetCore.Components.Icons](https://github.com/microsoft/fluentui-blazor).


Updates `Microsoft.FluentUI.AspNetCore.Components` from 4.7.2 to 4.8.1
- [Release notes](https://github.com/microsoft/fluentui-blazor/releases)
- [Changelog](https://github.com/microsoft/fluentui-blazor/blob/dev/WHATSNEW.md)
- [Commits](microsoft/fluentui-blazor@v4.7.2...v4.8.1)

Updates `Microsoft.FluentUI.AspNetCore.Components.Icons` from 4.7.2 to 4.8.0
- [Release notes](https://github.com/microsoft/fluentui-blazor/releases)
- [Changelog](https://github.com/microsoft/fluentui-blazor/blob/dev/WHATSNEW.md)
- [Commits](microsoft/fluentui-blazor@v4.7.2...v4.8.0)

---
updated-dependencies:
- dependency-name: Microsoft.FluentUI.AspNetCore.Components
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluentui
- dependency-name: Microsoft.FluentUI.AspNetCore.Components.Icons
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: fluentui
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the area-codeflow for labeling automated codeflow. intentionally a different color! label Jun 25, 2024
@dotnet-policy-service dotnet-policy-service Bot added the community-contribution Indicates that the PR has been added by a community member label Jun 25, 2024
@vnbaaij
Copy link
Copy Markdown
Contributor

vnbaaij commented Jun 25, 2024

There is only one single change in this service release and that is a new value Light has been added to the IconVariant enum.

This is in preparation for new icons that will be part of the v4.8.2 release. There is no (immediate) need to update to this version.

@dotnet-bot
Copy link
Copy Markdown
Contributor

‼️ Found issues ‼️

Project Coverage Type Expected Actual
Microsoft.Extensions.ServiceDiscovery Branch 81 79.31 🔻
Microsoft.Extensions.ServiceDiscovery Line 81 79.01 🔻

Full code coverage report: https://dev.azure.com/dnceng-public/public/_build/results?buildId=723496&view=codecoverage-tab

@radical radical merged commit f88e67c into main Jun 28, 2024
@radical radical deleted the dependabot/nuget/fluentui-3368abf2e3 branch June 28, 2024 06:08
adamint added a commit to adamint/aspire that referenced this pull request Jun 28, 2024
adamint added a commit that referenced this pull request Jun 28, 2024
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-codeflow for labeling automated codeflow. intentionally a different color! community-contribution Indicates that the PR has been added by a community member

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants