Skip to content

Releases: ElinamLLC/SharpVectors

SharpVectors - Version 1.8.4

14 Feb 14:34
Compare
Choose a tag to compare
  • Reactivated the EnsureViewboxSize property support.

SharpVectors - Version 1.8.3

15 Jan 13:53
Compare
Choose a tag to compare
  • Root viewbox support improvements.
  • .NET 8 support.
  • Bug fixes and code improvements.

SharpVectors - Version 1.8.2

09 Oct 05:42
Compare
Choose a tag to compare
  • XXE vulnerability fixes, and added URI resolver controls.
  • Source codes and manual documentation improvements.
  • Bug fixes and code improvements.

SharpVectors - Version 1.8.1

24 Oct 09:14
Compare
Choose a tag to compare
  • WPF: Added controls (SvgBitmap, SvgIcon) to improve binding and supports monochrome SVG.
  • WPF: Design-mode support improvements and fixes.
  • Options to ignore or accept external resources, contributed by @mb-jp.
  • Options to ignore or render bitmaps, contributed by @mb-jp.
  • Source codes and manual documentation improvements.
  • Bug fixes and code improvements.

SharpVectors - Version 1.8.0

11 Jul 15:31
Compare
Choose a tag to compare
  • WPF: ResourceSvgConverter - An SVG converter to handle conversion of SVG files to ResourceDictionary XAML.
  • WPF: Improvements in the XmlXamlWriter.
  • WPF: A new SharpVectors.Wpf Nuget package for WPF applications.
  • Improvements in the documentation site using Github Pages.
  • Several bug fixes and code improvements.

SharpVectors - SVG# Reloaded: Version 1.7.7

12 Dec 18:01
Compare
Choose a tag to compare
  • Reworked and completed WOFF1 and WOFF2 fonts support.
  • Several bug fixes and code improvements

SharpVectors - SVG# Reloaded: Version 1.7.6

02 Aug 20:19
Compare
Choose a tag to compare
  • WPF: Font Family support improvements
  • WPF: Fallback use of AppDomain.Current.BaseDirectory instead of Assembly.Location (by @MihailsKuzminsDG)
  • Several bug fixes and code improvements

SharpVectors - SVG# Reloaded: Version 1.7.5

05 Jun 07:04
96d009c
Compare
Choose a tag to compare
  • Several bug fixes and code improvements

SharpVectors - SVG# Reloaded: Version 1.7.1

31 Dec 04:41
d195ccf
Compare
Choose a tag to compare
  • Fixed DPI bug causing the controls to throw exceptions.

SharpVectors - SVG# Reloaded: Version 1.7.0

16 Nov 19:35
Compare
Choose a tag to compare
  • Updated requiredFeatures support, fixed nested URI and circular references
  • Add support for CSS font shorthand properties
  • Support for embedded SVG contents in controls
  • Fixed issues related to hit-test
  • Added error and alert handling events
  • Improved DPI support
  • Fixed error when font-family name is a color name (@LucaPassarella)
  • Considered SvgTransformList and not single transform (@LucaPassarella)
  • Adding support for .NET 5.0
  • Added IoC container, from on Microsoft MinIoC
  • Several bug fixes and code improvements