Skip to content

Tags: aprillz/MewUI

Tags

v0.17.1

Toggle v0.17.1's commit message
Refactor Image to cache and reuse vector raster surfaces

- Add per-control bitmap cache for vector sources
- Move vector rendering and cache logic to partial class
- Replace raster cache dictionary with single image/factory
- Update cache invalidation and disposal for both paths
- Mark vector cache stale on content/tint/source changes
- Remove old direct vector rendering method

v0.16.0

Toggle v0.16.0's commit message
Release bitmap caches when culled or hidden

- Add subtree bitmap cache release/restore logic to UIElement
- Track cache release state with a private field
- Update rendering and visibility handling for cache lifecycle
- Document cache release behavior in CacheMode remarks

v0.15.2

Toggle v0.15.2's commit message
Reorder Transform section before Shapes in GalleryView

- Improves logical grouping of sections in the UI navigation

v0.15.1

Toggle v0.15.1's commit message
Update Aprillz.MewUI to 0.15.1 and fix class closure

- Ensures correct package version and closes ExpressionEvaluator class

v0.15.0

Toggle v0.15.0's commit message
Make window extension methods generic for Window subclasses

- Enables fluent usage with custom window types
- Improves API flexibility without changing functionality

v0.14.0

Toggle v0.14.0's commit message
Bump version to 0.14.0 in MewUI.Common.props

- Prepares for new release with updated version number

v0.13.3

Toggle v0.13.3's commit message
Bump MewUI version to 0.13.3

- Prepares for new release with updated version identifier

v0.13.2

Toggle v0.13.2's commit message
Bump MewUI version to 0.13.2

- Prepares for new release with updated versioning

v0.13.1

Toggle v0.13.1's commit message
Bump MewUI version to 0.13.1

- Prepares for new release with updated version identifier

v0.13.0

Toggle v0.13.0's commit message
Update MewUI and MewVG versions in props file

- Enables use of latest features and improvements in dependencies