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.ICustomAttributeProvider
and 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.SkipXmlCompatibilityProcessing
is now supported- Using
XamlDeferLoad
now produces the correctXamlNodeList
content - The IAmbientProvider now remembers its object state correctly even after the content has been loaded.
- You can now supply a parent
IAmbientProvider
when 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