Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump Microsoft.Fast.Components.FluentUI from 3.5.2 to 3.7.0 #109

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps Microsoft.Fast.Components.FluentUI from 3.5.2 to 3.7.0.

Release notes

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

v3.7.0

Demo site and documentation

  • [Docs] Update KeyCodeGlobalExample.razor.css to fix dark mode visuals (#1834)

Components

  • [Badge] Fix displaying badge by not using a div (block element) in an inline element (#1921)(#1921)
  • [DataGrid] Add column Width parameter (#1902)
  • [DataGrid] Add remove sort capability on columns (#1826)
  • [DataGrid] Add ShowHover parameter and implement row hover effect (#1939)
  • [DataGrid] Apply ItemSize (CSS height) to cells when grid is virtualized (#1936)
  • [DataGrid] Change column width when using generated value (#1955)
  • [DataGrid] Add resizing columns by keyboard (#1866)
  • [Grid] Add AdaptiveRendering property (#1899)
  • [Input] NotifyFieldChanged is called twice for all FluentInputBase derived components (#1846)
  • [KeyCode] Allow content to avoid using the Anchor property (#1743)
  • [KeyCode, AnchoredRegion, Popover] Add key navigation in AnchoredRegion / Popup (#1800)
  • [KeyCodeProvider] Add a global service to capture keystrokes (#1740)
  • [Lists] Also set Value (and InternalValue) when SelectedOption is set (#1970)
  • [NavMenu] Show child items via FluentMenu when collapsed (#1730)
  • [NavMenu] Fix keyboard navigation (#1950)
  • [Popover] adds FixedPlacement parameter (#1894)
  • [Tabs] Not using ClassValue and StyleValue when rendering (#1931)

Full Changelog: microsoft/fluentui-blazor@v3.6.2...v3.7.0

v3.6.0

Full Changelog: microsoft/fluentui-blazor@v3.5.5...v3.6.0

v3.5.5

  • #1437: UI does not leave Loading animation if result has 0 items in FluentDataGrid
  • #1424: Not setting current-value for fluent-number-field
  • #1425: add OnClick EventCallback to FluentAnchor
  • #1462: FluentMessageBar onclick bug and not using Link?.Target
  • #1450: FluentSlider's two-way data binding on Value Property does not update appropriately
  • #1448: two key strokes required to change item in FluentSelect
  • #1449: [Autocomplete] Fix Disabled item using keyboard and re-enables the ability to click on an element

Full Changelog: microsoft/fluentui-blazor@v3.5.4...v3.5.5

v3.5.4

Full Changelog: microsoft/fluentui-blazor@v3.5.3...v3.5.4

v3.5.3

Full Changelog: microsoft/fluentui-blazor@v3.5.2...v3.5.3

Changelog

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

## v3.7.0

Demo site and documentation

  • [Docs] Update KeyCodeGlobalExample.razor.css to fix dark mode visuals (#1834)

Components

  • [Badge] Fix displaying badge by not using a div (block element) in an inline element (#1921)(#1921)
  • [DataGrid] Add column Width parameter (#1902)
  • [DataGrid] Add remove sort capability on columns (#1826)
  • [DataGrid] Add ShowHover parameter and implement row hover effect (#1939)
  • [DataGrid] Apply ItemSize (CSS height) to cells when grid is virtualized (#1936)
  • [DataGrid] Change column width when using generated value (#1955)
  • [DataGrid] Add resizing columns by keyboard (#1866)
  • [Grid] Add AdaptiveRendering property (#1899)
  • [Input] NotifyFieldChanged is called twice for all FluentInputBase derived components (#1846)
  • [KeyCode] Allow content to avoid using the Anchor property (#1743)
  • [KeyCode, AnchoredRegion, Popover] Add key navigation in AnchoredRegion / Popup (#1800)
  • [KeyCodeProvider] Add a global service to capture keystrokes (#1740)
  • [Lists] Also set Value (and InternalValue) when SelectedOption is set (#1970)
  • [NavMenu] Show child items via FluentMenu when collapsed (#1730)
  • [NavMenu] Fix keyboard navigation (#1950)
  • [Popover] adds FixedPlacement parameter (#1894)
  • [Tabs] Not using ClassValue and StyleValue when rendering (#1931)

v3.6.2

Demo site and documentation

  • [Docs] Update Progress stroke examples dropdowns (#1835)
  • [Docs] Update Highlighter example to use FluentTextField instead of input (#1833)

Components

  • [Input] NotifyFieldChanged is called twice for all FluentInputBase derived components (#1846)
  • [MenuButton] Add ChildContent so items can be supplied manually (#1848)
  • [Paginator] spelling issue in FluentPaginator.razor.cs (#1829)
  • [Popover] adds FixedPlacement parameter (#1894)
  • [Select] Allow value to be set when component is disabled (#1892)
  • [Slider] Fixes thumb redraw issues (Fix for #1836) (#1873)

Icons

  • Update to Fluent UI System Icons 1.1.237

    What's new (Name / Size(s) / Variant(s))

    • Book / 48 / Filled & Regular
    • Camera Arrow Up / 16, 20, 24 / Filled & Regular
    • Chat Settings / 16 / Filled & Regular
    • Circle Highlight / 20, 24 / Filled & Regular
    • Circle Hint / 24 / Filled & Regular
    • Circle Shadow / 20, 24 / Filled & Regular
    • Content View / 16 / Filled & Regular

... (truncated)

Commits
  • d4742cf Update WhatsNew
  • 3a763ca Update WhatsNew, version
  • c5803b2 [DataGrid] Add resizing columns by keyboard
  • 2a46f2e Fix #1954 and change custom paging example to show scrollable grid on smaller...
  • 8226a64 Update KeyCodeGlobalExample.razor.css to fix dark mode visuals (#1834)
  • e87ba94 [FluentNavMenu] Show child items via FluentMenu when collapsed (#1730)
  • 3378e30 Fix cherry-pick
  • db2fa8f [FluentPopover] adds FixedPlacement parameter (#1894)
  • c3cbb55 [FluentGrid] Add AdaptiveRendering property (#1899)
  • 5802750 Add coulumn Width parameter (#1902)
  • Additional commits viewable in compare view

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 <dependency name> 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)

Bumps [Microsoft.Fast.Components.FluentUI](https://github.com/microsoft/fluentui-blazor) from 3.5.2 to 3.7.0.
- [Release notes](https://github.com/microsoft/fluentui-blazor/releases)
- [Changelog](https://github.com/microsoft/fluentui-blazor/blob/v3.7.0/WHATSNEW.md)
- [Commits](microsoft/fluentui-blazor@v3.5.2...v3.7.0)

---
updated-dependencies:
- dependency-name: Microsoft.Fast.Components.FluentUI
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 20, 2024

Superseded by #110.

@dependabot dependabot bot closed this May 20, 2024
@dependabot dependabot bot deleted the dependabot/nuget/Microsoft.Fast.Components.FluentUI-3.7.0 branch May 20, 2024 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants