Skip to content

Releases: dompdf/php-svg-lib

1.0.2

02 Jan 16:02

Choose a tag to compare

What's Changed

  • Fix style value handling in #140

Full Changelog: 1.0.1...1.0.2

1.0.1

01 Jan 22:08

Choose a tag to compare

What's Changed

  • Improves PHP 8.5 compatibility in #139
  • Adds support for php-css-parser 9 in #132

Full Changelog: 1.0.0...1.0.1

1.0.0

29 Apr 13:29

Choose a tag to compare

What's Changed

  • Change Composer project name to dompdf/php-svg-lib in #117

Full Changelog: 0.5.4...1.0.0

Nattering Narwhal

15 Apr 13:08

Choose a tag to compare

What's Changed

  • Handle nested definition elements in #120

Full Changelog: 0.5.3...0.5.4
Addressed Issues: https://github.com/dompdf/php-svg-lib/milestone/9?closed=1

Masticating Manatee

13 Mar 22:48

Choose a tag to compare

What's Changed

  • Update color parsing logic in #105
  • Improve use handling in #111
  • Render a line for a path segment with a radius of zero in #112

Full Changelog: 0.5.2...0.5.3
Addressed Issues: 0.5.3 milestone

Lounging Llama

07 Feb 23:47

Choose a tag to compare

Security release to address the following reported vulnerability:

Full Changelog: 0.5.1...0.5.2

Kickin' Koala

11 Dec 23:07

Choose a tag to compare

Jesting Jackal

13 Sep 15:18

Choose a tag to compare

  • Adds full support for non-user space length values (percent, unit values)
  • Improves processing of use elements
  • Improves path rendering and syntax support
  • Adds support for colors with alpha
  • Adds support for non-namespaced "href" attribute
  • Improves font parsing

See the 0.5.0 milestone for issues and PRs

Gracious thanks to the contributors who helped make this release possible.

Ignaminous Iguanga

07 Mar 12:55

Choose a tag to compare

  • Re-target base PHP support to 7.1
  • Skips rendering of indeterminate (return-to-origin) arc segments

Howling Hyena

17 Dec 14:20

Choose a tag to compare

  • Improves compatibility with PHP 8.1
    • Update Cpdf to latest version
    • Updates php-css-parser dependency to 8.4