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 Microsoft.FluentUI.AspNetCore.Components and Microsoft.FluentUI.AspNetCore.Components.Icons in /src #169

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps Microsoft.FluentUI.AspNetCore.Components and Microsoft.FluentUI.AspNetCore.Components.Icons. These dependencies needed to be updated together.
Updates Microsoft.FluentUI.AspNetCore.Components from 4.10.4 to 4.11.0-beta.1

Changelog

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

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)
  • [TextField] Add support for additional field types (#2971)
  • [Wizard] Fix validation within GoToNextStepAsync method (#2944)
  • [Wizard] Unregister EditForms in FluentWizardStep when DeferredLoading is enabled (#3065)

Demo site and documentation

  • [Docs] Add .NET Conf 2024 video (#2984)
  • [Docs] Add an animation of the Fluent UI Blazor logo (#2985)
  • [Docs] Add clarification for when Select is used with Multiple="true" (#2997)
  • [Docs] Embedding skeleton-test-pattern.svg file (#2983)
  • [Docs] Fix TreeView example (#3035)

Icons and Emoji

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. This became necessary due to the large number of icons and some compiler limitations. Nothing has changed on how the packages need to be installed or added to your project.

There is a just a small change needed to your imports file (or using statements).

To use the new versions in your (upgraded) projects, you need add the following @​using statement to your _Imports.razor file: Starting with v4.11.0 you need to add the following @using statement to your _Imports.razor file:

@using Icons = Microsoft.FluentUI.AspNetCore.Components.Icons;
@* add line below only if you are using the Emoji package *@
@using Emoji = Microsoft.FluentUI.AspNetCore.Components.Emoji
</tr></table> 

... (truncated)

Commits

Updates Microsoft.FluentUI.AspNetCore.Components.Icons from 4.10.4 to 4.11.0

Release notes

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

v4.11.0

What's Changed

New Contributors

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

Changelog

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

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)
  • [TextField] Add support for additional field types (#2971)
  • [Wizard] Fix validation within GoToNextStepAsync method (#2944)
  • [Wizard] Unregister EditForms in FluentWizardStep when DeferredLoading is enabled (#3065)

Demo site and documentation

  • [Docs] Add .NET Conf 2024 video (#2984)
  • [Docs] Add an animation of the Fluent UI Blazor logo (#2985)
  • [Docs] Add clarification for when Select is used with Multiple="true" (#2997)
  • [Docs] Embedding skeleton-test-pattern.svg file (#2983)
  • [Docs] Fix TreeView example (#3035)

Icons and Emoji

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. This became necessary due to the large number of icons and some compiler limitations. Nothing has changed on how the packages need to be installed or added to your project.

There is a just a small change needed to your imports file (or using statements).

To use the new versions in your (upgraded) projects, you need add the following @​using statement to your _Imports.razor file: Starting with v4.11.0 you need to add the following @using statement to your _Imports.razor file:

@using Icons = Microsoft.FluentUI.AspNetCore.Components.Icons;
@* add line below only if you are using the Emoji package *@
@using Emoji = Microsoft.FluentUI.AspNetCore.Components.Emoji
</tr></table> 

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

…AspNetCore.Components.Icons

Bumps [Microsoft.FluentUI.AspNetCore.Components](https://github.com/microsoft/fluentui-blazor) and [Microsoft.FluentUI.AspNetCore.Components.Icons](https://github.com/microsoft/fluentui-blazor). These dependencies needed to be updated together.

Updates `Microsoft.FluentUI.AspNetCore.Components` from 4.10.4 to 4.11.0-beta.1
- [Release notes](https://github.com/microsoft/fluentui-blazor/releases)
- [Changelog](https://github.com/microsoft/fluentui-blazor/blob/dev/WHATSNEW.md)
- [Commits](https://github.com/microsoft/fluentui-blazor/commits)

Updates `Microsoft.FluentUI.AspNetCore.Components.Icons` from 4.10.4 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.4...v4.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Dec 23, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 27, 2024

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Dec 27, 2024
@dependabot dependabot bot deleted the dependabot/nuget/src/multi-802a9ba5f9 branch December 27, 2024 16:41
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.

0 participants