Skip to content

Releases: Sergio0694/UICompositionAnimations

Bug fixes

24 Jun 12:36
56159bd
Compare
Choose a tag to compare

• Fixed a crash in the PipelineBuilder with some languages

New composition APIs and properties

14 Jun 14:57
e32a205
Compare
Choose a tag to compare

• Added IsEnabled property to all composition brushes, to switch to fallback
• Added AcrylicEffect class to be used in a pipeline

New extension and annotations

13 Jun 13:15
e8d5e13
Compare
Choose a tag to compare

• Added new To<T> extension method
• Added missing attributes
• Added new [ContractAnnotation] attributes where applicable

New animation APIs, bug fixes

29 Mar 21:53
12250e3
Compare
Choose a tag to compare

• New size animation APIs
• Minor bug fixes

Minor changes

29 Mar 16:58
908e391
Compare
Choose a tag to compare

• New API overloads added to use a relative path string to load images
• Minor bug fixes

Fluent pattern API refactoring

29 Mar 14:26
8e63427
Compare
Choose a tag to compare

• Major API refactoring of the whole library
• All the animation APIs now use the fluent pattern
• Remove unnecessary legacy APIs (eg. XAML light APIs)

New PipelineBrush APIs

19 Mar 14:12
fcdf3ee
Compare
Choose a tag to compare

• Added a new PipelineBrush API to create Composition/Win2D pipelines directly from XAML

Retargeted to RS4, new APIs

02 Nov 10:42
4634ff6
Compare
Choose a tag to compare

• Minimum SDK is now Windows 10 build 17134 (April Update)
• Added new composition pipeline APIs
• Win2D bitmaps cache improved
• Removed unnecessary APIs and NuGet packages
• Bug fixes and code refactoring

Translation animations, performance improvements

13 Oct 17:57
Compare
Choose a tag to compare

• Added the ability to target either the Translation property or the Offset property when running a translation Composition animation
• Performance optimizations to the reveal highlight brush effects toolchain
• Minor changes

New acrylic brush blur animation, APIs expanded

25 Aug 16:31
Compare
Choose a tag to compare

• The CustomAcrylicBrush object now also has a parameter to use an animation of a given length when updating the blur value (only if the mode is the in-app blur)
• Added a new composition fade + scale + rotation composite animation
• Minor changes and bug fixes