All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed messages would not dismiss
- Fixed problem where message with animation would trigger dismiss event before disapearing
- Added
WithAdditionalContent
feature
NotificationHeaderTextStyle
andNotificationMessageTextStyle
are now aligned left horizontally (instead of stretched)
INotificationAnimation
interface is now marked as public
- Fixed message header foreground not set by
SetForeground
method call.
- Added notification fade-out and fade-in animations.
- Implemented support for setting custom text color with
Foreground
method.
- Support for delayed dismiss
WithDelay
extension method for LINQ builder.
- Initial release.