Skip to content

Release v1.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Jul 12:01
· 21 commits to main since this release

Release v1.3.0 - templates.layout / css_framework (REQ-UI-001)

Changelog

Added

  • REQ-UI-001 layout wiringtemplates.layout is exposed as Twig global nowo_task_board_layout via TaskBoardTwigExtension. Manage pages {% extends nowo_task_board_layout %} and stack CSS/JS with {{ parent() }}. Demo layout.html.twig keeps Tabler CDN; hosts set templates.layout to the project layout or a bridge (layout_integrate_host.html.twig). Documented in CONFIGURATION.md / USAGE.md / UPGRADING.md.
  • REQ-UI-001 templates.css_framework — enum (tabler default, matching demo CDN; also bootstrap5 / bootstrap / bootstrap4 / tailwind / foundation / custom / none). Container parameter nowo_task_board.templates.css_framework and Twig global nowo_task_board_css_framework. Invalid values rejected.

Full Changelog: v1.2.4...v1.3.0