Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 20, 2022

Bumps fluent_ui from 3.10.0 to 3.12.0.

Release notes

Sourced from fluent_ui's releases.

Flutter 3.0.0

What's Changed

New Contributors

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

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

... (truncated)

Changelog

Sourced from fluent_ui's changelog.

[3.12.0] - Flutter 3.0 - [13/05/2022]

  • Add support for Flutter 3.0 (Fixes #186, #327)

[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]

... (truncated)

Commits
  • 29f678a Bump Version + flutter_lints (#333)
  • a9a61fd Update CHANGELOG.md
  • f68da12 Bump version and update changelog
  • 3f81ea8 Upgrade flutter lints and fix sort_child_properties_last
  • e9d92a8 Build on Flutter 3.0.0
  • a60a2df Fix unused_element warnings
  • c21b2c5 Fix build warnings including a deprecation warning
  • 7e7ae58 Fix compilation with Flutter 3.0.0
  • dc4ea67 Bump version
  • f68f276 Update CHANGELOG.md
  • 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.12.0.
- [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.12.0)

---
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 Jun 20, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 26, 2022

Superseded by #340.

@dependabot dependabot bot closed this Sep 26, 2022
@dependabot dependabot bot deleted the dependabot/pub/simplistic_calculator/fluent_ui-3.12.0 branch September 26, 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