- Added extension methods for getting and setting an associated object in iOS.
- Added extension methods for NSLayoutConstraint, UIStackView and UIView.
- Extended existing LayoutView and ScrollableLayoutView classes. Added new StylizedLayoutView and StylizedScrollableLayoutView classes with theme support.
- FluentLayout plugin extension methods are marked as obsolete. This plugin will be excluded from FlexiMvvm soon.
- The success handler is called even if an operation is canceled.
- Added IsAlive extension method for Java Object and NSObject to determine if the object wasn't garbage collected.
- Added IsAlive extension method for Java Object and NSObject to determine if the object wasn't garbage collected.
- Added support for AndroidX. Set the target Android API to 10.0 (Android 10 - API 29) to use AndroidX libraries instead of Android Support ones. The target Android API prior to 10.0 will continue to use Android Support libraries.