Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

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

Release notes

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

v4.9.3

Components

  • [General] Inject LibraryConfiguring into DesignToken (#2426)
  • [Accordion] Add Id (#2420)
  • [Templates] Replace faulty Appearance.Filled with Appearance.Accent for buttons (#2436)

Demo site and documentation

  • [Docs] Fix broken GitHub link (#2442)

New Contributors

Full Changelog: microsoft/fluentui-blazor@v4.9.2...v4.9.3

v4.9.2

Components

  • [General] JavaScript Cache management (#2388)
  • [DataGrid] Avoid excessive calling of reinitialize method in JavaScript (#2403)
  • [DatePicker] Fix default position for RTL layout (#2372)
  • [MenuButton] Fix icon size (#2374)
  • [MultiSplitter] Fix RTL direction (#2380)
  • [Overflow] Add Fixed parameter (#2393)
  • [Overflow] Add Fixed enumeration (#2401)
  • [Search] Add AutoComplete parameter (#2397)
  • [Select] Fix logic when setting new option (#2384)
  • [SortableList] Adding Properties FromListId and ToListId (#2385)
  • [SplashScreen] Pass parameters.Modal to ShowSplashScreen... methods (#2398)
  • [TreeView] Fix the first item never selected #2414
  • [Wizard] Add GoToStepAsync method (#2383)
  • [Wizard] Fix validation when @bind-Value is set (#2364)

Demo site and documentation

  • [Docs] Better column distribution for homepage (#2360)
  • [Docs] Improve API Documentation performance (#2377)
  • [Docs] Fix some typos (#2400)

Icons

  • Update to Fluent UI System Icons 1.1.249

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

    • Arrow Download / 32 / Light
    • Color Fill Accent / 32 / Light
    • Edit Lock / 16, 20, 24 / Filled & Regular
    • Layout Row Two Settings / 20, 24, 28, 32 / Filled & Light & Regular
    • Molecule / 32 / Light
    • Person Board / 20 / Filled & Regular
    • Person Square Checkmark / 16, 20, 24 / Filled & Regular
    • Presence Tentative / 10, 12, 16, 20, 24 / Regular

... (truncated)

Changelog

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

v4.9.3

Components

  • [General] Inject LibraryConfiguring into DesignToken (#2426)
  • [Accordion] Add Id (#2420)
  • [Templates] Replace faulty Appearance.Filled with Appearance.Accent for buttons (#2436)

Demo site and documentation

  • [Docs] Fix broken GitHub link (#2442)

v4.9.2

Components

  • [General] JavaScript Cache management (#2388)
  • [DataGrid] Avoid excessive calling of reinitialize method in JavaScript (#2403)
  • [DatePicker] Fix default position for RTL layout (#2372)
  • [MenuButton] Fix icon size (#2374)
  • [MultiSplitter] Fix RTL direction (#2380)
  • [Overflow] Add Fixed parameter (#2393)
  • [Overflow] Add Fixed enumeration (#2401)
  • [Search] Add AutoComplete parameter (#2397)
  • [Select] Fix logic when setting new option (#2384)
  • [SortableList] Adding Properties FromListId and ToListId (#2385)
  • [SplashScreen] Pass parameters.Modal to ShowSplashScreen... methods (#2398)
  • [TreeView] Fix the first item never selected #2414
  • [Wizard] Add GoToStepAsync method (#2383)
  • [Wizard] Fix validation when @bind-Value is set (#2364)

Demo site and documentation

  • [Docs] Better column distribution for homepage (#2360)
  • [Docs] Improve API Documentation performance (#2377)
  • [Docs] Fix some typos (#2400)

Icons

  • Update to Fluent UI System Icons 1.1.249

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

    • Arrow Download / 32 / Light
    • Color Fill Accent / 32 / Light
    • Edit Lock / 16, 20, 24 / Filled & Regular
    • Layout Row Two Settings / 20, 24, 28, 32 / Filled & Light & Regular
    • Molecule / 32 / Light
    • Person Board / 20 / Filled & Regular
    • Person Square Checkmark / 16, 20, 24 / Filled & Regular
    • Presence Tentative / 10, 12, 16, 20, 24 / Regular
    • Shield Add / 28, 32, 48 / Filled & Regular
    • Shield Checkmark / 32 / Filled & Regular
    • Shield Task / 32 / Filled & Regular
    • Toolbox / 32 / Filled & Light & Regular
    • Warning Lock Open / 16, 20, 24 / Filled & Regular

... (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 <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.FluentUI.AspNetCore.Components](https://github.com/microsoft/fluentui-blazor) from 4.8.1 to 4.9.3.
- [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.8.1...v4.9.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2024

Superseded by #144.

@dependabot dependabot bot closed this Sep 9, 2024
@dependabot dependabot bot deleted the dependabot/nuget/src/Microsoft.FluentUI.AspNetCore.Components-4.9.3 branch September 9, 2024 21:26
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.

1 participant