github ppy/osu-framework 2021.1106.0

latest releases: 2024.528.1, 2024.528.0, 2024.523.0...
2 years ago

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

Breaking Changes

BufferedContainer.CacheDrawnFrameBuffer has been moved to a constructor argument

// old code:
var bufferedContainer = new BufferedContainer() { CacheDrawnFrameBuffer = true };

// new code:
var bufferedContainer = new BufferedContainer(cachedFrameBuffer: true);

IEffect.CacheDrawnEffect has been removed

We had no usages of this. If you were using it, nest the effected content in a BufferedContainer with cachedFrameBuffer set to true.

What's Changed

  • Use official nvika package again by @smoogipoo in #4862
  • Fix micelaneous inspections by @Susko3 in #4864
  • Move CacheDrawnFrameBuffer property to constructor, replacing clipToRootNode by @peppy in #4863

Full Changelog: 2021.1104.0...2021.1106.0

Don't miss a new osu-framework release

NewReleases is sending notifications on new releases.