Skip to content

Bump ppy.osu.Framework from 2021.630.0 to 2021.728.0 - #28

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/ppy.osu.Framework-2021.728.0
Closed

Bump ppy.osu.Framework from 2021.630.0 to 2021.728.0#28
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/ppy.osu.Framework-2021.728.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 1, 2021

Copy link
Copy Markdown

Bumps ppy.osu.Framework from 2021.630.0 to 2021.728.0.

Release notes

Sourced from ppy.osu.Framework's releases.

2021.728.0

Thanks for following along! This is a tagged release (2021.728.0).

2021.723.0

Thanks for following along! This is a tagged release (2021.723.0).

2021.721.0

Thanks for following along! This is a tagged release (2021.721.0).

Breaking Changes

PlatformAction type is changed to an enum type

If PlatformAction.ActionType was matched, change to a matching of PlatformAction itself like:

bool OnPressed(PlatformAction action) {
-    switch (action.ActionType)
+    switch (action)
    {
-        case PlatformActionType.Cut:
+        case PlatformAction.Cut:

2021.714.0

Thanks for following along! This is a tagged release (2021.714.0).

2021.713.0

Thanks for following along! This is a tagged release (2021.713.0).

2021.712.0

Thanks for following along! This is a tagged release (2021.712.0).

2021.707.0

Thanks for following along! This is a tagged release (2021.707.0).

2021.706.0

Thanks for following along! This is a tagged release (2021.706.0).

2021.702.0

Thanks for following along! This is a tagged release (2021.702.0).

Commits
  • 36b7bf6 Merge pull request #4632 from bdach/popover-handle-hover
  • 2071ea8 Merge branch 'master' into popover-handle-hover
  • a2731ce Merge pull request #4631 from bdach/hide-popover-on-target-disposal
  • b93424f Visually update the input catch container to make it more obvious what is bei...
  • 8c9cf69 Add extra steps to ensure that input is propagating behind the popover when i...
  • 0fce43c Merge branch 'master' into hide-popover-on-target-disposal
  • b131cbf Merge branch 'hide-popover-on-target-disposal' into popover-handle-hover
  • 3e6f5cf Add coverage of hide popover on target hide behaviour
  • ccb997b Mirror context menu implementation of hide-on-target-disposal
  • e677439 Merge pull request #4637 from Game4all/table-container-header-localisation
  • 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 [ppy.osu.Framework](https://github.com/ppy/osu-framework) from 2021.630.0 to 2021.728.0.
- [Release notes](https://github.com/ppy/osu-framework/releases)
- [Commits](ppy/osu-framework@2021.630.0...2021.728.0)

---
updated-dependencies:
- dependency-name: ppy.osu.Framework
  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 Aug 1, 2021
@dependabot @github

dependabot Bot commented on behalf of github Aug 12, 2021

Copy link
Copy Markdown
Author

Superseded by #31.

@dependabot dependabot Bot closed this Aug 12, 2021
@dependabot
dependabot Bot deleted the dependabot/nuget/ppy.osu.Framework-2021.728.0 branch August 12, 2021 19:51
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.

0 participants