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

Bump the fluentui group with 2 updates #7082

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps the fluentui group with 3 updates: Microsoft.FluentUI.AspNetCore.Components and Microsoft.FluentUI.AspNetCore.Components.Icons.

Updates Microsoft.FluentUI.AspNetCore.Components from 4.10.3 to 4.11.1

Release notes

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

v4.11.1

What's Changed

New Contributors

Full Changelog: microsoft/fluentui-blazor@v4.11.0...v4.11.1

v4.11.0

What's Changed

... (truncated)

Changelog

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

V4.11.1

Components

  • [Accordion] Fix Expanded state not being set in OnAccordionItemChange (#3092)
  • [Anchor] Do not apply inline margin for hypertext by default (#3131)
  • [DataGrid] Header needs display: flex in certain scenarios, multiline-text class must not be added to header (#3118)
  • [DataGrid] Fix issue when scrolling horizontally and Virtualize="true" (#3117)
  • [DataGrid] Fix script being to eager on processing arrow keys (#3091)
  • [DataGrid] Make combination of ResizableColumns and AutoFit work (#3098)
  • [DataGrid] Restore OnRowFocus and OnCellFocus (#3097)
  • [DataGrid] Smoother resizing (#3072)
  • [Dialog] Add event before closing panel to allow validation (#2614)
  • [DialogHeader] Allow dialog title exclusion from tab index (#3137)
  • [FluentSlider] [FluentNumberField] Fix #2948 (#3077)
  • [ListComponentBase] Invoke ValueChanged when initially selecting an option (#3105)
  • [ListComponentBase] Fix SelectedOptionsChanged being Invoked twice (#3119)
  • [Rating] Add reset by keyboard option (#3073)
  • [Stack] Add SpaceBetween and Stretch to horizontal and vertical alignment options (#3143)
  • [Templates] Fix [StreamRender] error occurring in certain situations (#3090)

Demo site and documentation

  • [Docs] Update DataGridMultiSelect blockquote sample (#3139)

V4.11.0

Breaking changes and important notes

  • The DataGrid now uses HTML table based rendering. A lot of changes have been made to the structure of the rendered content and the class names used. If you have been overriding grid classes, these probably no longer work and need to be changed in your own code. For more information, please see the DataGrid documentation page.
  • As of version 4.11.0 of our Icons and Emoji packages, we are packaging each icon variant (filled, regular, etc.) and emoji category (animals, food, etc.) in its own assembly. If you are updating to this version, you will need to make some minor updates to your code. Please see the 'Icons and Emoji' section below.

General

  • [General] Ability to change service lifetime (#2991)
  • [Unit Tests] Fix the CodeCoverage script, using .NET9 only (#3047)

Components

  • [Autocomplete] Fix the internal array when SelectedOptions is empty (#2945)
  • [Button] Fix showing hover on disabled button (#2968)
  • [DataGrid] Add OData Adaptor package (#2938)
  • [DataGrid] Alter rendering to use table elements (#2664)
  • [Datagrid] Page reload issue when using SaveStateInUrl (#2987)
  • [DataGrid] Respecting control state of Loading parameter (#3064)
  • [DataGrid] Save paging state in URL (#2972)
  • [DatePicker] Add PopupHorizontalPosition property (#3001)
  • [DesignTheme] DesignTheme no console error if no storage defined (#2956)
  • [InputFile] [Docs] Add null check on initialization (#3062)
  • [InputFile] Make it work icw a loading Button (#2940)
  • [InputFile] Set last modified date (#3044)
  • [MessageBox] Allow HTML markup in message (#3010)
  • [Popover] Go to the next focusable Element (#3013)
  • [Rating] Improve a11y support (#2978)
  • [Tabs] Only render Label if Header is null (#2989)
  • [Templates] Add new and update existing templates (#2961)

... (truncated)

Commits

Updates Microsoft.FluentUI.AspNetCore.Components from 4.10.3 to 4.11.0

Release notes

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

v4.11.1

What's Changed

New Contributors

Full Changelog: microsoft/fluentui-blazor@v4.11.0...v4.11.1

v4.11.0

What's Changed

... (truncated)

Changelog

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

V4.11.1

Components

  • [Accordion] Fix Expanded state not being set in OnAccordionItemChange (#3092)
  • [Anchor] Do not apply inline margin for hypertext by default (#3131)
  • [DataGrid] Header needs display: flex in certain scenarios, multiline-text class must not be added to header (#3118)
  • [DataGrid] Fix issue when scrolling horizontally and Virtualize="true" (#3117)
  • [DataGrid] Fix script being to eager on processing arrow keys (#3091)
  • [DataGrid] Make combination of ResizableColumns and AutoFit work (#3098)
  • [DataGrid] Restore OnRowFocus and OnCellFocus (#3097)
  • [DataGrid] Smoother resizing (#3072)
  • [Dialog] Add event before closing panel to allow validation (#2614)
  • [DialogHeader] Allow dialog title exclusion from tab index (#3137)
  • [FluentSlider] [FluentNumberField] Fix #2948 (#3077)
  • [ListComponentBase] Invoke ValueChanged when initially selecting an option (#3105)
  • [ListComponentBase] Fix SelectedOptionsChanged being Invoked twice (#3119)
  • [Rating] Add reset by keyboard option (#3073)
  • [Stack] Add SpaceBetween and Stretch to horizontal and vertical alignment options (#3143)
  • [Templates] Fix [StreamRender] error occurring in certain situations (#3090)

Demo site and documentation

  • [Docs] Update DataGridMultiSelect blockquote sample (#3139)

V4.11.0

Breaking changes and important notes

  • The DataGrid now uses HTML table based rendering. A lot of changes have been made to the structure of the rendered content and the class names used. If you have been overriding grid classes, these probably no longer work and need to be changed in your own code. For more information, please see the DataGrid documentation page.
  • As of version 4.11.0 of our Icons and Emoji packages, we are packaging each icon variant (filled, regular, etc.) and emoji category (animals, food, etc.) in its own assembly. If you are updating to this version, you will need to make some minor updates to your code. Please see the 'Icons and Emoji' section below.

General

  • [General] Ability to change service lifetime (#2991)
  • [Unit Tests] Fix the CodeCoverage script, using .NET9 only (#3047)

Components

  • [Autocomplete] Fix the internal array when SelectedOptions is empty (#2945)
  • [Button] Fix showing hover on disabled button (#2968)
  • [DataGrid] Add OData Adaptor package (#2938)
  • [DataGrid] Alter rendering to use table elements (#2664)
  • [Datagrid] Page reload issue when using SaveStateInUrl (#2987)
  • [DataGrid] Respecting control state of Loading parameter (#3064)
  • [DataGrid] Save paging state in URL (#2972)
  • [DatePicker] Add PopupHorizontalPosition property (#3001)
  • [DesignTheme] DesignTheme no console error if no storage defined (#2956)
  • [InputFile] [Docs] Add null check on initialization (#3062)
  • [InputFile] Make it work icw a loading Button (#2940)
  • [InputFile] Set last modified date (#3044)
  • [MessageBox] Allow HTML markup in message (#3010)
  • [Popover] Go to the next focusable Element (#3013)
  • [Rating] Improve a11y support (#2978)
  • [Tabs] Only render Label if Header is null (#2989)
  • [Templates] Add new and update existing templates (#2961)

... (truncated)

Commits

Updates Microsoft.FluentUI.AspNetCore.Components.Icons from 4.10.3 to 4.11.1

Release notes

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

v4.11.1

What's Changed

New Contributors

Full Changelog: microsoft/fluentui-blazor@v4.11.0...v4.11.1

v4.11.0

What's Changed

... (truncated)

Changelog

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

V4.11.1

Components

  • [Accordion] Fix Expanded state not being set in OnAccordionItemChange (#3092)
  • [Anchor] Do not apply inline margin for hypertext by default (#3131)
  • [DataGrid] Header needs display: flex in certain scenarios, multiline-text class must not be added to header (#3118)
  • [DataGrid] Fix issue when scrolling horizontally and Virtualize="true" (#3117)
  • [DataGrid] Fix script being to eager on processing arrow keys (#3091)
  • [DataGrid] Make combination of ResizableColumns and AutoFit work (#3098)
  • [DataGrid] Restore OnRowFocus and OnCellFocus (#3097)
  • [DataGrid] Smoother resizing (#3072)
  • [Dialog] Add event before closing panel to allow validation (#2614)
  • [DialogHeader] Allow dialog title exclusion from tab index (#3137)
  • [FluentSlider] [FluentNumberField] Fix #2948 (#3077)
  • [ListComponentBase] Invoke ValueChanged when initially selecting an option (#3105)
  • [ListComponentBase] Fix SelectedOptionsChanged being Invoked twice (#3119)
  • [Rating] Add reset by keyboard option (#3073)
  • [Stack] Add SpaceBetween and Stretch to horizontal and vertical alignment options (#3143)
  • [Templates] Fix [StreamRender] error occurring in certain situations (#3090)

Demo site and documentation

  • [Docs] Update DataGridMultiSelect blockquote sample (#3139)

V4.11.0

Breaking changes and important notes

  • The DataGrid now uses HTML table based rendering. A lot of changes have been made to the structure of the rendered content and the class names used. If you have been overriding grid classes, these probably no longer work and need to be changed in your own code. For more information, please see the DataGrid documentation page.
  • As of version 4.11.0 of our Icons and Emoji packages, we are packaging each icon variant (filled, regular, etc.) and emoji category (animals, food, etc.) in its own assembly. If you are updating to this version, you will need to make some minor updates to your code. Please see the 'Icons and Emoji' section below.

General

  • [General] Ability to change service lifetime (#2991)
  • [Unit Tests] Fix the CodeCoverage script, using .NET9 only (#3047)

Components

  • [Autocomplete] Fix the internal array when SelectedOptions is empty (#2945)
  • [Button] Fix showing hover on disabled button (#2968)
  • [DataGrid] Add OData Adaptor package (#2938)
  • [DataGrid] Alter rendering to use table elements (#2664)
  • [Datagrid] Page reload issue when using SaveStateInUrl (#2987)
  • [DataGrid] Respecting control state of Loading parameter (#3064)
  • [DataGrid] Save paging state in URL (#2972)
  • [DatePicker] Add PopupHorizontalPosition property (#3001)
  • [DesignTheme] DesignTheme no console error if no storage defined (#2956)
  • [InputFile] [Docs] Add null check on initialization (#3062)
  • [InputFile] Make it work icw a loading Button (#2940)
  • [InputFile] Set last modified date (#3044)
  • [MessageBox] Allow HTML markup in message (#3010)
  • [Popover] Go to the next focusable Element (#3013)
  • [Rating] Improve a11y support (#2978)
  • [Tabs] Only render Label if Header is null (#2989)
  • [Templates] Add new and update existing templates (#2961)

... (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

Bumps the fluentui group with 3 updates: [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.10.3 to 4.11.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.10.3...v4.11.1)

Updates `Microsoft.FluentUI.AspNetCore.Components` from 4.10.3 to 4.11.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.10.3...v4.11.1)

Updates `Microsoft.FluentUI.AspNetCore.Components.Icons` from 4.10.3 to 4.11.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.10.3...v4.11.1)

---
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
  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 Jan 13, 2025
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Jan 13, 2025
@eerhardt
Copy link
Member

@vnbaaij - does this need #6840? Should this just be closed in favor of #6840?

@vnbaaij
Copy link
Contributor

vnbaaij commented Jan 14, 2025

Yes, this needs #6840. Working on that together with @JamesNK.

This one can be closed.

PS: v4.11.3 will be coming in soon...

@eerhardt
Copy link
Member

Closing in favor of #6840

@eerhardt eerhardt closed this Jan 14, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 14, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/nuget/fluentui-d62924c29e branch January 14, 2025 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.

2 participants