Release v2.0.12
Release v2.0.12
css_framework: custom without Bootstrap for Tailwind hosts.
See docs/CHANGELOG.md [2.0.12].
Changelog
Added
css_framework: custom/nonesupport without Bootstrap (REQ-UI-001).dashboard.jsnow readswindow.__breadcrumbKitDashboard.cssFrameworkat init time. For non-bootstrap stacks it registers lightweight[data-nowo-modal-open]/[data-nowo-modal-close]handlers and dispatches a syntheticshow.bs.modalevent (withrelatedTarget) so all existing modal listeners (form-load, confirm-delete, import) keep working without Bootstrap JS.nowo-ui.cssgains a self-contained modal overlay:.nowo-ui-modal(hidden by default),.nowo-ui-modal.nowo-ui-modal-open(visible),body.nowo-modal-open(scroll-lock), plus Bootstrap-shaped.modal-dialog/.modal-content/.modal-header/.modal-body/.btn-closestyles scoped under.nowo-ui-modalso custom-framework hosts get correct modal chrome without any extra CSS.- Loading and error states inside modals use
nowo-ui-muted/nowo-ui-flash nowo-ui-flash--errorclasses (retainingalert alert-dangeras a dual class for bootstrap stacks).
Documentation
- CONFIGURATION.md — new "Using
css_framework: customwithout Bootstrap" section with minimal host config, theming guide, and macro attribute notes.
What's Changed
- feat: custom css_framework without Bootstrap (modals + nowo-ui) by @HecFranco in #11
New Contributors
- @HecFranco made their first contribution in #11
Full Changelog: v2.0.11...v2.0.12