Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github May 2, 2022

Bumps fluent_ui from 3.10.0 to 3.11.1.

Release notes

Sourced from fluent_ui's releases.

v3.11.1

What's Changed

New Contributors

Full Changelog: bdlukaa/fluent_ui@v3.11.0...v3.11.1

v3.11.0 - Menu Flyouts

What's Changed

Full Changelog: bdlukaa/fluent_ui@v.3.10.3...v3.11.0

3.10.3

What's Changed

New Contributors

Full Changelog: bdlukaa/fluent_ui@v3.10.1...v.3.10.3

Indicators hotfix

What's Changed

New Contributors

Full Changelog: bdlukaa/fluent_ui@v.3.10.0...v3.10.1

Changelog

Sourced from fluent_ui's changelog.

[3.11.1] - [30/04/2022]

  • Reworked DropDownButton (#297):
    • DropDownButton now uses Flyout and MenuFlyout to display the menu
    • Added scrolling features and style to MenuFlyout
    • MenuFlyout content height is now properly calculated (Fixes #210)
    • DropDownButtonItem is deprecated. MenuFlyoutItem should be used instead
    • Added DropDownButton.buttonBuilder, which is able to style the button as you wish. DropDownButton.buttonStyle is now deprecated
    DropDownButton(
      items: [...],
      // onOpen should be called to open the flyout. If onOpen is null, it means the button
      // should be disabled
      buttonBuilder: (context, onOpen) {
        return Button(
          ...,
          onPressed: onOpen,
        );
      }
    )
  • TextButton now uses textButtonStyle instead of outlinedButtonStyle
  • Add TextFormBox.decoration (#312)

[3.11.0] - Menu Flyouts - [23/04/2022]

  • Implemented MenuFlyout (#266)
    • Implemented FlyoutPosition, which controls where the flyout will be opened according to the child. It can be above, below or side
    • FlyoutOpenMode.longHover, which makes possible to open the flyout when the user performs a long hover
    • Added Flyout.onOpen and Flyout.onClose. Some convenience callbacks that are called when the flyout is opened or closed, respectively
    • Implement PopupContentSizeInfo, which provides the information about the content size
    • Implemented MenuFlyoutItem, MenuFlyoutSeparator and MenuFlyoutSubItem. They are used inside MenuFlyout to render the menu items
    • horizontalPositionDependentBox is now globally available for use as a top function
  • Implemented overflow popup on NavigationView for top mode (#277)
  • InfoBadge now is correctly positioned on top mode (#296)

[3.10.3] - [15/04/2022]

  • Do not use duplicated Scrollbars (#279)
  • Allow custom height on NavigationPane header. (#260)
  • Allow to define the minimal tab width (#282)
  • Allow applying custom leading Widget to NavigationPane (#288)
  • TextFormBox.expands now works properly (#291](bdlukaa/fluent_ui#291))
  • Focus on TextBox is no longer duplicated (#290)

[3.10.2] - [09/04/2022]

  • NavigationView without pane no longer throws error (#276)

[3.10.1] - [06/04/2022]

... (truncated)

Commits
  • 9ba6b81 Remove DragToMoveArea parent of WindowButtons (#313)
  • dc8ce32 Add decoration property to TextFormBox (#312)
  • 62423ab Remove DragToMoveArea parent of WindowButtons
  • 97040fb Update CHANGELOG.md
  • 3ca5165 Add decoration property
  • 211ceca Hotfixes (#308)
  • 58cfa2d Correctly use themes for filled and text buttons
  • aec30a0 Make TextButton use the text button style (#302)
  • 8d342e1 _TabViewScrollBehavior should be used only on tabs, not on bodies
  • 7d67c90 Make TextButton use the text button style
  • 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 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 [fluent_ui](https://github.com/bdlukaa/fluent_ui) from 3.10.0 to 3.11.1.
- [Release notes](https://github.com/bdlukaa/fluent_ui/releases)
- [Changelog](https://github.com/bdlukaa/fluent_ui/blob/master/CHANGELOG.md)
- [Commits](bdlukaa/fluent_ui@v.3.10.0...v3.11.1)

---
updated-dependencies:
- dependency-name: fluent_ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 2, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jun 20, 2022

Superseded by #185.

@dependabot dependabot bot closed this Jun 20, 2022
@dependabot dependabot bot deleted the dependabot/pub/desktop_photo_search/fluent_ui/fluent_ui-3.11.1 branch June 20, 2022 23:31
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant