Release v1.0.5
css_framework: custom without Bootstrap for Tailwind hosts.
See docs/CHANGELOG.md [1.0.5].
Changelog
Added
nowo-ui.css: real modal overlay forcss_framework: customstacks — fixed backdrop, centered dialog,body.nowo-modal-open { overflow: hidden }, and minimal.btn-closestyling. Scoped to.nowo-ui-modal-openso Bootstrap stacks are unaffected.dashboard.tsinitNowoModals(): target id now resolved fromdata-nowo-modal-open(if non-empty) ordata-nowo-modal-target(leading#stripped), matching macro output. After opening, dispatches a syntheticshow.bs.modalEvent withrelatedTargetset to the opener button (viaObject.defineProperty) so existing form-loading listeners work without Bootstrap being present.docs/INSTALLATION.md: new section "Using css_framework: custom (Bootstrap-free hosts)" coveringassets:install, CSS token remapping, and modal JS behaviour.
What's Changed
- feat: custom css_framework without Bootstrap (modals + nowo-ui) by @HecFranco in #39
New Contributors
- @HecFranco made their first contribution in #39
Full Changelog: v1.0.4...v1.0.5