Skip to content

Releases: 4wdmedia/svg-inliner

Fixed testcases

09 Nov 16:48
Compare
Choose a tag to compare
1.4.1

Removed unused code in TestCase

Added getInstance method

09 Nov 16:12
Compare
Choose a tag to compare
  • Added SvgInliner::getInstance method
  • Updated required PHP version to 7.4

Always set aria-hidden=true and role=img for SVGs

05 May 07:12
Compare
Choose a tag to compare

Allow to set additional attributes using the attributes option.

This release also increases the required PHP version to 7.2

Fixed doc comments for renderSVG.

30 Oct 16:35
Compare
Choose a tag to compare

This fixes phpstan errors in vierwd_base which depends on this package.

Updated duplicate ID Handling, do not add identifier to className

12 Mar 08:58
Compare
Choose a tag to compare
  • Do not add identifier to className (this is done in 4wdmedia/vierwd_base@24c1b39)
  • Check for duplicate IDs also if the same file is included twice
  • Added support for linking to external SVGs with <use>-tags
  • Fixed checking for duplicate IDs

Preserve attributes of included SVG files

22 Feb 13:13
Compare
Choose a tag to compare

Initial version

13 Aug 08:35
Compare
Choose a tag to compare
1.0.0

added test cases