3.0.0-beta2
版本发布时间: 2015-12-01 03:51:14
Caliburn-Micro/Caliburn.Micro最新发布版本:4.0.222+a53dd1fa1b(2022-09-06 19:59:44)
All the release notes from 3.0.0-alpha and 3.0.0-beta1 apply to this release as well.
Windows 10
- Added runtime directives to help with .NET Native compilation.
- Added a missing convention for
SplitView
Windows 8.1
- Fix for transparent tiles in App Manifest Helper. Thanks @0x8DEADF00D
Other Changes
- Uses the new open source UWP Behaviors nuget package.
- Async methods are now taken into account for conventions.
CanLogin
will be used as a guard forLoginAsync
and will be attached to a control withxName="Login"
. Thanks @BrunoJuchli - Better handling of scenarios where a root frame is not being used with the navigation service.
Breaking Changes
All the breaking changes from 3.0.0-alpha and 3.0.0-beta1 apply to this release as well.
-
DefaultPlatformProvider
has been removed withPlatformProvider.Current
now throwing an exception if not correctly initialized.