Skip to content

Releases: contao/imagine-svg

1.0.4

02 Oct 10:48
Compare
Choose a tag to compare
  • Correctly handle XML namespaces. #39
  • Do not throw exceptions for invalid resize filters. #42

1.0.3

10 Aug 09:34
Compare
Choose a tag to compare
  • Fix bug with empty SVG files. #33

1.0.2

31 Oct 13:01
Compare
Choose a tag to compare
  • Fix deprecation warning in PHP 8.0. #28

1.0.1

20 Jul 07:39
Compare
Choose a tag to compare
  • Fix small pixel values for aspect ratio size. #24
  • Fix crop(), resize() and thumbnail() for aspect ratio images. #25

1.0.0

13 Jun 09:41
Compare
Choose a tag to compare

1.0.0-RC1

27 May 14:50
Compare
Choose a tag to compare
1.0.0-RC1 Pre-release
Pre-release
  • Increase required PHP version to 7.2.
  • Increase required imagine/imagine version to 1.0.
  • Remove UndefinedBox and RelativeBox.
  • Support PHP version 8.0. #19
  • Improve aspect ratio computation. #21

0.2.3

21 May 10:57
Compare
Choose a tag to compare
  • Don’t throw exceptions for LIBXML warnings. #13
  • Fix bug with viewBox computation.
  • Use NotSupportedException if available. #15
  • Deprecate UndefinedBox and RelativeBox, replace them with SvgBox. #14

0.2.2

27 Jan 12:42
Compare
Choose a tag to compare
  • Compatibility with Imagine 1.0.
  • Fix bug with LC_NUMERIC locale.
  • Add contents for the CHANGELOG.md file.

0.2.1

02 Mar 10:51
Compare
Choose a tag to compare
  • Implement effects, #9 #10
  • Add compatibility with Symfony 4.0

0.2.0

27 Dec 14:26
Compare
Choose a tag to compare
  • Dropped support for PHP 5.5