Skip to content

Releases: meyfa/php-svg

v0.16.0

12 Jul 11:42
efb03d8
Compare
Choose a tag to compare

What's Changed

  • feat: Support rendering 'Oblique' fonts by @Tontyna in #236

New Contributors

Full Changelog: v0.15.1...v0.16.0

v0.15.1

28 Jun 12:59
dc2ef9c
Compare
Choose a tag to compare

What's Changed

Additional changes:

  • ci: Migrate to PHP-CS-Fixer by @smnandre in #230
  • chore: Enable more PHP-CS-Fixer rules by @meyfa in #232
  • chore: Use a dedicated SVG\Tests namespace by @smnandre in #225
  • chore: Remove PHP 8 syntax from rector.php by @meyfa in #231

New Contributors

Full Changelog: v0.15.0...v0.15.1

v0.15.0

17 Mar 18:26
51251be
Compare
Choose a tag to compare

BREAKING: This release drops support for PHP 7.3. This allows us to use lots of new syntax offered since PHP 7.4. In particular, much better type definitions were added.

Thanks to everyone who contributed to make this possible!

What's Changed

  • chore!: Drop PHP 7.3 support by @meyfa in #217
  • fix: Update syntax to PHP 7.4 using Rector by @tacman in #221
  • fix: Leverage PHP 7.4 syntax by @smnandre in #226
  • refactor: Use ::class instead of FQN-strings by @Niellles in #212
  • docs: Remove $ from command snippet so copying works by @tacman in #214
  • chore: Export-ignore CS/QA files by @smnandre in #224
  • chore: Update actions/checkout & actions/cache by @smnandre in #223

New Contributors

Full Changelog: v0.14.7...v0.15.0

v0.14.7

09 Dec 23:21
f50d39e
Compare
Choose a tag to compare

What's Changed

  • fix: Run CI on PHP 8.3 and fix deprecation notices by @Niellles in #211

Full Changelog: v0.14.6...v0.14.7

v0.14.6

17 Nov 11:53
bf0a110
Compare
Choose a tag to compare

What's Changed

  • fix: Apply defaults for cx, cy, rx, ry in EllipseRenderer by @kuzmaka in #210

New Contributors

Full Changelog: v0.14.5...v0.14.6

v0.14.5

24 Jun 11:52
d586efb
Compare
Choose a tag to compare

What's Changed

  • chore: Remove tests from final zip file by @shyim in #207

New Contributors

Full Changelog: v0.14.4...v0.14.5

v0.14.4

12 Apr 11:24
3f5dccc
Compare
Choose a tag to compare

What's Changed

  • fix: Default x and y to 0 in ImageRenderer by @meyfa in #206

Full Changelog: v0.14.3...v0.14.4

v0.14.3

16 Mar 13:07
f6d501c
Compare
Choose a tag to compare

What's Changed

  • fix: Default x and y to 0 in RectRenderer by @cedo in #204
  • test: Add a test case for RectRenderer defaulting x=0 and y=0 by @meyfa in #205

New Contributors

  • @cedo made their first contribution in #204

Full Changelog: v0.14.2...v0.14.3

v0.14.2

24 Jan 13:36
a316e3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.1...v0.14.2

v0.14.1

22 Jan 14:26
35d6c36
Compare
Choose a tag to compare

What's Changed

  • fix: Set a default font-size by @meyfa in #198
  • fix: Resolve font path before computing text anchor by @meyfa in #199
  • fix: Allow renderer short-circuit if unable to render anything by @meyfa in #200

Full Changelog: v0.14.0...v0.14.1