2.0.0
Added
- New filter,
safe_svg_use_width_height_attributes
, that can be used to change the order of attributes we use to determine the SVG dimensions (props @dkotter, @peterwilsoncc via #43).
Changed
- Documentation updates (props @j-hoffmann, @jeffpaul, @Zodiac1978 via #39, #42).
Fixed
- Use the
viewBox
attributes first for image dimensions. Ensure we don't use image dimensions that end with percent signs (props @dkotter, @peterwilsoncc via #43). - Make sure we use the full size SVG dimensions rather than the requested size, to avoid wrong sizes being used and duplicate height and width attributes (props @dkotter, @cadic via #44).
- Ensure the
tmp_name
andname
properties exist before we use them (props @dkotter, @aksld via #46).
New Contributors
- @Zodiac1978 made their first contribution in #42
Full Changelog: 1.9.10...2.0.0
View closed items in the milestone.