Skip to content

Releases: cwensley/Portable.Xaml

0.26.0

29 Oct 11:05
Compare
Choose a tag to compare
  • Fixes issues scanning attributes on assemblies that are missing dependencies
  • Adds optional support for IgnoreDataMemberAttribute via XamlObjectReaderSettings.UseIgnoreDataMemberAttribute

0.22.0

23 May 17:34
Compare
Choose a tag to compare
  • 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 correct XamlNodeList 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

21 Jan 08:12
Compare
Choose a tag to compare
  • 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

Download on Nuget.org