Skip to content

Release v1.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 23:12
· 24 commits to main since this release

v1.3.0: FormKit RoutePathDefinitionType + UiKit pagination

Changelog

Added

  • FormKitBundle: depend on nowo-tech/form-kit-bundle ^2.2. Panel path row form uses RoutePathDefinitionType with FormOptionsTrait + profile routing_kit (#[FormKitConfig]). Extension prepends that profile with auto_help / auto_placeholder false (and default css_framework: bootstrap) when the host has not defined them.
  • NowoRoutingKitBundle::TRANSLATION_DOMAIN constant for shared translation domain wiring.
  • Unit coverage for RoutingKitExtension::prependFormKitDefaults (routing_kit profile seed + host override guards).

Changed

  • Panel form: RoutingPanelController::form() builds/handles a Symfony form (CSRF via form component); panel/form.html.twig renders form_start / form_row / form_end with FormKit UiKit attrs.
  • Panel index: list pagination uses @NowoUiKitBundle/partials/_pagination.html.twig instead of hand-rolled Previous/Next links.

Full Changelog: v1.2.0...v1.3.0