Releases: vodkabears/Remodal
Releases · vodkabears/Remodal
0.2.0
0.1.7
- Catch syntax error if the hash is bad.
- Add 'closeOnConfirm', 'closeOnCancel' options.
0.1.6
0.1.5
- Support for trailing slashes in URL(@kidchunks).
- Fix unnecessary body padding.
0.1.4
- Works in the old android, ios browsers and other.
0.1.3
- Fix page scrolling bug
- Refactor CSS
0.1.2
- Public collection of instances. Now you can get specific instance throw JS:
var inst = $.remodal.lookup[$('[data-remodal-id=modal]').data('remodal')];
; - Plugin constructor call returns an instance now.
var inst = $('[data-remodal-id=modal]').remodal()
.
0.1.1
- Zepto support!
- Blur radius is changed from 5px to 3px.