- Fix Phlex deprecation warning
- Added ability to specify data attributes for the content div within the modal. Useful to specify a Stimulus controller, for example.
- Support for Ruby 3.3
- Allow whitelisting out-of-modal CSS selectors to not dismiss modal when clicked
- Make Tailwind transition smoother on pages with multiple z-index
- Added ability to specify custom
data-action
for the close button. - Code cleanup, deduplication
- Bug fixes
- Added ability to pass in a
title
block.
- Fix footer divider not showing
- Dark mode support
- Added header divider (configurable)
- Added footer section with divider (configurable)
- Tailwind flavor now uses data attributes to style elements
- Updated look and feel
- Simplified code a bit
- Added configuration block
- Bug fix
- Added Vanilla CSS!
- Initial release as a Ruby Gem