Skip to content

Release v1.0.5

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Aug 12:11
4f658f1

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 for css_framework: custom stacks — fixed backdrop, centered dialog, body.nowo-modal-open { overflow: hidden }, and minimal .btn-close styling. Scoped to .nowo-ui-modal-open so Bootstrap stacks are unaffected.
  • dashboard.ts initNowoModals(): target id now resolved from data-nowo-modal-open (if non-empty) or data-nowo-modal-target (leading # stripped), matching macro output. After opening, dispatches a synthetic show.bs.modal Event with relatedTarget set to the opener button (via Object.defineProperty) so existing form-loading listeners work without Bootstrap being present.
  • docs/INSTALLATION.md: new section "Using css_framework: custom (Bootstrap-free hosts)" covering assets: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

Full Changelog: v1.0.4...v1.0.5