Release v1.4.9
Release v1.4.9
css_framework: custom without Bootstrap for Tailwind hosts.
See docs/CHANGELOG.md [1.4.9].
Changelog
Fixed
- Admin
base.html.twiginjectsnowo-ui.cssvia hoststylesheets/parent()whenweb_ui.css_frameworkis non-Bootstrap (hostlayout_templatepath).
Added
src/Resources/public/css/nowo-ui.css— standalone admin stylesheet activated whenweb_ui.css_frameworkiscustom,tailwind, ornone. 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.twignow linksnowo-ui.css(via the existingnowo_cookie_consentasset package) for anycss_frameworkvalue that is notbootstrap,bootstrap4,bootstrap5, ortabler.
Documentation
- CONFIGURATION.md — new
ui_themevsweb_ui.css_frameworkcallout clarifying that these two options are independent (ui_themecontrols the public modal markup;web_ui.css_frameworkcontrols the admin CSS stack). New Using a custom CSS framework section documents thecustom/tailwind/nonepath, asset injection, and--nowo-ui-*token overrides.