Skip to content

Releases: Gappa/SvgFilter

5.1.1

19 Mar 12:25
Compare
Choose a tag to compare

Can add title attribute to svg.

Full Changelog: 5.1.0...5.1.1

5.1.0

28 Nov 07:06
Compare
Choose a tag to compare
  • Remove comments from SVG.

Full Changelog: 5.0.0...5.1.0

5.0.0

28 Aug 08:33
Compare
Choose a tag to compare
  • Requires PHP 8.1.
  • Stricter PhpStan.
  • Code improvements.

Full Changelog: 4.0.0...5.0.0

4.0.0

23 Jan 08:32
Compare
Choose a tag to compare
  • Allow nette/utils 4.x.
  • Remove Latte 2.x support.
  • Update composer.json.

Full Changelog: 3.1.0...4.0.0

3.1.0

18 Aug 06:39
Compare
Choose a tag to compare

Param to add class to <svg> element.

Full Changelog: 3.0.0...3.1.0

3.0.0

07 Jun 09:13
Compare
Choose a tag to compare

PHP 8.0
Latte 3.0

2.0.2

23 Sep 12:56
f94052d
Compare
Choose a tag to compare

Allow PHP 8.x.

2.0.1

10 May 08:42
Compare
Choose a tag to compare
  • Refactoring.
  • Usage of configuration class.

2.0.0

02 May 12:15
Compare
Choose a tag to compare
  • Nette 3.0 support.
  • Dimensions are now a float.
  • PHPStan fixes.
{='image.svg'|svg: 200, 200, 'rebeccapurple'}

1.2

01 Mar 08:05
Compare
Choose a tag to compare
1.2

Dimensions & Fill color can now be set from each filter call - width, height, fill.

{='image.svg'|svg: '200px', '200px', 'rebeccapurple'}