Releases: ElinamLLC/SharpVectors
Releases · ElinamLLC/SharpVectors
SharpVectors - Version 1.8.4
SharpVectors - Version 1.8.3
- Root viewbox support improvements.
- .NET 8 support.
- Bug fixes and code improvements.
SharpVectors - Version 1.8.2
- XXE vulnerability fixes, and added URI resolver controls.
- Source codes and manual documentation improvements.
- Bug fixes and code improvements.
SharpVectors - Version 1.8.1
- 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
- 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
- Reworked and completed WOFF1 and WOFF2 fonts support.
- Several bug fixes and code improvements
SharpVectors - SVG# Reloaded: Version 1.7.6
- 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
- Several bug fixes and code improvements
SharpVectors - SVG# Reloaded: Version 1.7.1
- Fixed DPI bug causing the controls to throw exceptions.
SharpVectors - SVG# Reloaded: Version 1.7.0
- 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