Skip to content

Release v0.3.36

Choose a tag to compare

@github-actions github-actions released this 01 Apr 16:02

Release 0.3.36

Changelog

Fixed

  • Dashboard sortable tree: removed unnecessary margin on nested rows in _sortable_tree_macro.html.twig so the reorder list aligns more tightly.

Changed

  • Code style / static analysis: use imported InvalidArgumentException in dashboard controller and MenuItemRepository; static closures where safe (sortable tree builder, parent EntityType query builder); explicit use function imports in ParentRelationCycleDetector; remove unused is_array import in MenuItemBasicType; align form option arrays in menu/item types; GoogleSyncTranslationsCommand uses explicit ENT_* / JSON_THROW_ON_ERROR imports; MenuImporter phpdoc key order (array<int|string, mixed>).
  • Demos: regenerated demo/symfony7 and demo/symfony8 config/reference.php stubs include declare(strict_types=1); at the top.

Full Changelog: v0.3.35...v0.3.36