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
opacity
setting to not affect children - Remove
top
option - 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
fadeTime
andmodalCenter
options.
2.3.2: Priorities
- Additional comments.
- Improved option handling.
- Prioritised
data-modal-id
overhref
to allow for fallbacks. - Changed
closeButton
default fromfalse
to'.js-leanmodal-close'
. - Changed overlay class from
js-target-jquery-leanmodal-overlay
tojs-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
Esc
to close the modal (issue)
2.1
Bugfixes
- Fixes modal overlay widths being set to include margins. Now only includes content and padding.