Releases: cwensley/Portable.Xaml
Releases · cwensley/Portable.Xaml
0.26.0
0.22.0
- Added .NET Standard 2.0 build to make use of
System.Reflection.ICustomAttributeProvider. Portable.Xaml.ComponentModel.ICustomAttributeProviderand associated api's are now removed from .net standard 1.0 and 1.3. Use .NET Standard 2.0 to get access to these.XamlXmlReaderSettings.SkipXmlCompatibilityProcessingis now supported- Using
XamlDeferLoadnow produces the correctXamlNodeListcontent - The IAmbientProvider now remembers its object state correctly even after the content has been loaded.
- You can now supply a parent
IAmbientProviderwhen reading Xaml (Enhanced capability not in System.Xaml)
0.18.0
- Restored strong name in nuget.org package
- Removed built-in TypeConverter in PCL version:
- Hidden all apis that used TypeConverter for PCL
- Should be ABI compatible with netstandard version
- Now uses system TypeConverter instead via reflection