victorfrye / microsoftgraveyard

🪦 The virtual graveyard for remembering those killed by Microsoft
https://microsoftgraveyard.com
MIT License
100 stars 5 forks source link

build(deps): bump Microsoft.FluentUI.AspNetCore.Components from 4.7.2 to 4.8.1 #232

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

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

Release notes

Sourced from Microsoft.FluentUI.AspNetCore.Components'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'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


Dependabot compatibility score

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 4 months ago

Superseded by #236.