Skip to content

v2.4.1

Choose a tag to compare

@damienlagae damienlagae released this 31 Jul 10:16

Bug fixes

  • 🐛 Enabel:Ux:ErrorPage default symbol restored to brand colours and correct cropping (#28)

    The symbol shipped since v2.3.0 was traced with potrace, which flattened the three Enabel petals into a single fill="#000000" and kept a 200x200 viewBox in which the glyph only covered 64% × 59% of the box. Rendered through the theme's .bg img { width: 550px; height: 550px } with xMidYMid meet, that showed a grey blob centred in the corner instead of the brand mark bleeding off the top-left edge — and it looked inconsistent next to the default logo, which is a full-colour PNG.

    Each petal now carries its brand value (grey #58575A, yellow #F9B500, red #D81A1A) and the viewBox is cropped onto the glyph bounding box (36 41 129 118). Same 3 paths, no geometry change; the data: URI stays an SVG and is now 1434 bytes instead of 1578.

    Consumers that worked around this by passing an explicit symbol="…" to Enabel:Ux:ErrorPage can drop the override.

Internal

  • ⬆️ Upgrade PHPUnit to 12, test against Symfony 7.4 and 8.1, inline the composer-validate / php-cs-fixer / phpstan CI jobs (#27)

Full Changelog: v2.4.0...v2.4.1