Releases: eustasy/jQuery.leanModal2
Releases · eustasy/jQuery.leanModal2
Julian - with Patch 3
- Move all CSS to a block
Julian - with Patch 2
- Center modals with
display: flex - Recreate overlay on each modal launch
- Change how overlay handles
opacitysetting to not affect children - Remove
topoption - Add Code of Conduct
Julian - with Patch 1
- Only buttons should trigger modals, not entire sections
Julian
- Add Normal Checks 1.7
- Update site to match new "labs" style
- Update code style to compliance
2.5: Responsive Centering
- Improved Responsiveness Centering
- Add viewport tag
2.4: More Options
- Improved Examples
- Improved Responsiveness
- Removed duplicate esc handling.
- Added
fadeTimeandmodalCenteroptions.
2.3.2: Priorities
- Additional comments.
- Improved option handling.
- Prioritised
data-modal-idoverhrefto allow for fallbacks. - Changed
closeButtondefault fromfalseto'.js-leanmodal-close'. - Changed overlay class from
js-target-jquery-leanmodal-overlaytojs-leanmodal-overlay.
2.3: Options
- Add a flag for close on overlay click.
- Add a flag for close on esc.
2.2: Escape Hatch
- Allow
Escto close the modal (issue)
2.1
Bugfixes
- Fixes modal overlay widths being set to include margins. Now only includes content and padding.