Skip to content

Bump ppy.osu.Framework from 2021.728.0 to 2021.1029.0 - #54

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps ppy.osu.Framework from 2021.728.0 to 2021.1029.0.

Release notes

Sourced from ppy.osu.Framework's releases.

2021.1029.0

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

Breaking Changes

TextFlowContainer no longer returns raw SpriteTexts, returning ITextParts instead

In preparation for adding localisation support to TextFlowContainers, the various AddText()/AddLine() overloads will no longer return raw SpriteTexts. Instead, an ITextPart structure will be returned.

Via ITextPart, the consumer can both access all Drawables associated with a given piece of text, as well as react to any future changes in representation of the text by subscribing to DrawablePartsRecreated. In the future, with more localisation changes, this event will be invoked once a LocalisableString's displayable content changes, which will trigger a recreation of all parts' drawables, upon which any manual adjustments applied to Drawables can be re-applied again.

For consumers wanting to implement their own ITextParts to extend the functionality of TextFlowContainer, an abstract TextPart is also provided which implements the typical flow of handling Drawables and DrawablePartsRecreated. The only thing that a consumer has to do when inheriting that class is to implement CreateDrawablesFor(TextFlowContainer).

What's Changed

Full Changelog: ppy/osu-framework@2021.1026.0...2021.1029.0

2021.1026.0

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

What's Changed

Full Changelog: ppy/osu-framework@2021.1014.0...2021.1026.0

2021.1014.0

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

... (truncated)

Commits
  • 0abd1d8 Merge pull request #4703 from bdach/text-flow-parts
  • 0982861 Merge branch 'master' into text-flow-parts
  • 0ec0502 Merge pull request #4839 from Opelkuh/vid-hw-decode
  • cc3f3f8 Move hardware encoding test to own test method to avoid isolated test step
  • 749686d Reduce allocations while maintaining read-only-ness
  • 6ecb057 Fix inspection
  • 8df56c5 Merge branch 'master' into text-flow-parts
  • 1cd2ff3 Enable HW decoding by default on all platforms
  • ebb5fb8 Merge branch 'master' into vid-hw-decode
  • fee11a7 Merge pull request #4848 from smoogipoo/upgrade-nvika
  • 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.728.0 to 2021.1029.0.
- [Release notes](https://github.com/ppy/osu-framework/releases)
- [Commits](ppy/osu-framework@2021.728.0...2021.1029.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 Nov 1, 2021
@dependabot @github

dependabot Bot commented on behalf of github Dec 1, 2021

Copy link
Copy Markdown
Author

Superseded by #67.

@dependabot dependabot Bot closed this Dec 1, 2021
@dependabot
dependabot Bot deleted the dependabot/nuget/ppy.osu.Framework-2021.1029.0 branch December 1, 2021 17:03
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