Releases: contao/imagine-svg
Releases · contao/imagine-svg
1.0.4
- Correctly handle XML namespaces. #39
- Do not throw exceptions for invalid resize filters. #42
1.0.3
- Fix bug with empty SVG files. #33
1.0.2
- Fix deprecation warning in PHP 8.0. #28
1.0.1
- Fix small pixel values for aspect ratio size. #24
- Fix
crop()
, resize()
and thumbnail()
for aspect ratio images. #25
1.0.0-RC1
- 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
- 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
- Compatibility with Imagine 1.0.
- Fix bug with LC_NUMERIC locale.
- Add contents for the CHANGELOG.md file.
0.2.1
- Implement effects, #9 #10
- Add compatibility with Symfony 4.0
0.2.0
- Dropped support for PHP 5.5