Skip to content

Release v1.4.9

Choose a tag to compare

@github-actions github-actions released this 01 Aug 12:11
· 79 commits to master since this release
c1681ea

Release v1.4.9

css_framework: custom without Bootstrap for Tailwind hosts.
See docs/CHANGELOG.md [1.4.9].

Changelog

Fixed

  • Admin base.html.twig injects nowo-ui.css via host stylesheets / parent() when web_ui.css_framework is non-Bootstrap (host layout_template path).

Added

  • src/Resources/public/css/nowo-ui.css — standalone admin stylesheet activated when web_ui.css_framework is custom, tailwind, or none. Provides --nowo-ui-* CSS custom properties and semantic fallback styles for all Bootstrap class names used in admin templates (.btn, .table, .card, .alert, .form-control, .badge, .container, pagination, flex utilities) so the admin UI is usable without the Bootstrap CDN.
  • Admin layout.html.twig now links nowo-ui.css (via the existing nowo_cookie_consent asset package) for any css_framework value that is not bootstrap, bootstrap4, bootstrap5, or tabler.

Documentation

  • CONFIGURATION.md — new ui_theme vs web_ui.css_framework callout clarifying that these two options are independent (ui_theme controls the public modal markup; web_ui.css_framework controls the admin CSS stack). New Using a custom CSS framework section documents the custom/tailwind/none path, asset injection, and --nowo-ui-* token overrides.